diff --git a/.gitignore b/.gitignore index ab8d07d..c5c1034 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /django-babel-0.4.0.tar.gz +/django-babel-0.5.0.tar.gz diff --git a/python-django-babel.spec b/python-django-babel.spec index 6884abd..46537f7 100644 --- a/python-django-babel.spec +++ b/python-django-babel.spec @@ -5,8 +5,8 @@ %endif Name: python-%{pypi_name} -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Utilities for using Babel in Django License: BSD @@ -42,7 +42,7 @@ BuildRequires: python-sphinx # BuildRequires: python-coveralls Requires: python-django >= 1.4 -Requires: python-django < 1.9 +Requires: python-django Requires: python-babel >= 1.3 Requires: python-setuptools @@ -96,7 +96,7 @@ of template tags for date and number formatting. %{__python2} setup.py build %if 0%{?with_python3} -%{__python2} setup.py build +%{__python3} setup.py build %endif # generate html docs @@ -120,6 +120,7 @@ rm -rf html/.{doctrees,buildinfo} #%if 0%{?with_python3} #%{__python3} setup.py test #%endif + %files -n python2-django-babel %doc html README.rst %{python2_sitelib}/django_babel @@ -133,6 +134,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Tue Mar 01 2016 Matthias Runge - 0.5.0-1 +- update to 0.5.0, support django-1.9 + * Thu Sep 10 2015 Matthias Runge - 0.4.0-2 - spec fixes, move docs creation to build (rhbz#1261042) diff --git a/sources b/sources index b860fc3..9090098 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8832073a6b6fe98b72b99bfead0801db django-babel-0.4.0.tar.gz +629f570e40e196277454fd8a7a677e7b django-babel-0.5.0.tar.gz