[python-django-discover-runner] update to django-discover-runner-0.4 (rhbz#960947)

Matthias Runge mrunge at fedoraproject.org
Tue Jun 11 11:15:18 UTC 2013


commit 9ae50491743a679c1863b5e00065de24dc8d0718
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Jun 11 13:14:49 2013 +0200

    update to django-discover-runner-0.4 (rhbz#960947)

 .gitignore                         |    1 +
 python-django-discover-runner.spec |   18 +++++++-----------
 sources                            |    2 +-
 3 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8dce3fb..e9fdbe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /django-discover-runner-0.3.tar.gz
+/django-discover-runner-0.4.tar.gz
diff --git a/python-django-discover-runner.spec b/python-django-discover-runner.spec
index 8a6dfc3..0bc3a28 100644
--- a/python-django-discover-runner.spec
+++ b/python-django-discover-runner.spec
@@ -1,18 +1,14 @@
 %global pypi_name django-discover-runner
 
 Name:           python-%{pypi_name}
-Version:        0.3
-Release:        2%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        A Django test runner based on unittest2's test discovery
 
 License:        BSD
-URL:            http://pypi.python.org/pypi/django-discover-runner/0.3
+URL:            http://pypi.python.org/pypi/django-discover-runner/%{version}
 Source0:        http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 
-# license file is not included
-# https://github.com/jezdez/django-discover-runner/issues/6
-# wget -O python-django-discover-runner-license.txt https://raw.github.com/jezdez/django-discover-runner/master/LICENSE
-Source1:        python-django-discover-runner-license.txt
 BuildArch:      noarch
  
 BuildRequires:  python2-devel
@@ -30,9 +26,6 @@ specified to the test management command -- including app tests.
 # Remove bundled egg-info
 rm -rf %{pypi_name}.egg-info
 
-# copy license file to sources as well.
-cp -a %{SOURCE1} .
-
 
 %build
 %{__python} setup.py build
@@ -43,11 +36,14 @@ cp -a %{SOURCE1} .
 
 
 %files
-%doc README.rst python-django-discover-runner-license.txt
+%doc README.rst LICENSE
 %{python_sitelib}/discover_runner
 %{python_sitelib}/django_discover_runner-%{version}-py?.?.egg-info
 
 %changelog
+* Tue Jun 11 2013 Matthias Runge <mrunge at redhat.com> - 0.4-1
+- update to upstream version 0.4
+
 * Fri Feb 08 2013 Matthias Runge <mrunge at redhat.com> - 0.3-2
 - include license from upstream
 
diff --git a/sources b/sources
index 7717c91..ed08dac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d76d6a683c833ff70d0fc068a0539804  django-discover-runner-0.3.tar.gz
+b27633d500b2981602a18082cc927891  django-discover-runner-0.4.tar.gz


More information about the scm-commits mailing list