Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37667598
en ru br
Репозитории ALT
5.1: 2.0.8-alt1
4.1: 2.0.6-alt3.1
4.0: 2.0.6-alt1.svn876
3.0: 2.0-alt0.b4
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-psycopg2

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

29 января 2008 Grigory Batalov <bga at altlinux.ru> 2.0.6-alt3.1

  • Rebuilt with python-2.5.

3 января 2008 Ivan Fedorov <ns at altlinux.org> 2.0.6-alt3

  • fix building

15 июля 2007 Ivan Fedorov <ns at altlinux.org> 2.0.6-alt2

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

21 марта 2007 Ivan Fedorov <ns at altlinux.ru> 2.0.6-alt1.svn876

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

3 марта 2007 Ivan Fedorov <ns at altlinux.ru> 2.0.6-alt1.b1

  • 2.0.6b1

18 февраля 2007 Ivan Fedorov <ns at altlinux.ru> 2.0.5.1-alt1

  • 2.0.5.1

1 июля 2006 Ivan Fedorov <ns at altlinux.ru> 2.0.2-alt1

  • 2.0.2

12 февраля 2006 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b8

  • 2.0b8

1 февраля 2006 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b6

  • 2.0b6

10 ноября 2005 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b5

  • 2.0b5

3 октября 2005 Ivan Fedorov <ns at altlinux.ru> 2.0-alt0.b4

  • switch to 2.0 branch
  • 2.0b4

11 января 2005 Andrey Orlov <cray at altlinux.ru> 1.1.18-alt1

  • New Version

2 июля 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt9

  • Requires for egenix-mx-base added;

19 мая 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt8

  • Obsoleting of previous packages added

18 мая 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt7

  • Conditional operators excluded from spec

10 мая 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt6.d

  • Fix egenix-mx-base dependence

22 апреля 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt5.d

  • Remove BuildArchitecture: noarch clause

13 апреля 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt4.d

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

26 марта 2004 Andrey Orlov <cray at altlinux.ru> 1.1.11-alt3.d

  • New version
  • Fix new python policy compatibility

10 декабря 2003 Andrey Orlov <cray at altlinux.ru> 1.1.9-alt4

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

14 сентября 2003 Andrey Orlov <cray at altlinux.ru> 1.1.9-alt1

  • New release

14 декабря 2002 Andrey Orlov <cray at altlinux.ru> 1.0.12-alt3

  • Declaration of requirements are enhanced

2 декабря 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 октября 2002 Andrey Orlov <cray at altlinux.ru> 1.0.12-alt1

  • Recompile with gcc 3.2.1

13 сентября 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 сентября 2002 Federico Di Gregorio <fog at debian.org>

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

6 сентября 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 сентября 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 августа 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 августа 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 августа 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 августа 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.11pre1.

6 августа 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 августа 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 июля 2002 Federico Di Gregorio <fog at debian.org>

  • Fixed buglets reported by Mike Coleman.

22 июля 2002 Federico Di Gregorio <fog at debian.org>

  • Release 1.0.10.

14 июля 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.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin