14
0

Accepting request 51433 from home:termim:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/51433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=22
This commit is contained in:
Cristian Rodríguez
2010-10-27 12:22:11 +00:00
committed by Git OBS Bridge
parent 5943334955
commit bdcf7a3f62
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 27 02:43:22 UTC 2010 - termim@gmail.com
- Update to 2.2.2:
Bux fixes:
* the call to logging.basicConfig() in pool.py has been dropped:
it was messing with some projects using logging (and a library
should not initialize the logging system anyway.)
* psycopg now correctly handles time zones with seconds in the
UTC offset. The old register_tstz_w_secs() function is deprecated
and will raise a warning if called.
* Exceptions raised by the column iterator are propagated.
* Exceptions raised by executemany() interators are propagated.
-------------------------------------------------------------------
Tue Aug 25 13:14:38 UTC 2009 - jnelson-suse@jamponi.net
- Add --optimize=2 to build .pyo files, correct License and Url