rpms/python-fedora/devel .cvsignore, 1.6, 1.7 python-fedora.spec, 1.8, 1.9 sources, 1.6, 1.7

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Fri Mar 7 17:45:19 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-fedora/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7662

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:
- Small updates to description of -infrastructure as we're no longer tied to
  Fedora Infrastructure boxes.
- Changes to accomodate FAS2
- Changes to use TG-1.0.4, and SQLAlchemy-0.4.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 Dec 2007 03:27:43 -0000	1.6
+++ .cvsignore	7 Mar 2008 17:44:37 -0000	1.7
@@ -1 +1 @@
-python-fedora-0.2.90.22.tar.gz
+python-fedora-0.2.99.2.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/python-fedora.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-fedora.spec	15 Dec 2007 03:27:43 -0000	1.8
+++ python-fedora.spec	7 Mar 2008 17:44:37 -0000	1.9
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-fedora
-Version:        0.2.90.22
-Release:        1%{?dist}
+Version:        0.2.99.2
+Release:        2%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -23,23 +23,19 @@
 MirrorManager, and FAS2.
 
 %package infrastructure
-Summary: Python modules for building Fedora Infrastructure Services
+Summary: Python modules for building Fedora Services
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: python-psycopg2
 Requires: python-bugzilla
 Requires: python-feedparser
 Requires: python-ldap
-# This can go away when TurboGears can use SQLAlchemy >= 0.4
-%if 0%{?fedora} >= 8
-Requires: python-sqlalchemy0.3
-%else
 Requires: python-sqlalchemy
-%endif
 
 %description infrastructure
-Additional python modules that can be used on Fedora Infrastructure Servers to
-help build new services.  This includes the server's authentication providers.
+Additional python modules that can be used to help create Fedora Services.
+This includes the a JSON-based auth provider for authenticating against FAS2
+over the network.
 
 %prep
 %setup -q
@@ -63,7 +59,7 @@
 %doc README COPYING AUTHORS ChangeLog
 %dir %{python_sitelib}/fedora
 %dir %{python_sitelib}/fedora/tg
-%{python_sitelib}/fedora/__init__.py*
+%{python_sitelib}/fedora/*.py*
 %{python_sitelib}/fedora/tg/__init__.py*
 %{python_sitelib}/fedora/tg/client.py*
 %{python_sitelib}/python_fedora-%{version}-py%{pyver}.egg-info
@@ -74,8 +70,23 @@
 %{python_sitelib}/fedora/tg/identity/
 %{python_sitelib}/fedora/tg/visit/
 %{python_sitelib}/fedora/tg/widgets.py*
+%{python_sitelib}/fedora/tg/json.py*
 
 %changelog
+* Fri Mar 7 2008 Toshio Kuratomi <tkuratom at redhat.com> - 0.2.99.2-2
+- Small updates to description of -infrastructure as we're no longer tied to
+  Fedora Infrastructure boxes.
+
+* Mon Mar 3 2008 Toshio Kuratomi <tkuratom at redhat.com> - 0.2.99.2-1
+- Third beta.  Changes to accomodate FAS2 included as FAS2, TG-1.0.4, and
+  SA-0.4 are going to all roll into the new platform together.
+
+* Sun Feb 17 2008 Toshio Kuratomi <tkuratom at redhat.com> - 0.2.99.1-1
+- Second beta.
+
+* Wed Feb 13 2008 Toshio Kuratomi <tkuratom at redhat.com> - 0.2.99.0-1
+- First beta of new release.  This release is for TG-1.0.4 and SA-0.4.
+
 * Thu Dec 13 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.22-1
 - Convert fasLDAP to get its connection information fedora-db-access.
 - Add requirements for python-feedparser and python-bugzilla


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	15 Dec 2007 03:27:43 -0000	1.6
+++ sources	7 Mar 2008 17:44:37 -0000	1.7
@@ -1 +1 @@
-ce0a83effddd99e29aef6c0731f168bf  python-fedora-0.2.90.22.tar.gz
+76d1ad63b86b35dddf8360230986dc6c  python-fedora-0.2.99.2.tar.gz




More information about the fedora-extras-commits mailing list