Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37551197
en ru br
ALT Linux repos
5.0: 2.0.8-alt1
4.1: 2.0.6-alt3.1
4.0: 2.0.6-alt1.svn876
3.0: 2.0-alt0.b4

Group :: Development/Python
RPM: python-module-psycopg2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

29 january 2008 Grigory Batalov <bga at altlinux.ru> 2.0.6-alt3.1

  • Rebuilt with python-2.5.

3 january 2008 Ivan Fedorov <ns at altlinux.org> 2.0.6-alt3

  • fix building

15 july 2007 Ivan Fedorov <ns at altlinux.org> 2.0.6-alt2

  • 2.0.6
  • fixed bug in type casting. (uninitialized pointer)

21 march 2007 Ivan Fedorov <ns at altlinux.ru> 2.0.6-alt1.svn876

  • rebuild with libpq5 from postgresql8.2
  • update to svn

3 march 2007 Ivan Fedorov <ns at altlinux.ru> 2.0.6-alt1.b1

  • 2.0.6b1

18 february 2007 Ivan Fedorov <ns at altlinux.ru> 2.0.5.1-alt1

  • 2.0.5.1

1 july 2006 Ivan Fedorov <ns at altlinux.ru> 2.0.2-alt1

  • 2.0.2

12 february 2006 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b8

  • 2.0b8

1 february 2006 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b6

  • 2.0b6

10 november 2005 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b5

  • 2.0b5

3 october 2005 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b4

  • switch to 2.0 branch
  • 2.0b4

11 january 2005 Andrey Orlov <cray at altlinux.ru> 1.1.18-alt1

  • New Version

2 july 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt9

  • Requires for egenix-mx-base added;

19 may 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt8

  • Obsoleting of previous packages added

18 may 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt7

  • Conditional operators excluded from spec

10 may 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt6.d

  • Fix egenix-mx-base dependence

22 april 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt5.d

  • Remove BuildArchitecture: noarch clause

13 april 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt4.d

  • Rebuild with new rpm/python macros
  • Insert BuildArchitecture: noarch clause

26 march 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt3.d

  • New version
  • Fix new python policy compatibility

10 december 2003 Andrey Orlov <cray at altlinux.ru> 1.1.9-alt4

  • Fix permissions
  • Try eliminate libpq2
  • Try to use with py23

14 september 2003 Andrey Orlov <cray at altlinux.ru> 1.1.9-alt1

  • New release

14 december 2002 Andrey Orlov <cray at altlinux.ru> 1.0.12-alt3

  • Declaration of requirements are enhanced

2 december 2002 Andrey Orlov <cray at altlinux.ru> 1.0.12-alt2

  • Logging of all queries in debug mode (STUPID_LOG_SEVERITY=DEBUG) was added

29 october 2002 Andrey Orlov <cray at altlinux.ru> 1.0.12-alt1

  • Recompile with gcc 3.2.1

13 september 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.12.
  • Removed code to support COPY FROM/TO, will be added to new 1.1
     branch to be released next week.
  • cursor.c (_mogrify_seq): Fixed memory leak reported by Menno
     Smits (values obtained by calling PySequence_GetItem are *new*
     references!)

9 september 2002 Federico Di Gregorio <fog at debian.org>

  • cursor.c (_psyco_curs_execute): Added skeleton to support COPY
     FROM/TO.

6 september 2002 Federico Di Gregorio <fog at debian.org>

  • configure.in: if libcrypt can't be found we probably are on
     MacOS X: check for libcrypto, as suggested by Aparajita Fishman.

3 september 2002 Federico Di Gregorio <fog at debian.org>

  • ZPsycopgDA/db.py (DB.columns): Applied patch from Dieter Maurer
     to allow the DA-browser to work with mixed case table names.

30 august 2002 Federico Di Gregorio <fog at debian.org>

  • ZPsycopgDA/DA.py (cast_DateTime): Applied patch from Yury to fix
     timestamps (before they were returned with time always set to 0.)

26 august 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.11.1 (to fix a %&£$"! bug in ZPsycopgDA not
      accepting psycopg 1.0.11 as a valid version.
  • Release 1.0.11.

22 august 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.11pre2.
  • cursor.c (_psyco_curs_execute): fixed IntegrityError as reported
     by Andy Dustman. (psyco_curs_execute): converting TypeError to
     ProgrammingError on wrong number of % and/or aeguments.
  • doc/examples/integrity.py: added example and check for
     IntegrityError.

8 august 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.11pre1.

6 august 2002 Federico Di Gregorio <fog at debian.org>

  • ZPsycopgDA/DA.py (cast_DateTime): patched as suggested by Tom
     Jenkins; now it shouldwork with time zones too.

1 august 2002 Federico Di Gregorio <fog at debian.org>

  • ZPsycopgDA/DA.py (cast_DateTime): fixed problem with missing
     AM/PM, as reported by Tom Jenkins.

23 july 2002 Federico Di Gregorio <fog at debian.org>

  • Fixed buglets reported by Mike Coleman.

22 july 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.10.

14 july 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.10pre2.
  • typeobj.c (psyco_LONGINTEGER_cast): fixed bad segfault by
     INCREFfing Py_None when it is the result of a NULL conversion.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin