Commit Graph

114 Commits

Author SHA1 Message Date
Miro Hrončok
03c18756bf Rebuilt for Python 3.8 2019-08-16 18:15:35 +02:00
Fedora Release Engineering
e9825b7986 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 15:20:43 +00:00
Honza Horak
26a4b14700 Fixes for 3.8.0a4 rebuild
Resolves: #1693641
2019-05-30 22:16:13 +02:00
Pavel Raiskup
f689205c2f rpmlint
Version: 2.7.7-1
2019-02-05 10:06:19 +01:00
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
Fedora Release Engineering
770cced4f6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 08:28:10 +00:00
Igor Gnatenko
d18dfe9cf0 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:42 +01:00
Pavel Raiskup
104e3e4b66 Put back python2 subpackages
Related: rhbz#1634973
Version: 2.7.5-5
2018-10-03 10:08:15 +02:00
Pavel Raiskup
3285988afd Add '--without=debugrpms' build option
Related: rhbz#1635166
Version: 2.7.5-5
2018-10-03 08:15:25 +02:00
Pavel Raiskup
fcf6aa2504 Correct the (build)requires
Version: 2.7.5-4
2018-10-03 07:56:44 +02:00
Pavel Raiskup
cfd14bb9d1 Use proper compiler/linker flags
Resolves: rhbz#1631713
Version: 2.7.5-4
2018-10-03 07:29:39 +02:00
Pavel Raiskup
bdc27a20d7 drop python2* subpackages on f30+
Resolves: rhbz#1634973
Version: 2.7.5-4
2018-10-03 07:29:35 +02:00
Pavel Raiskup
9085398fe5 doc subpackage standalone-installable
Version: 2.7.5-3
2018-07-17 11:46:55 +02:00
Fedora Release Engineering
ca9ac2f14d - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 01:30:07 +00:00
Igor Gnatenko
060e3703a5 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-10 15:56:25 +02:00
Miro Hrončok
cbc5200c2f Rebuilt for Python 3.7 2018-07-02 18:23:39 +02: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
Miro Hrončok
dc26795c60 Rebuilt for Python 3.7 2018-06-16 11:36:41 +02:00
Pavel Raiskup
0436d8c960 FTBFS with python 3.7
Version: 2.7.4-4
2018-05-21 07:57:39 +02:00
Miro Hrončok
89f4b65570 Support Python 3.7 (#1579761)
Add upstream commit to fix one test, remove the file of skipped test.
2018-05-18 12:31:58 +02:00
Pavel Raiskup
0d28ee3b83 BR postgresql-test-rpm-macros
Version: 2.7.4-3
2018-04-13 17:02:48 +02:00
Pavel Raiskup
1770ed3081 tests: again enable testsuite
Disabled unintentionally by d74af4e83a.

Version: 2.7.4-2
2018-04-13 13:38:10 +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
Fedora Release Engineering
65fba2e1dd - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 09:56:50 +00:00
Pavel Raiskup
d74af4e83a spec: treat Python 2 and Python 3 equally
Version: 2.7.3.2-2
2017-12-14 14:46:09 +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
0f2ab3b8ad ftbfs: we can not build html doc now
Version: 2.7.3-1
2017-08-16 08:33:29 +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
Fedora Release Engineering
d0a64ad453 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:54:00 +00:00
Fedora Release Engineering
0a7df57b67 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 11:22:37 +00: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
3782b11dae tests: fix (not-)installed testsuite
Version: 2.7.1-1
2017-05-09 15:52:40 +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
Fedora Release Engineering
959a2610ba - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 10:02:08 +00:00
Charalampos Stratakis
a5b53fe16f Rebuild for Python 3.6 2016-12-11 02:22:11 +01:00
Fedora Release Engineering
a208df449c - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 11:04:45 +00: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
Pavel Raiskup
509bf2c7a3 style: white-space changes
Version: 2.6.1-6
2016-05-29 21:12:00 +02:00
Pavel Raiskup
29ae04ad26 cleanup
Version: 2.6.1-6
2016-05-29 21:12:00 +02:00
Pavel Raiskup
797d93cf41 python2-psycopg2: renamed from python-psycopg2
Resolves: rhbz#1306025
Version: 2.6.1-6
2016-05-29 21:11:55 +02:00
Fedora Release Engineering
b91d3b8ed1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 20:33:20 +00:00
Pavel Raiskup
a041cef262 FTBFS: no pyo files generated with python-3.5
Version: 2.6.1-4
2015-11-15 18:56:57 +01:00
Pavel Raiskup
d9999518e2 rebuild for Python 3.5 once again
Version: 2.6.1-4
2015-11-15 18:21:56 +01:00
Peter Robinson
7586515d18 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 16:49:36 +00:00
Dennis Gilmore
b86738d3e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 20:21:43 +00:00
Jozef Mlich
2931434916 Update to 2.6.1 2015-06-15 16:51:40 +02:00
Devrim Gündüz
2fed961cb1 Install html docs explicitly, per Psycopg2 2.6 changelog. 2015-02-09 19:08:13 +02:00
Devrim Gündüz
3dad90ddfe README -> README.rst 2015-02-09 13:19:36 +02:00