[python-django-extensions] Update to 1.2.5

Richard Marko rmarko at fedoraproject.org
Thu Oct 24 11:52:52 UTC 2013


commit 44b928add0cbc78b7744cb17332e2831bd3ee608
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Thu Oct 24 13:51:12 2013 +0200

    Update to 1.2.5

 .gitignore                    |    1 +
 python-django-extensions.spec |   14 +++++++++-----
 sources                       |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fb162f..42caa88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /django-extensions-1.0.3.tar.gz
 /django-extensions-1.1.1.tar.gz
+/django-extensions-1.2.5.tar.gz
diff --git a/python-django-extensions.spec b/python-django-extensions.spec
index 222fea7..aae6540 100644
--- a/python-django-extensions.spec
+++ b/python-django-extensions.spec
@@ -1,15 +1,13 @@
 %global pypi_name django-extensions
 
 Name:           python-%{pypi_name}
-Version:        1.1.1
-Release:        2%{?dist}
+Version:        1.2.5
+Release:        1%{?dist}
 Summary:        Extensions for Django
 
 License:        BSD
 URL:            https://github.com/django-extensions/django-extensions
 Source0:        http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# patch adding LICENSE to release tarball accepted upstream, will be included in the next version
-Source1:        LICENSE
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -28,7 +26,6 @@ admin extensions and much more.
 
 %prep
 %setup -q -n %{pypi_name}-%{version}
-cp %{SOURCE1} .
 
 %build
 %{__python} setup.py build
@@ -37,6 +34,9 @@ cp %{SOURCE1} .
 rm -r django_extensions/conf
 rm django_extensions/tests/urls.py
 
+# remove docs .buildinfo
+rm docs/_build/html/.buildinfo
+
 %install
 %{__python} setup.py install --skip-build --root %{buildroot}
 
@@ -49,8 +49,12 @@ rm django_extensions/tests/urls.py
 %attr(755,-,-) %{python_sitelib}/django_extensions/utils/dia2django.py
 %attr(755,-,-) %{python_sitelib}/django_extensions/management/modelviz.py
 %attr(755,-,-) %{python_sitelib}/django_extensions/management/commands/dumpscript.py
+%attr(755,-,-) %{python_sitelib}/django_extensions/management/commands/pipchecker.py
 
 %changelog
+* Thu Oct 24 2013 Richard Marko <rmarko at fedoraproject.org> - 1.2.5-1
+- New version
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 629660f..5125e2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23b47b5fb8a4c494035a077a5df07562  django-extensions-1.1.1.tar.gz
+eafe4d0cd0a1ff71990e93073b386d92  django-extensions-1.2.5.tar.gz


More information about the scm-commits mailing list