diff --git a/psycopg2-2.4.2.tar.gz b/psycopg2-2.4.2.tar.gz deleted file mode 100644 index 4c740a3..0000000 --- a/psycopg2-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5f0f853aeeefc7b2aa73b08579e5d74c4c32ad5fca87e058bf04e08273a41a1 -size 667192 diff --git a/psycopg2-2.4.4.tar.gz b/psycopg2-2.4.4.tar.gz new file mode 100644 index 0000000..843ab2d --- /dev/null +++ b/psycopg2-2.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c55b059d33f6b2cbb52f254320832c0ca30498ae06f4f4df2a2b38af989127e +size 648954 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 76debdc..436a2c8 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Jan 12 21:53:36 UTC 2012 - jfunk@funktronics.ca + +- Update to 2.4.4: + * register_composite() also works with the types implicitly defined after a + table row, not only with the ones created by CREATE TYPE. + * Values for the isolation level symbolic constants restored to what they + were before release 2.4.2 to avoid breaking apps using the values instead + of the constants. + * Named DictCursor/RealDictCursor honour itersize (ticket #80). + * Fixed rollback on error on Zope (ticket #73). + * Raise DatabaseError instead of Error with empty libpq errors, consistently + with other disconnection-related errors: regression introduced in release + 2.4.1 (ticket #82). +- Version 2.4.3: + * connect() supports all the keyword arguments supported by the database + * Added new_array_type() function for easy creation of array typecasters. + * Added support for arrays of hstores and composite types (ticket #66). + * Fixed segfault in case of transaction started with connection lost (and + possibly other events). + * Fixed adaptation of Decimal type in sub-interpreters, such as in certain + mod_wsgi configurations (ticket #52). + * Rollback connections in transaction or in error before putting them back + into a pool. Also discard broken connections (ticket #62). + * Lazy import of the slow uuid module, thanks to Marko Kreen. + * Fixed NamedTupleCursor.executemany() (ticket #65). + * Fixed --static-libpq setup option (ticket #64). + * Fixed interaction between RealDictCursor and named cursors (ticket #67). + * Dropped limit on the columns length in COPY operations (ticket #68). + * Fixed reference leak with arguments referenced more than once in queries + (ticket #81). + * Fixed typecasting of arrays containing consecutive backslashes. + * errorcodes map updated to PostgreSQL 9.1. + ------------------------------------------------------------------- Wed Sep 21 13:43:29 UTC 2011 - saschpe@suse.de diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 37aa7f8..8c48ffd 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -17,7 +17,7 @@ Name: python-psycopg2 -Version: 2.4.2 +Version: 2.4.4 Release: 0 Url: http://initd.org/psycopg/ Summary: Python-PostgreSQL Database Adapter