[python-django-federated-login/el6] new upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Sat Sep 20 02:32:07 UTC 2014


commit fe0e0121854e929731ad0e71a4d7315b234eec54
Author: lbazan <lbazan at fedoraproject.org>
Date:   Fri Sep 19 21:31:55 2014 -0500

    new upstream version

 .gitignore                         |    1 +
 python-django-federated-login.spec |   15 +++++++++++++--
 sources                            |    2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57d54ee..3e0c35b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /django-federated-login-0.3.0.tar.gz
 /django-federated-login-0.3.1.tar.gz
 /django-federated-login-0.4.0.tar.gz
+/django-federated-login-1.0.0.tar.gz
diff --git a/python-django-federated-login.spec b/python-django-federated-login.spec
index 40e0203..fe19670 100644
--- a/python-django-federated-login.spec
+++ b/python-django-federated-login.spec
@@ -1,7 +1,7 @@
 %global pkgname django-federated-login
 
 Name:           python-django-federated-login
-Version:        0.4.0
+Version:        1.0.0
 Release:        1%{?dist}
 Summary:        Provides federated logins to django projects
 
@@ -15,6 +15,12 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-openid
 Requires:       python-openid
+BuildRequires:  python-tox
+Requires:       python-tox
+#BuildRequires:  python-flake8
+#Requires:       python-flake8
+BuildRequires:  python-coverage
+Requires:       python-coverage
 Requires:       Django14
 BuildRequires:  Django14
 
@@ -41,14 +47,19 @@ python setup.py build
 python setup.py install --skip-build --root %{buildroot}
 
 %check
-python setup.py test
+flake8 federated_login example tests
  
 %files
 %doc README.rst LICENSE.txt
 %{python_sitelib}/federated_login
+%{python_sitelib}/example
+%{python_sitelib}/tests
 %{python_sitelib}/django_federated_login-*.egg-info
 
 %changelog
+* Fri Sep 19 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.0.0-1
+- New Upstream version
+
 * Mon Feb 10 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.4.0-1
 - New Upstream version
 
diff --git a/sources b/sources
index 9fa2899..669bd77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f80b327e45e751dd1db919d9e1b8b0d  django-federated-login-0.4.0.tar.gz
+fc199643bc5c73d2c49ec0fd48c27bac  django-federated-login-1.0.0.tar.gz


More information about the scm-commits mailing list