SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-fedora-0.2.99.11.1-1.fc7.noarch.rpm :
Thu Apr 24 00:00:00 2008 Toshio Kuratomi - 0.2.99.11.1-1
- Fix a crasher bug.

Thu Apr 24 00:00:00 2008 Toshio Kuratomi - 0.2.99.11-1
- New upstream release.

Thu Apr 24 00:00:00 2008 Toshio Kuratomi - 0.2.99.10-1
- New upstream release.

Mon Apr 21 00:00:00 2008 Toshio Kuratomi - 0.2.99.9-1
- New upstream release.

Sun Apr 13 00:00:00 2008 Toshio Kuratomi - 0.2.99.8-1
- New upstream release to fix two bugs found by a pylint run.

Sat Apr 12 00:00:00 2008 Toshio Kuratomi - 0.2.99.7-1
- Add a method to accounts.fas2.AccountSystem to speed up retrieval of user
information.

Tue Apr 8 00:00:00 2008 Ricky Zhou - 0.2.99.6-1
- Add gencert method in fedora.accounts.fas2
- Remove old python-ldap dependency.
- Toshio Kuratomi added:

* Merge infrastructure subpackage into main package.

* Remove FAS1 code.

* Fix JsonVisitManager race condition.

* Start documentation on BaseClient/Fedora Service Architecture.

Tue Mar 18 23:00:00 2008 Ricky Zhou - 0.2.99.5-1
- Add fas2.py (an interface for apps to fetch data from FAS2 using
fedora.tg.client)

Tue Mar 11 23:00:00 2008 Toshio Kuratomi - 0.2.99.4-1
- Change from Ricky to enable user.human_name.

Tue Mar 11 23:00:00 2008 Toshio Kuratomi - 0.2.99.3-1
- Fix a bug in BaseClient.

Fri Mar 7 23:00:00 2008 Toshio Kuratomi - 0.2.99.2-2
- Small updates to description of -infrastructure as we\'re no longer tied to
Fedora Infrastructure boxes.

Mon Mar 3 23:00:00 2008 Toshio Kuratomi - 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 23:00:00 2008 Toshio Kuratomi - 0.2.99.1-1
- Second beta.

Wed Feb 13 23:00:00 2008 Toshio Kuratomi - 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 23:00:00 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 23:00:00 2007 Toshio Kuratomi - 0.2.90.21-1
- Bugfix release for expired sessions.

Wed Nov 14 23:00:00 2007 Luke Macken - 0.2.90.20-3
- Handle our SQLAlchemy requirement differently for Fedora 8+, until
TurboGears can use SQLAlchemy >= 0.4

Wed Nov 7 23:00:00 2007 Luke Macken - 0.2.90.20-2
- Require SQLAlchemy 0.3 for python-fedora-infrastructure

Wed Nov 7 23:00:00 2007 Luke Macken - 0.2.90.20-1
- Latest upstream release

Wed Sep 26 00:00:00 2007 Toshio Kuratomi - 0.2.90.19-1
- New upstream release with a FAS2 unicode fix.

Tue Sep 25 00:00:00 2007 Toshio Kuratomi - 0.2.90.18-3
- Fix the Source URL. Should be fedorapeople rather than fedoraproject.

Sat Sep 22 00:00:00 2007 Toshio Kuratomi - 0.2.90.18-2
- BR: python-setuptools-devel as this has been split in the new versions.

Wed Sep 19 00:00:00 2007 Toshio Kuratomi - 0.2.90.18-1
- Update to version wih handling of control-center-maint bugzilla address.

Wed Sep 19 00:00:00 2007 Toshio Kuratomi - 0.2.90.17-2
- Minor touchups to description and URL.

Tue Sep 18 00:00:00 2007 Toshio Kuratomi - 0.2.90.17-1
- Update to 0.2.90.17.
- Build separate packages for pieces useful on clients and only on the server.

Tue Sep 11 00:00:00 2007 Toshio Kuratomi - 0.2.90.16-1
- Bugfix to fasLDAP module.

Sat Sep 8 00:00:00 2007 Toshio Kuratomi - 0.2.90.15-1
- Make the fasLDAP module more OO.
- Bugfixes.
- Update the install line.

Fri Aug 3 00:00:00 2007 Toshio Kuratomi - 0.2.90.14-1
- Fix safas2provider to only create the visit_identity class.
- Add COPYING and AUTHORS files.

Sun Jul 22 00:00:00 2007 Toshio Kuratomi - 0.2.90.13-1
- New class fedora.tg.client.BaseClient that can be used as the basis of a TG
standalone application. With a little support on the server side (mostly
allowing tg_format=json) this class will provide you with the basis to read
and write data to the server.
- Fix safasprovider to only create the visit_identity class since the other
information is stored directly in FAS.

Wed Jul 11 00:00:00 2007 Toshio Kuratomi - 0.2.90.12-1
- Fix some issues with Unicode.
- Catch a traceback when the database is down.

Sun Apr 15 00:00:00 2007 Toshio Kuratomi - 0.2.90.11-1
- Remove a decorator so running on python-2.3 works.
- Have FASUser and FASGroup emit json on demand so that they can be returned
when tg_format=json.

Sun Apr 15 00:00:00 2007 Toshio Kuratomi - 0.2.90.10-1
- Update fas2 integration with changes from mmcgrath.
- berrange has changed his email address in the account system, no longer need
to special case his bugzilla address.
- Fix a bug in the handling of db errors in accounts/fas.

Sun Apr 15 00:00:00 2007 Toshio Kuratomi - 0.2.90.9-1
- Update fas2 integration with changes from mmcgrath.

Sun Apr 15 00:00:00 2007 Toshio Kuratomi - 0.2.90.8-1
- Catch some exceptions when the database connection dies.

Sun Apr 15 00:00:00 2007 Toshio Kuratomi - 0.2.90.7-1
- Fix another bug with the new bugzilla email code. Need to grab the user
email from the database even if unathenticated so bugzilla_email has
something to pull from.

Sun Apr 15 00:00:00 2007 Toshio Kuratomi - 0.2.90.6-1
- Fix bug with the new bugzilla email code.


 
ICM