pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43627: [databases/py-psycopg2] Update to 2.2.1
>Number: 43627
>Category: pkg
>Synopsis: [databases/py-psycopg2] Update to 2.2.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Jul 16 15:45:00 +0000 2010
>Originator: Wen Heping
>Release: NetBSD-5.0.2
>Organization:
Private
>Environment:
NetBSD nb502.wenjing.com 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb 6 17:53:27
UTC 2010
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
2010-05-17 Federico Di Gregorio <fog%initd.org@localhost>
* Release 2.2.1.
* Builds again on Windows.
2010-05-16 Federico Di Gregorio <fog%initd.org@localhost>
* Release 2.2.0.
2010-05-15 Federico Di Gregorio <fog%initd.org@localhost>
* typecast.c: Fixed problem related to receiving None from Python when
a string was expected.
2010-05-07 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* psycopg/adapter_datetime.c: Fixed TimestampFromTicks for second
values > 59.5.
Bug reported and fixed by Jozsef Szalay on 2010-05-06 at
14:11:59.999920.
* psycopg/adapter_datetime.c: Fixed same bug for TimeFromTicks.
2010-05-04 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* Added typecasters for arrays of specific MX/Py time-related types.
* psycopg/adapter_[mx]datetime.c: Explicit cast of the SQL
representation of time-related objects.
2010-05-03 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* psycopg/adapter_binary.c: Adapt buffer objects using an explicit cast
on the string literal (bug reported by Peter Eisentraut)
2010-04-20 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* lib/pqpath.c: Fixed reference leak in notify reception.
* Notifies are collected if available after every query execution.
2010-04-13 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* lib/extensions.py: DECIMAL typecaster imported from _psycopg.
* lib/extensions.py: PY* and MX* time typecaster imported from _psycopg.
2010-04-11 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* psycopg/connection_type.c: Correctly parse keywords in connect().
2010-04-07 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* psycopg/pqpath.c: Ensure running COPY in blocking mode.
* psycopg/pqpath.c: Free the GIL in blocking operations in V2 COPY FROM.
* psycopg/pqpath.c: Evaluate Python objects only once outside the COPY
I/O loops.
2010-04-05 Federico Di Gregorio <fog%initd.org@localhost>
* Fixed problem with asynchronous NOTIFYs.
* Integrated async pacthes from Jan's git tree.
2010-03-13 Federico Di Gregorio <fog%initd.org@localhost>
* Release 2.0.14.
2010-03-11 Federico Di Gregorio <fog%initd.org@localhost>
* setup.py: one-liner from Devrim G\xc3\x9cND\xc3\x9cZ to build with
PostgreSQL alpha.
2010-02-28 Federico Di Gregorio <fog%initd.org@localhost>
* psycopg/adapt_decimal.c: Python 2.4 decimal type does not support
.isfinite() and two different calls to ._isinfinity() and ._isnan() are
required. This fixes both a test failure and a segfault.
2010-02-15 Federico Di Gregorio <fog%initd.org@localhost>
* Added new Decimal adapter that correctly converts NaN and infinity to
PostgreSQL NaN numeric values. Also added tests.
2010-02-15 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* lib/errorcodes.py: Updated to PostgreSQL 8.4; added lookup() function.
2010-02-12 Daniele Varrazzo <daniele.varrazzo%gmail.com@localhost>
* Stop the loop variable used to create __all__ leaking in the module.
* Fixed Inet constructor.
* Fixed docstring for 'QueryCanceledError' exception.
2010-02-10 Federico Di Gregorio <fog%initd.org@localhost>
* lib/extensions.py: Binary was not imported from _psycopg; now it is
* lib/__init__: SQL_IN adapter is now automatically registered.
* ZPsycopgDA/db.py: removed logging debug calls; psycopg does
not depend on the logger module.
2010-02-12 Federico Di Gregorio <fog%initd.org@localhost>
* License migration: psycopg2 is now LGPL3 + OpenSSL exception.
* TODO file was never updated so lets remove it.
2010-02-10 Federico Di Gregorio <fog%initd.org@localhost>
* lib/extras.py: fixed register_tstz_w_secs() error as reported by
Karsten Hilbert.
2009-11-25 Federico Di Gregorio <fog%initd.org@localhost>
* psycopg/microprotocols.c: "can't adapt" message now includes full
type information (adapted patch from Eric Chamberlain).
* tests/types_basic.py: fixed test broken by float precision fix.
2009-11-09 Federico Di Gregorio <fog%initd.org@localhost>
* psycopg/adapter_pfloat.c: applied patch from Remy Blankto fix float
loss of precision.
>How-To-Repeat:
>Fix:
--- Makefile.orig 2010-07-17 06:13:06.000000000 +0800
+++ Makefile 2010-07-17 06:57:37.000000000 +0800
@@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.10 2010/02/10 19:34:06 joerg Exp $
#
-DISTNAME= psycopg2-2.0.13
+DISTNAME= psycopg2-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/psycopg/
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= http://initd.org/projects/psycopg2/
COMMENT= PostgreSQL database adapter for Python
+LICENSE= gnu-lgpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
--- distinfo.orig 2010-07-17 06:13:17.000000000 +0800
+++ distinfo 2010-07-17 06:14:40.000000000 +0800
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2009/10/19 10:54:47 joerg Exp $
-SHA1 (psycopg2-2.0.13.tar.gz) = 859725d0c830dc3590cb5666c8465bd29ab167cc
-RMD160 (psycopg2-2.0.13.tar.gz) = 6099f593ea1f05b78b6f2c3c4106b86cbcab7386
-Size (psycopg2-2.0.13.tar.gz) = 258399 bytes
+SHA1 (psycopg2-2.2.1.tar.gz) = 1ab82e2cfc2be1464ef7dc1cf8c109cb0da364b2
+RMD160 (psycopg2-2.2.1.tar.gz) = 55ebf6648a32681af46f4b04c233c10b59c428e5
+Size (psycopg2-2.2.1.tar.gz) = 529408 bytes
Home |
Main Index |
Thread Index |
Old Index