From 46d847f54d4b4d4fbea9c1f8369f7870a3c3092f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Jan 10 2013 18:13:47 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index a072646..47af3d8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /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 b4a1032..94d4a40 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -3,8 +3,8 @@ #%%global prerel c2 Name: python-fedora -Version: 0.3.29 -Release: 2%{?dist} +Version: 0.3.30 +Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services Group: Development/Languages @@ -98,6 +98,19 @@ 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} @@ -133,6 +146,7 @@ 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/ @@ -144,7 +158,16 @@ rm -rf %{buildroot} %files django %{python_sitelib}/fedora/django/ +%files flask +%{python_sitelib}/flask_fas.py* + %changelog +* Thu Jan 10 2013 Toshio Kuratomi - 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 - 0.3.29-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index a94f8cb..3d7feba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -359ad3238267faafbcd29579d4d52d88 python-fedora-0.3.29.tar.gz +ad9cf92750acbae80bceb7f235eb7f82 python-fedora-0.3.30.tar.gz