[python-fedora/el5] Revert "Make TG's loginForm and CSRF's text translated from tg-apps (laxathom)."

Toshio くらとみ toshio at fedoraproject.org
Thu Jan 10 21:24:04 UTC 2013


commit 8809aac2d33bbb36c3d3e53e3031bda75394e515
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Jan 10 13:23:38 2013 -0800

    Revert "Make TG's loginForm and CSRF's text translated from tg-apps (laxathom)."
    
    This reverts commit 46d847f54d4b4d4fbea9c1f8369f7870a3c3092f.

 .gitignore         |    1 -
 python-fedora.spec |   27 ++-------------------------
 sources            |    2 +-
 3 files changed, 3 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47af3d8..a072646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,3 @@
 /python-fedora-0.3.28.tar.gz
 /python-fedora-0.3.28.1.tar.gz
 /python-fedora-0.3.29.tar.gz
-/python-fedora-0.3.30.tar.gz
diff --git a/python-fedora.spec b/python-fedora.spec
index 94d4a40..b4a1032 100644
--- a/python-fedora.spec
+++ b/python-fedora.spec
@@ -3,8 +3,8 @@
 #%%global prerel c2
 
 Name:           python-fedora
-Version:        0.3.30
-Release:        1%{?dist}
+Version:        0.3.29
+Release:        2%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -98,19 +98,6 @@ Python modules that help with building Fedora Services.  This package includes
 an auth provider to let django applications authenticate against the Fedora
 Account System.
 
-%package flask
-Summary: Python modules for flask applications authing to Fedora Account System
-Group:          Development/Languages
-License:        LGPLv2+
-Requires: %{name} = %{version}-%{release}
-Requires: python-flask
-Requires: python-flask-wtf
-
-%description flask
-Python modules that help with building Fedora Services.  This package includes
-an auth provider to let flask applications authenticate against the Fedora
-Account System.
-
 %prep
 %setup -q -n %{name}-%{version}%{?prerel}
 
@@ -146,7 +133,6 @@ rm -rf %{buildroot}
 %exclude %{python_sitelib}/fedora/tg2/
 %exclude %{python_sitelib}/fedora/wsgi/
 %exclude %{python_sitelib}/fedora/django/
-%exclude %{python_sitelib}/flask_fas.py*
 
 %files turbogears
 %{python_sitelib}/fedora/tg/
@@ -158,16 +144,7 @@ rm -rf %{buildroot}
 %files django
 %{python_sitelib}/fedora/django/
 
-%files flask
-%{python_sitelib}/flask_fas.py*
-
 %changelog
-* Thu Jan 10 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.30-1
-- Make TG's loginForm and CSRF's text translated from tg-apps (laxathom).
-- Fix a bug in fedora.tg.utils.tg_absolute_url
-- Add a lookup email parameter to gravatar lookups
-- Add an auth provider for flask
-
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.29-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3d7feba..a94f8cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad9cf92750acbae80bceb7f235eb7f82  python-fedora-0.3.30.tar.gz
+359ad3238267faafbcd29579d4d52d88  python-fedora-0.3.29.tar.gz


More information about the scm-commits mailing list