forked from pool/python-psycopg2
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:
committed by
Git OBS Bridge
parent
5943334955
commit
bdcf7a3f62
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:195921a767adb4f93d442a1ba027858d2413cc5d9daa7316feaa7c16b4bc0b07
|
||||
size 218488
|
3
psycopg2-2.2.2.tar.bz2
Normal file
3
psycopg2-2.2.2.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31874c7cb0de8d88498b5c9f576fcbd7a64f6b3f9cd8c346eed5d7201429dd82
|
||||
size 416652
|
@@ -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
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user