[python-django-appconf: 1/2] update to django-appconf-0.6

Matthias Runge mrunge at fedoraproject.org
Wed Mar 6 10:28:28 UTC 2013


commit 9ef2fc630e3b6efdbe9257758f2caf32dae63781
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Mar 6 11:26:14 2013 +0100

    update to django-appconf-0.6

 .gitignore                 |    1 +
 python-django-appconf.spec |   10 ++++++++--
 sources                    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61aacd3..53e5540 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /django-appconf-0.5.tar.gz
+/django-appconf-0.6.tar.gz
diff --git a/python-django-appconf.spec b/python-django-appconf.spec
index 038279b..dfff392 100644
--- a/python-django-appconf.spec
+++ b/python-django-appconf.spec
@@ -1,8 +1,8 @@
 %global pypi_name django-appconf
 
 Name:           python-%{pypi_name}
-Version:        0.5
-Release:        2%{?dist}
+Version:        0.6
+Release:        1%{?dist}
 Summary:        A helper class for handling configuration defaults of packaged apps gracefully
 
 License:        BSD
@@ -12,6 +12,7 @@ BuildArch:      noarch
  
 BuildRequires:  python2-devel
 BuildRequires:  python-sphinx
+BuildRequires:  python-django-discover-runner
 
 %if 0%{?rhel}<7 || 0%{?fedora} < 18
 Requires:   Django
@@ -43,6 +44,8 @@ rm -rf html/.{doctrees,buildinfo}
 %install
 %{__python} setup.py install --skip-build --root %{buildroot}
 
+%check
+%{__python} setup.py test
 
 %files
 %doc html README.rst LICENSE
@@ -50,6 +53,9 @@ rm -rf html/.{doctrees,buildinfo}
 %{python_sitelib}/django_appconf-%{version}-py?.?.egg-info
 
 %changelog
+* Wed Mar 06 2013 Matthias Runge <mrunge at redhat.com> - 0.6-1
+- update to appconf-0.6
+
 * Wed Sep 26 2012 Matthias Runge <mrunge at redhat.com> - 0.5-2
 - also add requirement: Django/python-django
 
diff --git a/sources b/sources
index abf858b..c42f8dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36a5bfdac4d07195deb25b765d3a4d09  django-appconf-0.5.tar.gz
+40494042c3c8bd1e054c884e5ed4bb6c  django-appconf-0.6.tar.gz


More information about the scm-commits mailing list