From 9ef2fc630e3b6efdbe9257758f2caf32dae63781 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mar 06 2013 10:26:14 +0000 Subject: update to django-appconf-0.6 --- 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 - 0.6-1 +- update to appconf-0.6 + * Wed Sep 26 2012 Matthias Runge - 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