From bdcf7a3f625820fee305765c48abff38c84678486c0132a7f1b9f5dd78937ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Wed, 27 Oct 2010 12:22:11 +0000 Subject: [PATCH] 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 --- psycopg2-2.0.12.tar.bz2 | 3 --- psycopg2-2.2.2.tar.bz2 | 3 +++ python-psycopg2.changes | 14 ++++++++++++++ python-psycopg2.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 psycopg2-2.0.12.tar.bz2 create mode 100644 psycopg2-2.2.2.tar.bz2 diff --git a/psycopg2-2.0.12.tar.bz2 b/psycopg2-2.0.12.tar.bz2 deleted file mode 100644 index 6d79bf8..0000000 --- a/psycopg2-2.0.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:195921a767adb4f93d442a1ba027858d2413cc5d9daa7316feaa7c16b4bc0b07 -size 218488 diff --git a/psycopg2-2.2.2.tar.bz2 b/psycopg2-2.2.2.tar.bz2 new file mode 100644 index 0000000..202947c --- /dev/null +++ b/psycopg2-2.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31874c7cb0de8d88498b5c9f576fcbd7a64f6b3f9cd8c346eed5d7201429dd82 +size 416652 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 8b70e1a..143f1ba 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -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 diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 443c137..1606822 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -16,7 +16,7 @@ Name: python-psycopg2 Summary: A PostgreSQL database adapter for Python -Version: 2.0.12 +Version: 2.2.2 Release: 1 Url: http://initd.org/tracker/psycopg License: GPL with exceptions or ZPL @@ -51,7 +51,7 @@ Authors: %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{__python} setup.py build -dos2unix doc/api-screen.css +%{__rm} -rf doc/src %install %{__python} setup.py install \