[python-social-auth] rebase to 0.1.23

Jakub QB Dorňák jdornak at fedoraproject.org
Fri Mar 28 12:26:28 UTC 2014


commit 9cb016e5ae2b15a98dcf4bc59b4c1ce8a4cc9d37
Author: Jakub Dorňák <jdornak at redhat.com>
Date:   Fri Mar 28 13:23:55 2014 +0100

    rebase to 0.1.23

 .gitignore              |    1 +
 python-social-auth.spec |   12 +++++++++++-
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3961150..7a8438b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-social-auth-0.1.17.tar.gz
 /python-social-auth-0.1.19.tar.gz
+/python-social-auth-0.1.23.tar.gz
diff --git a/python-social-auth.spec b/python-social-auth.spec
index 04bbbb1..2dc13e8 100644
--- a/python-social-auth.spec
+++ b/python-social-auth.spec
@@ -20,7 +20,7 @@
 %global pkgname social-auth
 
 Name:           python-%{pkgname}
-Version:        0.1.19
+Version:        0.1.23
 Release:        1%{?dist}
 Summary:        Social auth made simple
 Group:          Development/Libraries
@@ -139,6 +139,9 @@ find %{buildroot} -name "*.po" | xargs rm -f
 %dir %{python2_sitelib}/social/apps
 %{python2_sitelib}/social/apps/*.py
 %{python2_sitelib}/social/apps/*.py[co]
+%dir %{python2_sitelib}/social/apps/cherrypy_app
+%{python2_sitelib}/social/apps/cherrypy_app/*.py
+%{python2_sitelib}/social/apps/cherrypy_app/*.py[co]
 %dir %{python2_sitelib}/social/apps/django_app
 %{python2_sitelib}/social/apps/django_app/*.py
 %{python2_sitelib}/social/apps/django_app/*.py[co]
@@ -200,6 +203,10 @@ find %{buildroot} -name "*.po" | xargs rm -f
 %{python3_sitelib}/social/apps/*.py
 %dir %{python3_sitelib}/social/apps/__pycache__
 %{python3_sitelib}/social/apps/__pycache__/*.py[co]
+%dir %{python3_sitelib}/social/apps/cherrypy_app
+%{python3_sitelib}/social/apps/cherrypy_app/*.py
+%dir %{python3_sitelib}/social/apps/cherrypy_app/__pycache__
+%{python3_sitelib}/social/apps/cherrypy_app/__pycache__/*.py[co]
 %dir %{python3_sitelib}/social/apps/django_app
 %{python3_sitelib}/social/apps/django_app/*.py
 %dir %{python3_sitelib}/social/apps/django_app/__pycache__
@@ -265,5 +272,8 @@ find %{buildroot} -name "*.po" | xargs rm -f
 %endif # with_python3
 
 %changelog
+* Fri Mar 28 2014 Jakub Dorňák <jdornak at redhat.com> - 0.1.23-1
+- rebase to 0.1.23
+
 * Fri Nov 29 2013 Jakub Dorňák <jdornak at redhat.com> - 0.1.17-1
 - Initial package
diff --git a/sources b/sources
index 5d5ab46..e873c6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-deb8e6e5d6750b7a1865173f324918ef  python-social-auth-0.1.19.tar.gz
+41931a5b0ee2245c1c9aced44593818d  python-social-auth-0.1.23.tar.gz


More information about the scm-commits mailing list