Pavel Raiskup
d323f5a8c3
the latest upstream release
...
Per NEWS file:
What's new in psycopg 2.7.7
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Cleanup of the cursor results assignment code, which might have solved
double free and inconsistencies in concurrent usage (🎟️ `#346, #384`).
- Wheel package compiled against OpenSSL 1.0.2q.
What's new in psycopg 2.7.6.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed binary package broken on OS X 10.12 (🎫 `#807`).
- Wheel package compiled against PostgreSQL 11.1 libpq.
What's new in psycopg 2.7.6
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Close named cursors if exist, even if `~cursor.execute()` wasn't called
(🎫 `#746`).
- Fixed building on modern FreeBSD versions with Python 3.7 (🎫 `#755`).
- Fixed hang trying to :sql:`COPY` via `~cursor.execute()` in asynchronous
connections (🎫 `#781`).
- Fixed adaptation of arrays of empty arrays (🎫 `#788`).
- Fixed segfault accessing the connection's `~connection.readonly` and
`~connection.deferrable` attributes repeatedly (🎫 `#790`).
- `~psycopg2.extras.execute_values()` accepts `~psycopg2.sql.Composable`
objects (🎫 `#794`).
- `~psycopg2.errorcodes` map updated to PostgreSQL 11.
- Wheel package compiled against PostgreSQL 10.5 libpq and OpenSSL 1.0.2p.
Version: 2.7.7-1
2019-02-05 09:39:26 +01:00
Pavel Raiskup
a3c6732b50
update to 2.7.5
...
Per release notes:
http://initd.org/psycopg/articles/2018/06/17/psycopg-275-released/
Resolves: rhbz#1592163
Version: 2.7.5-1
2018-06-18 15:27:11 +02:00
Pavel Raiskup
0328890730
update to 2.7.4
...
per release notes:
http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/
Version: 2.7.4-1
2018-02-12 08:08:55 +01:00
Pavel Raiskup
9641384c17
update to 2.7.3.2
...
Per release notes:
http://initd.org/psycopg/articles/2017/10/24/psycopg-2732-released/
Version: 2.7.3.2-1
2017-10-25 12:36:52 +02:00
Pavel Raiskup
669712a5ad
rebase: update to latest upstream release
...
Per release notes:
http://initd.org/psycopg/articles/2017/08/26/psycopg-2731-released/
Version: 2.7.3.1-1
2017-08-28 09:14:14 +02:00
Pavel Raiskup
e8c49c6a01
rebase: update to latest upstream release
...
Per release notes:
http://initd.org/psycopg/articles/2017/07/24/psycopg-273-released/
Resolves: rhbz#1473996
Version: 2.7.3-1
2017-08-16 08:31:49 +02:00
Pavel Raiskup
f94ad64266
rebase: update to latest upstream release
...
Per release notes:
http://initd.org/psycopg/articles/2017/07/22/psycopg-272-released/
Version: 2.7.2-1
2017-07-23 06:48:38 +02:00
Pavel Raiskup
7d88cb52bc
rebase: update to latest upstream release
...
Per release notes:
http://initd.org/psycopg/articles/2017/03/01/psycopg-271-released/
Version: 2.7.1-1
2017-05-09 15:51:41 +02:00
Pavel Raiskup
32e83c7ac1
rebase: latest upstream release
...
Per release notes:
http://initd.org/psycopg/articles/2017/03/01/psycopg-27-released/
Version: 2.7-1
2017-03-02 22:36:32 +01:00
Pavel Raiskup
f0933b2d94
rebase: to 2.6.2
...
Per upstream release notes:
http://initd.org/psycopg/articles/2016/07/07/psycopg-262-released/
Resolves: rhbz#1353545
Version: 2.6.2-1
2016-07-07 15:49:38 +02:00
Jozef Mlich
2931434916
Update to 2.6.1
2015-06-15 16:51:40 +02:00
Devrim Gündüz
670ad5dcc0
Update to 2.6, per changes described at:
...
http://www.psycopg.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/
2015-02-09 12:59:51 +02:00
Devrim Gündüz
c830da19ab
Update to 2.5.4, per #1181549
2015-01-13 13:51:37 +02:00
Pavel Raiskup
e97c3d9be4
rebase to most recent minor version
...
per release notes:
http://www.psycopg.org/psycopg/articles/2014/05/13/psycopg-253-released/
Version: 2.5.3-1
2014-07-04 14:38:08 +02:00
Devrim Gunduz
a199baeba7
- Update to 2.5.2, per changes described at:
...
http://www.psycopg.org/psycopg/articles/2014/01/07/psycopg-252-released
2014-01-07 18:15:36 +02:00
Pavel Raiskup
620c581167
psycopg2: rebase to 2.5.1
...
Release notes:
http://www.psycopg.org/psycopg/articles/2013/06/23/psycopg-251-released/
Version: 2.5.1-1
2013-07-07 10:24:58 +02:00
Devrim GUNDUZ
7d45e3205f
Update to 2.5, per changes described at:
...
http://www.psycopg.org/psycopg/articles/2013/04/07/psycopg-25-released/
2013-05-16 13:36:32 +03:00
Tom Lane
b6f0fd5617
Update to 2.4.5
2012-04-07 15:21:26 -04:00
Tom Lane
fa335f91aa
Update to 2.4.4
2012-02-02 14:46:20 -05:00
Tom Lane
989786452a
Update to 2.4.2
2011-06-18 17:21:49 -04:00
Devrim GÜNDÜZ
abbed67c52
2.4.0-beta2
...
add python 2 debug, python3 (optimized) and python3-debug subpackages
2011-02-17 20:59:53 +02:00
Tom Lane
74fce094b1
Update to 2.3.2
2010-12-29 17:29:01 -05:00
Devrim GÜNDÜZ
481c0ca06b
Update to 2.2.2
2010-07-19 21:59:52 +00:00
Devrim GÜNDÜZ
a08f87b111
- Update to 2.2.1
...
- Improve description for 2.2 features.
- Changelog for 2.2.0 is:
http://initd.org/pub/software/psycopg/ChangeLog-2.2
2010-05-18 05:34:12 +00:00
Devrim GÜNDÜZ
5f0abeee3b
Update to 2.0.14
2010-03-17 13:03:34 +00:00
Devrim GÜNDÜZ
5ca9a9e7d8
Update to 2.0.13.
2009-10-18 07:16:38 +00:00
Devrim GÜNDÜZ
eb32e7818d
Update to 2.0.12.
2009-08-14 18:38:28 +00:00
Devrim GÜNDÜZ
783bb1f9a8
Update to 2.0.11
2009-05-19 19:23:33 +00:00
Devrim GÜNDÜZ
9269647982
Update to 2.0.10.
2009-04-20 22:12:17 +00:00
Devrim GÜNDÜZ
5effe45b49
Update to 2.0.9
2009-03-19 22:26:34 +00:00
Devrim GÜNDÜZ
5a9138cda6
Update to 2.0.8
2008-11-29 17:37:45 +00:00
Devrim GÜNDÜZ
c357de4087
Update to 2.0.7 .
2008-04-30 14:26:31 +00:00
Devrim GÜNDÜZ
7f15d2365c
Update to 2.0.6
2007-06-15 11:41:58 +00:00
Devrim GÜNDÜZ
668cfca3e6
Update to latest upstream version
2006-09-04 11:22:05 +00:00
Devrim GÜNDÜZ
840879a605
auto-import python-psycopg2-2.0.3-3 on branch devel from
...
python-psycopg2-2.0.3-3.src.rpm
2006-08-29 21:18:42 +00:00
Devrim GÜNDÜZ
058894e104
Setup of module python-psycopg2
2006-08-29 21:17:10 +00:00