rpms/python-fedora/F-8 .cvsignore, 1.5, 1.6 python-fedora.spec, 1.5, 1.6 sources, 1.5, 1.6

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Dec 18 15:17:35 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/python-fedora/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11024

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:
* 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
- Add fedora.tg.widgets module containing a few proof-of-concept
  Fedora TurboGears widgets
- Add a new method to fas: get_users() that returns common public information
  about all users.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	16 Nov 2007 03:28:53 -0000	1.5
+++ .cvsignore	18 Dec 2007 15:16:58 -0000	1.6
@@ -1 +1 @@
-python-fedora-0.2.90.21.tar.gz
+python-fedora-0.2.90.22.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-8/python-fedora.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-fedora.spec	16 Nov 2007 03:28:53 -0000	1.5
+++ python-fedora.spec	18 Dec 2007 15:16:58 -0000	1.6
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-fedora
-Version:        0.2.90.21
+Version:        0.2.90.22
 Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
@@ -27,6 +27,9 @@
 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
@@ -70,8 +73,17 @@
 %{python_sitelib}/fedora/accounts/
 %{python_sitelib}/fedora/tg/identity/
 %{python_sitelib}/fedora/tg/visit/
+%{python_sitelib}/fedora/tg/widgets.py*
 
 %changelog
+* 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
+- Add fedora.tg.widgets module containing a few proof-of-concept
+  Fedora TurboGears widgets
+- Add a new method to fas: get_users() that returns common public information
+  about all users.
+
 * Thu Nov 15 2007 Toshio Kuratomi <tkuratom at redhat.com> - 0.2.90.21-1
 - Bugfix release for expired sessions.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	16 Nov 2007 03:28:53 -0000	1.5
+++ sources	18 Dec 2007 15:16:58 -0000	1.6
@@ -1 +1 @@
-71bb9242884cddbf6a364cfa9b835e20  python-fedora-0.2.90.21.tar.gz
+ce0a83effddd99e29aef6c0731f168bf  python-fedora-0.2.90.22.tar.gz




More information about the fedora-extras-commits mailing list