diff --git a/.cvsignore b/.cvsignore index acefda9..309a0b9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.2.90.21.tar.gz +python-fedora-0.2.90.22.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index a02af25..e76459e 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -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 @@ Summary: Python modules for building Fedora Infrastructure 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 @@ -70,8 +73,17 @@ rm -rf $RPM_BUILD_ROOT %{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 - 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 - 0.2.90.21-1 - Bugfix release for expired sessions. diff --git a/sources b/sources index 1e98f52..c6a90fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71bb9242884cddbf6a364cfa9b835e20 python-fedora-0.2.90.21.tar.gz +ce0a83effddd99e29aef6c0731f168bf python-fedora-0.2.90.22.tar.gz