commit python-psycopg2 for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2020-09-17 14:51:42

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.4249 (New)


Package is "python-psycopg2"

Thu Sep 17 14:51:42 2020 rev:37 rq:835010 version:2.8.6

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2020-05-19 14:49:53.000256246 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.4249/python-psycopg2.changes
2020-09-17 15:01:13.968504377 +0200
@@ -1,0 +2,12 @@
+Wed Sep 16 21:18:19 UTC 2020 - Dirk Mueller 
+
+- update to 2.8.6:
+  * Fixed memory leak changing connection encoding to the current one
+  * Fixed search of mxDateTime headers in virtualenvs (:ticket:`#996`).
+  * Added missing values from errorcodes (:ticket:`#1133`).
+  * `cursor.query` reports the query of the last :sql:`COPY` opearation too
+  * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to 
PostgreSQL 13.
+  * Added wheel packages for ARM architecture (:ticket:`#1125`).
+  * Wheel package compiled against OpenSSL 1.1.1g.
+
+---

Old:

  psycopg2-2.8.5.tar.gz

New:

  psycopg2-2.8.6.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.Eo0aP1/_old  2020-09-17 15:01:25.380515215 +0200
+++ /var/tmp/diff_new_pack.Eo0aP1/_new  2020-09-17 15:01:25.384515219 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.8.5
+Version:2.8.6
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception

++ psycopg2-2.8.5.tar.gz -> psycopg2-2.8.6.tar.gz ++
 2676 lines of diff (skipped)




commit python-psycopg2 for openSUSE:Factory

2020-05-19 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2020-05-19 14:49:51

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.2738 (New)


Package is "python-psycopg2"

Tue May 19 14:49:51 2020 rev:36 rq:807105 version:2.8.5

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2020-04-25 20:31:05.342364108 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.2738/python-psycopg2.changes
2020-05-19 14:49:53.000256246 +0200
@@ -1,0 +2,5 @@
+Tue May 19 06:16:56 UTC 2020 - Tomáš Chvátal 
+
+- Sort out the syntax of the deps bsc#1171213
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.CRx0Yk/_old  2020-05-19 14:49:53.524257408 +0200
+++ /var/tmp/diff_new_pack.CRx0Yk/_new  2020-05-19 14:49:53.536257434 +0200
@@ -27,17 +27,14 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # newer postgresql packages pg_config in -server-devel
-%if ( 0%{?sle_version} > 150100 && 0%{?is_opensuse} ) || 0%{?suse_version} > 
1500
+%if 0%{?sle_version} > 150100 || 0%{?suse_version} > 1500
 BuildRequires:  postgresql-server-devel >= 9.1
 %else
 BuildRequires:  postgresql-devel >= 9.1
 %endif
-BuildRequires:  python-rpm-macros
-%if 0%{?suse_version} > 1500
-BuildRequires:  postgresql-server-devel
-%endif
-%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
+%if 0%{?suse_version} || 0%{?fedora_version} >= 24
 Suggests:   postgresql-server
 %endif
 %python_subpackages




commit python-psycopg2 for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2020-04-25 20:28:02

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.2738 (New)


Package is "python-psycopg2"

Sat Apr 25 20:28:02 2020 rev:35 rq:796702 version:2.8.5

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2020-03-27 21:56:56.174780147 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.2738/python-psycopg2.changes
2020-04-25 20:31:05.342364108 +0200
@@ -1,0 +2,13 @@
+Thu Apr 23 16:13:29 UTC 2020 - Marcus Rueckert 
+
+- update to 2.8.5 
+  - Fixed use of connection_factory and cursor_factory together
+(ticket #1019).
+  - Added support for logging.LoggerAdapter in LoggingConnection
+(ticket #1026).
+  - Column objects in cursor.description can be sliced (ticket
+#1034).
+  - Added AIX support (ticket #1061).
+  - Fixed copy() of DictCursor rows (ticket #1073).
+
+---

Old:

  psycopg2-2.8.4.tar.gz

New:

  psycopg2-2.8.5.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.xcg5En/_old  2020-04-25 20:31:07.814369205 +0200
+++ /var/tmp/diff_new_pack.xcg5En/_new  2020-04-25 20:31:07.818369214 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.8.4
+Version:2.8.5
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception

++ psycopg2-2.8.4.tar.gz -> psycopg2-2.8.5.tar.gz ++
 2561 lines of diff (skipped)




commit python-psycopg2 for openSUSE:Factory

2020-03-27 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2020-03-27 21:56:23

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.3160 (New)


Package is "python-psycopg2"

Fri Mar 27 21:56:23 2020 rev:34 rq:787714 version:2.8.4

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2020-03-19 19:54:25.320277937 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.3160/python-psycopg2.changes
2020-03-27 21:56:56.174780147 +0100
@@ -4 +4 @@
-- fix postgresql build dependency: pg_config is in postgresql-server-devel
+- fix postgresql build dependency: pg_config is in postgresql-server-devel 
(bsc#1167541)



Other differences:
--



commit python-psycopg2 for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2020-03-19 19:51:43

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.3160 (New)


Package is "python-psycopg2"

Thu Mar 19 19:51:43 2020 rev:33 rq:786407 version:2.8.4

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2020-03-03 10:15:49.514598836 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.3160/python-psycopg2.changes
2020-03-19 19:54:25.320277937 +0100
@@ -1,0 +2,5 @@
+Thu Mar 19 08:19:57 UTC 2020 - Hans-Peter Jansen 
+
+- fix postgresql build dependency: pg_config is in postgresql-server-devel
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.utSaxZ/_old  2020-03-19 19:54:25.992277961 +0100
+++ /var/tmp/diff_new_pack.utSaxZ/_new  2020-03-19 19:54:25.996277961 +0100
@@ -27,7 +27,12 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+# newer postgresql packages pg_config in -server-devel
+%if ( 0%{?sle_version} > 150100 && 0%{?is_opensuse} ) || 0%{?suse_version} > 
1500
+BuildRequires:  postgresql-server-devel >= 9.1
+%else
 BuildRequires:  postgresql-devel >= 9.1
+%endif
 BuildRequires:  python-rpm-macros
 %if 0%{?suse_version} > 1500
 BuildRequires:  postgresql-server-devel




commit python-psycopg2 for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2020-03-03 10:15:22

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.26092 (New)


Package is "python-psycopg2"

Tue Mar  3 10:15:22 2020 rev:32 rq:780392 version:2.8.4

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2019-10-16 09:15:17.215467320 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.26092/python-psycopg2.changes   
2020-03-03 10:15:49.514598836 +0100
@@ -1,0 +2,16 @@
+Fri Feb 28 21:49:40 UTC 2020 - Dirk Mueller 
+
+- update to 2.8.4:
+  - Fixed building with Python 3.8 (:ticket:`#854`).
+  - Don't swallow keyboard interrupts on connect when a password is specified
+in the connection string (:ticket:`#898`).
+  - Don't advance replication cursor when the message wasn't confirmed
+(:ticket:`#940`).
+  - Fixed inclusion of ``time.h`` on linux (:ticket:`#951`).
+  - Fixed int overflow for large values in 
`~psycopg2.extensions.Column.table_oid`
+and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`).
+  - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
+PostgreSQL 12.
+  - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4.
+
+---

Old:

  psycopg2-2.8.3.tar.gz

New:

  psycopg2-2.8.4.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.ldglhc/_old  2020-03-03 10:15:50.910601724 +0100
+++ /var/tmp/diff_new_pack.ldglhc/_new  2020-03-03 10:15:50.914601732 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.8.3
+Version:2.8.4
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception

++ psycopg2-2.8.3.tar.gz -> psycopg2-2.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psycopg2-2.8.3/NEWS new/psycopg2-2.8.4/NEWS
--- old/psycopg2-2.8.3/NEWS 2019-06-11 00:38:50.0 +0200
+++ new/psycopg2-2.8.4/NEWS 2019-10-20 02:45:30.0 +0200
@@ -1,6 +1,22 @@
 Current release
 ---
 
+What's new in psycopg 2.8.4
+^^^
+
+- Fixed building with Python 3.8 (:ticket:`#854`).
+- Don't swallow keyboard interrupts on connect when a password is specified
+  in the connection string (:ticket:`#898`).
+- Don't advance replication cursor when the message wasn't confirmed
+  (:ticket:`#940`).
+- Fixed inclusion of ``time.h`` on linux (:ticket:`#951`).
+- Fixed int overflow for large values in 
`~psycopg2.extensions.Column.table_oid`
+  and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`).
+- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
+  PostgreSQL 12.
+- Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4.
+
+
 What's new in psycopg 2.8.3
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psycopg2-2.8.3/PKG-INFO new/psycopg2-2.8.4/PKG-INFO
--- old/psycopg2-2.8.3/PKG-INFO 2019-06-11 00:38:59.0 +0200
+++ new/psycopg2-2.8.4/PKG-INFO 2019-10-20 02:45:39.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.2
 Name: psycopg2
-Version: 2.8.3
+Version: 2.8.4
 Summary: psycopg2 - Python-PostgreSQL Database Adapter
 Home-page: http://initd.org/psycopg/
 Author: Federico Di Gregorio
 Author-email: f...@initd.org
 License: LGPL with exceptions or ZPL
-Download-URL: 
http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-2.8.3.tar.gz
 Description-Content-Type: UNKNOWN
 Description: Psycopg is the most popular PostgreSQL database adapter for the 
Python
 programming language.  Its main features are the complete 
implementation of
@@ -93,6 +92,7 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: C
 Classifier: Programming Language :: SQL
diff -urN '--exc

commit python-psycopg2 for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2019-10-16 09:15:14

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.2352 (New)


Package is "python-psycopg2"

Wed Oct 16 09:15:14 2019 rev:31 rq:738373 version:2.8.3

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2019-07-11 13:15:35.354820397 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.2352/python-psycopg2.changes
2019-10-16 09:15:17.215467320 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:14:29 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.T21Psh/_old  2019-10-16 09:15:17.815465774 +0200
+++ /var/tmp/diff_new_pack.T21Psh/_new  2019-10-16 09:15:17.819465763 +0200
@@ -22,7 +22,6 @@
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception
-Group:  Development/Languages/Python
 URL:http://initd.org/psycopg/
 Source: 
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
@@ -58,7 +57,7 @@
 %install
 %python_install
 %python_expand rm -rf %{buildroot}%{$python_sitearch}/psycopg2/tests # Don't 
package testsuite
-%fdupes -s %{buildroot}/%{_mandir}  # Create symlinks for man pages
+%fdupes %{buildroot}/%{_mandir}  # Create symlinks for man pages
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check




commit python-psycopg2 for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2019-07-11 13:15:22

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.4615 (New)


Package is "python-psycopg2"

Thu Jul 11 13:15:22 2019 rev:30 rq:713467 version:2.8.3

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2019-06-19 21:04:09.934280719 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.4615/python-psycopg2.changes
2019-07-11 13:15:35.354820397 +0200
@@ -1,0 +2,9 @@
+Thu Jul  4 15:02:11 UTC 2019 - Daniel Molkentin 
+
+- Update to 2.8.4
+  * Added interval_status parameter to start_replication() method and other
+facilities to send automatic replication keepalives at periodic intervals
+(ticket #913).
+  * Fixed namedtuples caching introduced in 2.8 (ticket #928).
+
+---

Old:

  psycopg2-2.8.2.tar.gz

New:

  psycopg2-2.8.3.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.pTHrDI/_old  2019-07-11 13:15:36.438820055 +0200
+++ /var/tmp/diff_new_pack.pTHrDI/_new  2019-07-11 13:15:36.442820054 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.8.2
+Version:2.8.3
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception

++ psycopg2-2.8.2.tar.gz -> psycopg2-2.8.3.tar.gz ++
 1828 lines of diff (skipped)




commit python-psycopg2 for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2019-06-19 21:04:04

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.4811 (New)


Package is "python-psycopg2"

Wed Jun 19 21:04:04 2019 rev:29 rq:707677 version:2.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2019-04-03 10:51:18.705930139 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.4811/python-psycopg2.changes
2019-06-19 21:04:09.934280719 +0200
@@ -1,0 +2,33 @@
+Tue Jun  4 15:36:23 UTC 2019 - Marketa Calabkova 
+
+- Update to 2.8.3
+  * Added interval_status parameter to start_replication() method 
+and other facilities to send automatic replication keepalives 
+at periodic intervals
+  * Fixed RealDictCursor when there are repeated columns
+  * Fixed RealDictRow modifiability
+  * Fixed “there’s no async cursor” error polling a connection with 
+no cursor
+  2.8.0
+  * Added errors module. Every PostgreSQL error is converted into 
+a specific exception class
+  * Added encrypt_password() function
+  * Added BYTES adapter to manage databases with mixed encodings on 
+Python 3
+  * Added table_oid and table_column attributes on cursor.description 
+items
+  * Added connection.info object to retrieve various PostgreSQL 
+connection information
+  * str() on Range produces a human-readable representation
+  * Fixed async communication blocking if results are returned in 
+different chunks
+  * Fixed adaptation of numeric subclasses such as IntEnum
+  * Dropped support for Python 2.6, 3.2, 3.3.
+  * Dropped deprecated register_tstz_w_secs()
+  * Dropped deprecated PersistentConnectionPool. Use 
+ZPsycopgDA.pool instead.
+  * Binary packages no longer installed by default. The 
+‘psycopg2-binary’ package must be used explicitly.
+  * Dropped PSYCOPG_DISPLAY_SIZE build parameter.
+
+---

Old:

  psycopg2-2.7.7.tar.gz

New:

  psycopg2-2.8.2.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.wyLReA/_old  2019-06-19 21:04:10.686281371 +0200
+++ /var/tmp/diff_new_pack.wyLReA/_new  2019-06-19 21:04:10.718281399 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.7.7
+Version:2.8.2
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception
@@ -26,6 +26,7 @@
 URL:http://initd.org/psycopg/
 Source: 
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  postgresql-devel >= 9.1
 BuildRequires:  python-rpm-macros

++ psycopg2-2.7.7.tar.gz -> psycopg2-2.8.2.tar.gz ++
 23370 lines of diff (skipped)




commit python-psycopg2 for openSUSE:Factory

2019-04-03 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2019-04-03 10:51:17

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.25356 (New)


Package is "python-psycopg2"

Wed Apr  3 10:51:17 2019 rev:28 rq:690714 version:2.7.7

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2019-03-05 12:22:57.94529 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.25356/python-psycopg2.changes   
2019-04-03 10:51:18.705930139 +0200
@@ -1,0 +2,5 @@
+Tue Apr  2 16:43:30 UTC 2019 - Todd R 
+
+- Requires postgresql-server-devel on Factory now.
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.2axbqr/_old  2019-04-03 10:51:19.353930313 +0200
+++ /var/tmp/diff_new_pack.2axbqr/_new  2019-04-03 10:51:19.357930314 +0200
@@ -29,6 +29,9 @@
 BuildRequires:  fdupes
 BuildRequires:  postgresql-devel >= 9.1
 BuildRequires:  python-rpm-macros
+%if 0%{?suse_version} > 1500 
+BuildRequires:  postgresql-server-devel
+%endif
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Suggests:   postgresql-server
 %endif




commit python-psycopg2 for openSUSE:Factory

2019-03-05 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2019-03-05 12:22:49

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new.28833 (New)


Package is "python-psycopg2"

Tue Mar  5 12:22:49 2019 rev:27 rq:681339 version:2.7.7

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2018-03-08 10:58:59.106113742 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.28833/python-psycopg2.changes   
2019-03-05 12:22:57.94529 +0100
@@ -1,0 +2,20 @@
+Mon Mar  4 12:13:19 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.7.7:
+  * Cleanup of the cursor results assignment code, which might have solved
+double free and inconsistencies in concurrent usage (:tickets:`#346, 
#384`).
+  * Close named cursors if exist, even if execute() wasn't called (ticket 
#746).
+  * Fixed building on modern FreeBSD versions with Python 3.7 (ticket #755).
+  * Fixed hang trying to COPY via execute() in asynchronous connections 
(ticket #781).
+  * Fixed adaptation of arrays of empty arrays (ticket #788).
+  * Fixed segfault accessing the connection.readonly and connection.deferrable 
attributes repeatedly (ticket #790).
+  * execute_values() accepts sql.Composable objects (ticket #794).
+  * errorcodes map updated to PostgreSQL 11.
+  * Allow non-ascii chars in namedtuple fields (regression introduced fixing 
ticket #211).
+  * Fixed adaptation of arrays of arrays of nulls (ticket #325).
+  * Fixed building on Solaris 11 and derivatives such as SmartOS and illumos 
(ticket #677).
+  * Maybe fixed building on MSYS2 (as reported in ticket #658).
+  * Allow string subclasses in connection and other places (ticket #679).
+  * Don't raise an exception closing an unused named cursor (ticket #716).
+
+---

Old:

  psycopg2-2.7.4.tar.gz

New:

  psycopg2-2.7.7.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.AWE6ZI/_old  2019-03-05 12:22:59.100884190 +0100
+++ /var/tmp/diff_new_pack.AWE6ZI/_new  2019-03-05 12:22:59.100884190 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.7.4
+Version:2.7.7
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception
 Group:  Development/Languages/Python
-Url:http://initd.org/psycopg/
+URL:http://initd.org/psycopg/
 Source: 
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  fdupes
@@ -55,10 +55,15 @@
 %python_install
 %python_expand rm -rf %{buildroot}%{$python_sitearch}/psycopg2/tests # Don't 
package testsuite
 %fdupes -s %{buildroot}/%{_mandir}  # Create symlinks for man pages
-%fdupes %{buildroot}# Create hardlinks for the rest
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
+
+%check
+# tests require running PGSQL
+#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m 
unittest discover
 
 %files %{python_files}
-%doc AUTHORS LICENSE NEWS README.rst
+%license LICENSE
+%doc AUTHORS NEWS README.rst
 %{python_sitearch}/psycopg2/
 %{python_sitearch}/psycopg2-%{version}-py%{python_version}.egg-info
 

++ psycopg2-2.7.4.tar.gz -> psycopg2-2.7.7.tar.gz ++
 1627 lines of diff (skipped)




commit python-psycopg2 for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2018-03-08 10:58:56

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Thu Mar  8 10:58:56 2018 rev:26 rq:583911 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2018-03-05 13:37:21.565025084 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2018-03-08 10:58:59.106113742 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 14:03:13 UTC 2018 - apla...@suse.com
+
+- Allows Recommends and Suggest in Fedora
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.qM5sEK/_old  2018-03-08 10:58:59.986081936 +0100
+++ /var/tmp/diff_new_pack.qM5sEK/_new  2018-03-08 10:58:59.986081936 +0100
@@ -29,7 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  postgresql-devel >= 9.1
 BuildRequires:  python-rpm-macros
-%if 0%{?suse_version} >= 1000
+%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Suggests:   postgresql-server
 %endif
 %python_subpackages




commit python-psycopg2 for openSUSE:Factory

2018-03-05 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2018-03-05 13:37:19

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Mon Mar  5 13:37:19 2018 rev:25 rq:580804 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2018-02-26 23:24:17.004208305 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2018-03-05 13:37:21.565025084 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 17:55:42 UTC 2018 - apla...@suse.com
+
+- Suggests only for SUSE
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.bygR0r/_old  2018-03-05 13:37:22.536989910 +0100
+++ /var/tmp/diff_new_pack.bygR0r/_new  2018-03-05 13:37:22.540989766 +0100
@@ -21,7 +21,7 @@
 Version:2.7.4
 Release:0
 Summary:Python-PostgreSQL Database Adapter
-License:LGPL-3.0+ AND (LGPL-3.0+ OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception
+License:LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception
 Group:  Development/Languages/Python
 Url:http://initd.org/psycopg/
 Source: 
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
@@ -29,7 +29,9 @@
 BuildRequires:  fdupes
 BuildRequires:  postgresql-devel >= 9.1
 BuildRequires:  python-rpm-macros
+%if 0%{?suse_version} >= 1000
 Suggests:   postgresql-server
+%endif
 %python_subpackages
 
 %description




commit python-psycopg2 for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2018-02-26 23:24:15

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Mon Feb 26 23:24:15 2018 rev:24 rq:578960 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2017-08-10 14:13:24.093484633 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2018-02-26 23:24:17.004208305 +0100
@@ -1,0 +2,28 @@
+Thu Feb 22 10:31:09 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.7.4:
+ - Moving away from installing the wheel package by default.
+   Packages installed from wheel raise a warning on import. Added package
+   ``psycopg2-binary`` to install from wheel instead (:ticket:`#543`).
+ - Convert fields names into valid Python identifiers in
+   `~psycopg2.extras.NamedTupleCursor` (:ticket:`#211`).
+ - Fixed Solaris 10 support (:ticket:`#532`).
+ - `cursor.mogrify()` can be called on closed cursors (:ticket:`#579`).
+ - Fixed setting session characteristics in corner cases on autocommit
+   connections (:ticket:`#580`).
+ - Fixed `~psycopg2.extras.MinTimeLoggingCursor` on Python 3 (:ticket:`#609`).
+ - Fixed parsing of array of points as floats (:ticket:`#613`).
+ - Fixed `~psycopg2.__libpq_version__` building with libpq >= 10.1
+   (:ticket:`632`).
+ - Fixed `~cursor.rowcount` after `~cursor.executemany()` with :sql:`RETURNING`
+   statements (:ticket:`633`).
+ - Fixed compatibility problem with pypy3 (:ticket:`#649`).
+ - Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2n.
+ - Wheel packages for Python 2.6 no more available (support dropped from
+   wheel building infrastructure).
+- update to version 2.7.3.2:
+ - not relevant
+- update to version 2.7.3.1:
+ - not relevant
+
+---

Old:

  psycopg2-2.7.3.tar.gz

New:

  psycopg2-2.7.4.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.3lXrOU/_old  2018-02-26 23:24:18.056170472 +0100
+++ /var/tmp/diff_new_pack.3lXrOU/_new  2018-02-26 23:24:18.060170329 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.7.3
+Version:2.7.4
 Release:0
 Summary:Python-PostgreSQL Database Adapter
-License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and 
SUSE-GPL-2.0-with-openssl-exception
+License:LGPL-3.0+ AND (LGPL-3.0+ OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception
 Group:  Development/Languages/Python
 Url:http://initd.org/psycopg/
 Source: 
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
@@ -30,7 +30,6 @@
 BuildRequires:  postgresql-devel >= 9.1
 BuildRequires:  python-rpm-macros
 Suggests:   postgresql-server
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -57,7 +56,6 @@
 %fdupes %{buildroot}# Create hardlinks for the rest
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS LICENSE NEWS README.rst
 %{python_sitearch}/psycopg2/
 %{python_sitearch}/psycopg2-%{version}-py%{python_version}.egg-info

++ psycopg2-2.7.3.tar.gz -> psycopg2-2.7.4.tar.gz ++
 2220 lines of diff (skipped)




commit python-psycopg2 for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2017-08-10 14:06:02

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Thu Aug 10 14:06:02 2017 rev:23 rq:515215 version:2.7.3

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2017-07-11 08:27:22.682476709 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2017-08-10 14:13:24.093484633 +0200
@@ -1,0 +2,33 @@
+Tue Aug  8 15:42:47 UTC 2017 - tbecht...@suse.com
+
+- update version to 2.7.3:
+  - Restored default :sql:`timestamptz[]` typecasting to Python `!datetime`.
+Regression introduced in Psycopg 2.7.2 (:ticket:`#578`).
+  - Fixed inconsistent state in externally closed connections
+(:tickets:`#263, #311, #443`). Was fixed in 2.6.2 but not included in
+2.7 by mistake.
+  - Fixed Python exceptions propagation in green callback (:ticket:`#410`).
+  - Don't display the password in `connection.dsn` when the connection
+string is specified as an URI (:ticket:`#528`).
+  - Return objects with timezone parsing "infinity" :sql:`timestamptz`
+(:ticket:`#536`).
+  - Dropped dependency on VC9 runtime on Windows binary packages
+(:ticket:`#541`).
+  - Fixed segfault in `~connection.lobject()` when *mode*\=\ `!None`
+(:ticket:`#544`).
+  - Fixed `~connection.lobject()` keyword argument *lobject_factory*
+(:ticket:`#545`).
+  - Fixed `~psycopg2.extras.ReplicationCursor.consume_stream()`
+*keepalive_interval* argument (:ticket:`#547`).
+  - Maybe fixed random import error on Python 3.6 in multiprocess
+environment (:ticket:`#550`).
+  - Fixed random `!SystemError` upon receiving abort signal (:ticket:`#551`).
+  - Accept `~psycopg2.sql.Composable` objects in
+`~psycopg2.extras.ReplicationCursor.start_replication_expert()`
+(:ticket:`554`).
+  - Parse intervals returned as microseconds from Redshift (:ticket:`#558`).
+  - Added `~psycopg2.extras.Json` `!prepare()` method to consider connection
+params when adapting (:ticket:`#562`).
+  - `~psycopg2.errorcodes` map updated to PostgreSQL 10 beta 1.
+
+---

Old:

  psycopg2-2.7.1.tar.gz

New:

  psycopg2-2.7.3.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.lMCMsk/_old  2017-08-10 14:13:24.585415369 +0200
+++ /var/tmp/diff_new_pack.lMCMsk/_new  2017-08-10 14:13:24.593414242 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.7.1
+Version:2.7.3
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and 
SUSE-GPL-2.0-with-openssl-exception

++ psycopg2-2.7.1.tar.gz -> psycopg2-2.7.3.tar.gz ++
 2443 lines of diff (skipped)




commit python-psycopg2 for openSUSE:Factory

2017-07-10 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2017-07-11 08:27:17

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Tue Jul 11 08:27:17 2017 rev:22 rq:509127 version:2.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2017-06-25 19:32:57.320536947 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2017-07-11 08:27:22.682476709 +0200
@@ -1,0 +2,5 @@
+Mon Jul 10 10:07:07 UTC 2017 - jeng...@inai.de
+
+- Trim filler wording from description.
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.Eyxt33/_old  2017-07-11 08:27:23.262394910 +0200
+++ /var/tmp/diff_new_pack.Eyxt33/_new  2017-07-11 08:27:23.266394346 +0200
@@ -35,13 +35,12 @@
 
 %description
 psycopg2 is a PostgreSQL database adapter for the Python programming
-language.  psycopg2 was written with the aim of being very small and fast,
-and stable as a rock.
+language.
 
 psycopg2 is different from the other database adapter because it was
 designed for heavily multi-threaded applications that create and destroy
 lots of cursors and make a conspicuous number of concurrent INSERTs or
-UPDATEs. psycopg2 also provide full asycronous operations and support
+UPDATEs. psycopg2 also provide asychronous operations and support
 for coroutine libraries.
 
 %prep




commit python-psycopg2 for openSUSE:Factory

2017-06-25 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2017-06-25 19:24:18

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Sun Jun 25 19:24:18 2017 rev:21 rq:505946 version:2.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2016-03-16 10:34:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2017-06-25 19:32:57.320536947 +0200
@@ -1,0 +2,67 @@
+Fri Jun 23 16:26:18 UTC 2017 - jmate...@suse.com
+
+- convert to singlespec
+- update to 2.7.1
+  * Added sql module to generate SQL dynamically (ticket #308).
+  * Added Replication protocol support (ticket #322). Main authors are 
+Oleksandr Shulgin and Craig Ringer, who deserve a huge thank you.
+  * Added parse_dsn() and make_dsn() functions (tickets #321, #363). connect() 
+now can take both dsn and keyword arguments, merging them together.
+  * Added __libpq_version__ and libpq_version() to inspect the version of the 
+libpq library the module was compiled/loaded with (tickets #35, #323).
+  * The attributes notices and notifies can be customized replacing them with 
+any object exposing an append() method (ticket #326).
+  * Adapt network types to ipaddress objects when available. When not enabled, 
+convert arrays of network types to lists by default. The old Inet adapter 
is 
+deprecated (tickets #317, #343, #387).
+  * Added quote_ident() function (ticket #359).
+  * Added get_dsn_parameters() connection method (ticket #364).
+  * callproc() now accepts a dictionary of parameters (ticket #381).
+  * Give precedence to __conform__() over superclasses to choose an object 
+adapter (ticket #456).
+  * Using Python C API decoding functions and codecs caching for faster 
+unicode encoding/decoding (ticket #473).
+  * executemany() slowness addressed by execute_batch() and execute_values() 
+(ticket #491).
+  * Added async_ as an alias for async to support Python 3.7 where async will 
+become a keyword (ticket #495).
+  * Unless in autocommit, do not use default_transaction_* settings to control 
+the session characteristics as it may create problems with external 
+connection pools such as pgbouncer; use BEGIN options instead (ticket 
#503).
+  * isolation_level is now writable and entirely separated from autocommit; 
+added readonly, deferrable writable attributes.
+  * dropped support for python 2.5 and postgres client library < 9.1
+  * many bugs fixed
+
+- drop doc subpackage, html docs available from 
http://pythonhosted.org/psycopg2/
+
+---
+Wed Jun 21 13:44:46 UTC 2017 - bwiedem...@suse.com
+
+- Do not include unneccessary undeterministic environment.pickle in package to 
fix build-compare
+
+---
+Mon Nov 14 14:06:11 UTC 2016 - dmuel...@suse.com
+
+- update to 2.6.2:
+  * Fixed inconsistent state in externally closed connections (tickets #263, 
#311, #443).
+  * Report the server response status on errors (such as ticket #281).
+  * Raise NotSupportedError on unhandled server response status (ticket #352).
+  * Allow overriding string adapter encoding with no connection (ticket #331).
+  * The wait_select callback allows interrupting a long-running query in an 
interactive shell using Ctrl-C (ticket #333).
+  * Fixed PersistentConnectionPool on Python 3 (ticket #348).
+  * Fixed segfault on repr() of an uninitialized connection (ticket #361).
+  * Allow adapting bytes using QuotedString on Python 3 (ticket #365).
+  * Added support for setuptools/wheel (ticket #370).
+  * Fix build on Windows with Python 3.5, VS 2015 (ticket #380).
+  * Fixed errorcodes.lookup initialization thread-safety (ticket #382).
+  * Fixed read() exception propagation in copy_from (ticket #412).
+  * Fixed possible NULL TZ decref (ticket #424).
+  * errorcodes map updated to PostgreSQL 9.5.
+  * Lists consisting of only None are escaped correctly (ticket #285).
+  * Fixed deadlock in multithread programs using OpenSSL (ticket #290).
+  * Correctly unlock the connection after error in flush (ticket #294).
+  * Fixed MinTimeLoggingCursor.callproc() (ticket #309).
+  * Added support for MSVC 2015 compiler (ticket #350).
+
+---

Old:

  psycopg2-2.6.tar.gz

New:

  psycopg2-2.7.1.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.prICxy/_old  2017-06-25 19:32:57.924451626 +0200
+++ /var/tmp/diff_new_pack.prICxy

commit python-psycopg2 for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2016-03-16 10:34:59

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2015-02-25 02:18:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2016-03-16 10:34:59.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  9 10:29:20 UTC 2016 - bwiedem...@suse.com
+
+- use the year from source gzip header instead of current one
+  to make reproducible rpms
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.c9KUTu/_old  2016-03-16 10:35:00.0 +0100
+++ /var/tmp/diff_new_pack.c9KUTu/_new  2016-03-16 10:35:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -55,6 +55,9 @@
 
 %prep
 %setup -q -n psycopg2-%{version}
+# use the year from source gzip header instead of current one to make 
reproducible rpms
+year=$(perl -e 'sysread(STDIN, $h, 8); print 
(1900+(gmtime(unpack("l",substr($h,4[5])' < %{S:0})
+sed -i "s/^year =.*/year=$year/" doc/src/conf.py
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build




commit python-psycopg2 for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2015-02-25 02:18:16

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2014-01-23 15:54:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2015-02-25 02:18:38.0 +0100
@@ -1,0 +2,55 @@
+Tue Feb 24 14:52:53 UTC 2015 - tbecht...@suse.com
+
+- update to version 2.6:
+  - Added support for large objects larger than 2GB. Many thanks to Blake Rouse
+and the MAAS Team for the feature development.
+  - Python `time` objects with a tzinfo specified and PostgreSQL :sql:`timetz`
+data are converted into each other (:ticket:`#272`).
+  - Json apapter's `!str()` returns the adapted content instead of the 
`!repr()`
+(:ticket:`#191`).
+  - Named cursors used as context manager don't swallow the exception on exit
+(:ticket:`#262`).
+  - `cursor.description` can be pickled (:ticket:`#265`).
+  - Propagate read error messages in COPY FROM (:ticket:`#270`).
+  - PostgreSQL time 24:00 is converted to Python 00:00 (:ticket:`#278`).
+  - Added :sql:`jsonb` support for PostgreSQL 9.4 (:ticket:`#226`).
+  - Fixed segfault if COPY statements are passed to `~cursor.execute()` instead
+of using the proper methods (:ticket:`#219`).
+  - Force conversion of pool arguments to integer to avoid potentially 
unbounded
+pools (:ticket:`#220`).
+  - Cursors :sql:`WITH HOLD` don't begin a new transaction upon 
move/fetch/close
+(:ticket:`#228`).
+  - Cursors :sql:`WITH HOLD` can be used in autocommit (:ticket:`#229`).
+  - `~cursor.callproc()` doesn't silently ignore an argument without a length.
+  - Fixed memory leak with large objects (:ticket:`#256`).
+  - Make sure the internal ``_psycopg.so`` module can be imported stand-alone 
(to
+allow modules juggling such as the one described in :ticket:`#201`).
+  - Work around `pip issue #1630 `__
+making installation via ``pip -e git+url`` impossible (:ticket:`#18`).
+  - Copy operations correctly set the `cursor.rowcount` attribute
+(:ticket:`#180`).
+  - It is now possible to call `get_transaction_status()` on closed 
connections.
+  - Fixed unsafe access to object names causing assertion failures in
+Python 3 debug builds (:ticket:`#188`).
+  - Mark the connection closed if found broken on `poll()` (from :ticket:`#192`
+discussion)
+  - Fixed handling of dsn and closed attributes in connection subclasses
+failing to connect (from :ticket:`#192` discussion).
+  - Added arbitrary but stable order to `Range` objects, thanks to
+Chris Withers (:ticket:`#193`).
+  - Avoid blocking async connections on connect (:ticket:`#194`). Thanks to
+Adam Petrovich for the bug report and diagnosis.
+  - Don't segfault using poorly defined cursor subclasses which forgot to call
+the superclass init (:ticket:`#195`).
+  - Mark the connection closed when a Socket connection is broken, as it
+happens for TCP connections instead (:ticket:`#196`).
+  - Fixed overflow opening a lobject with an oid not fitting in a signed int
+(:ticket:`#203`).
+  - Fixed handling of explicit default ``cursor_factory=None`` in
+`connection.cursor()` (:ticket:`#210`).
+  - Fixed possible segfault in named cursors creation.
+  - Fixed debug build on Windows, thanks to James Emerton.
+- Add python-Sphinx as BuilrRequires to build documenation. Also adjust
+  the build process for html docs.
+
+---

Old:

  psycopg2-2.5.2.tar.gz

New:

  psycopg2-2.6.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.uap8dP/_old  2015-02-25 02:18:39.0 +0100
+++ /var/tmp/diff_new_pack.uap8dP/_new  2015-02-25 02:18:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-psycopg2
-Version:2.5.2
+Version:2.6
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and 
SUSE-GPL-2.0-with-openssl-exception
@@ -26,6 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.

commit python-psycopg2 for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2014-01-17 16:14:36

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2013-06-29 14:33:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2014-01-23 15:54:33.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 13 13:29:56 UTC 2014 - dmuel...@suse.com
+
+- update to 2.5.2:
+  - Fixed segfault pickling the exception raised on connection error
+  - Meaningful connection errors report a meaningful message
+  - Manually creating `lobject` with the wrong parameter doesn't segfault
+
+---

Old:

  psycopg2-2.5.1.tar.gz

New:

  psycopg2-2.5.2.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.r1BuNt/_old  2014-01-23 15:54:33.0 +0100
+++ /var/tmp/diff_new_pack.r1BuNt/_new  2014-01-23 15:54:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   python-psycopg2
-Version:2.5.1
+Version:2.5.2
 Release:0
-License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and   
SUSE-GPL-2.0-with-openssl-exception
 Summary:Python-PostgreSQL Database Adapter
-Url:http://initd.org/psycopg/
+License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and 
SUSE-GPL-2.0-with-openssl-exception
 Group:  Development/Languages/Python
+Url:http://initd.org/psycopg/
 Source: 
http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  postgresql-devel

++ psycopg2-2.5.1.tar.gz -> psycopg2-2.5.2.tar.gz ++
 2328 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2013-06-29 14:33:44

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2013-04-24 16:11:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2013-06-29 14:33:46.0 +0200
@@ -1,0 +2,11 @@
+Tue Jun 25 11:41:28 UTC 2013 - dmuel...@suse.com
+
+- update to 2.5.1:
+ - Fixed build on Solaris 10 and 11 where the round() function is already
+   declared (:ticket:`#146`).
+ - Fixed comparison of `Range` with non-range objects (:ticket:`#164`).
+   Thanks to Chris Withers for the patch.
+ - Fixed double-free on connection dealloc (:ticket:`#166`). Thanks to
+   Gangadharan S.A. for the report and fix suggestion.
+
+---

Old:

  psycopg2-2.5.tar.gz

New:

  psycopg2-2.5.1.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.WDep8s/_old  2013-06-29 14:33:47.0 +0200
+++ /var/tmp/diff_new_pack.WDep8s/_new  2013-06-29 14:33:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psycopg2
-Version:2.5
+Version:2.5.1
 Release:0
 License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and   
SUSE-GPL-2.0-with-openssl-exception
 Summary:Python-PostgreSQL Database Adapter

++ psycopg2-2.5.tar.gz -> psycopg2-2.5.1.tar.gz ++
 4801 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2013-06-19 16:45:34

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Changes:


Old:

  python3-psycopg2.changes
  python3-psycopg2.spec



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2013-04-24 16:11:46

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2012-05-29 11:45:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2013-04-24 16:11:47.0 +0200
@@ -1,0 +2,49 @@
+Tue Apr 16 18:05:47 UTC 2013 - jf...@funktronics.ca
+
+- Update to 2.5:
+  - Added JSON adaptation.
+  - Added support for PostgreSQL 9.2 range types.
+  - `connection` and `cursor` objects can be used in ``with`` statements as
+context managers as specified by recent DBAPI extension.
+  - Added `psycopg2.extensions.Diagnostics` object to get extended info from
+a database error.  Many thanks to Matthew Woodcraft for the implementation
+(ticket #149).
+  - Added `connection.cursor_factory` attribute to customize the default
+object returned by `connection.cursor()`.
+  - Added support for backward scrollable cursors. Thanks to Jon Nelson for
+the initial patch (ticket #108).
+  - Added a simple way to customize casting of composite types into Python
+objects other than namedtuples. Many thanks to Ronan Dunklau and Tobias
+Oberstein for the feature development.
+  - `connection.reset()` implemented using `DISCARD ALL` on server versions
+supporting it.
+  - Properly cleanup memory of broken connections (ticket #148).
+  - Fixed bad interaction of ``setup.py`` with other dependencies in
+Distribute projects on Python 3 (ticket #153).
+  - Added support for Python 3.3.
+  - Dropped support for Python 2.4. Please use Psycopg 2.4.x if you need it.
+  - `psycopg2.errorcodes` map updated to PostgreSQL 9.2.
+  - Dropped Zope adapter from source repository. ZPsycopgDA now has its own
+project at .
+- Changes from 2.4.6:
+  - Fixed 'cursor()' arguments propagation in connection subclasses and
+overriding of the 'cursor_factory' argument. Thanks to Corry Haines for
+the report and the initial patch (ticket #105).
+  - Dropped GIL release during string adaptation around a function call
+invoking a Python API function, which could cause interpreter crash.
+Thanks to Manu Cupcic for the report (ticket #110).
+  - Close a green connection if there is an error in the callback. Maybe a
+harsh solution but it leaves the program responsive (ticket #113).
+  - 'register_hstore()', 'register_composite()', 'tpc_recover()' work with
+RealDictConnection and Cursor (ticket #114).
+  - Fixed broken pool for Zope and connections re-init across ZSQL methods in
+the same request (tickets #123, #125, #142).
+  - connect() raises an exception instead of swallowing keyword arguments when
+a connection string is specified as well (ticket #131).
+  - Discard any result produced by 'executemany()' (ticket #133).
+  - Fixed pickling of FixedOffsetTimezone objects (ticket #135).
+  - Release the GIL around PQgetResult calls after COPY (ticket #140).
+  - Fixed empty strings handling in composite caster (ticket #141).
+  - Fixed pickling of DictRow and RealDictRow objects.
+
+---
python3-psycopg2.changes: same change

Old:

  psycopg2-2.4.5.tar.gz

New:

  psycopg2-2.5.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.LF7yub/_old  2013-04-24 16:11:49.0 +0200
+++ /var/tmp/diff_new_pack.LF7yub/_new  2013-04-24 16:11:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psycopg2
-Version:2.4.5
+Version:2.5
 Release:0
 License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and   
SUSE-GPL-2.0-with-openssl-exception
 Summary:Python-PostgreSQL Database Adapter
@@ -67,7 +67,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE NEWS PKG-INFO README
+%doc AUTHORS LICENSE NEWS README
 %{python_sitearch}/psycopg2/
 %{python_sitearch}/psycopg2-%{version}-py%{py_ver}.egg-info
 

++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.LF7yub/_old  2013-04-24 16:11:49.0 +0200
+++ /var/tmp/diff_new_pack.LF7yub/_new  2013-04-24 16:11:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psycopg2
-Version:2.4.5
+Version:2.5
 Release:0
 License:LGPL-3.0+ or ZPL-2.0
 Summary:Python-PostgreSQL Database Adapter
@@ -66,7 +66,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE NEWS PKG-INFO R

commit python-psycopg2 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-11-28 14:33:58

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python3-psycopg2.changes 
2012-05-29 11:45:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python3-psycopg2.changes
2012-11-28 14:33:59.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 22 13:47:34 UTC 2012 - toddrme2...@gmail.com
+
+- Removed openSUSE 11.4 spec file workarounds
+
+---



Other differences:
--
++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.T08HKW/_old  2012-11-28 14:33:59.0 +0100
+++ /var/tmp/diff_new_pack.T08HKW/_new  2012-11-28 14:33:59.0 +0100
@@ -28,16 +28,9 @@
 BuildRequires:  postgresql-devel
 BuildRequires:  python3-devel
 BuildRequires: python3-2to3
-Suggests:   postgresql-server
+Recommends: postgresql-server
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} <= 1140
-%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)")}
-%endif
 Requires:   python(abi) = %{py3_ver}
-%if 0%{?suse_version} && 0%{?suse_version} > 1140
-BuildRequires:  python3-base
-%endif
 
 %description
 psycopg2 is a PostgreSQL database adapter for the Python programming
@@ -76,6 +69,7 @@
 %doc AUTHORS ChangeLog LICENSE NEWS PKG-INFO README
 %{python3_sitearch}/psycopg2
 %{python3_sitearch}/psycopg2-%{version}-py%{py3_ver}.egg-info
+
 %files doc
 %defattr(-,root,root)
 %doc doc/html examples/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-05-29 11:44:50

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2012-04-17 07:49:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2012-05-29 11:45:58.0 +0200
@@ -1,0 +2,15 @@
+Fri May 25 14:07:21 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and   
+  SUSE-GPL-2.0-with-openssl-exception
+  See the COPYING file. There are GPL-2.0+ (with openssl linking exceptions
+  for pgsql) in the package. Also, the ZPL option is only available for one
+  particular subdirectory in the package
+
+---
+Fri May 25 05:32:01 UTC 2012 - highwaystar...@gmail.com
+
+- python3 package added
+- minor spec improvement 
+
+---
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python3-psycopg2.changes
2012-05-29 11:45:58.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri May 25 05:28:02 UTC 2012 - highwaystar...@gmail.com
+
+- python3 package added 
+

New:

  python3-psycopg2.changes
  python3-psycopg2.spec



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.W9Trsh/_old  2012-05-29 11:45:59.0 +0200
+++ /var/tmp/diff_new_pack.W9Trsh/_new  2012-05-29 11:45:59.0 +0200
@@ -19,7 +19,7 @@
 Name:   python-psycopg2
 Version:2.4.5
 Release:0
-License:LGPL-3.0+ or ZPL-2.0
+License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and   
SUSE-GPL-2.0-with-openssl-exception
 Summary:Python-PostgreSQL Database Adapter
 Url:http://initd.org/psycopg/
 Group:  Development/Languages/Python
@@ -68,7 +68,8 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog LICENSE NEWS PKG-INFO README
-%{python_sitearch}/*
+%{python_sitearch}/psycopg2/
+%{python_sitearch}/psycopg2-%{version}-py%{py_ver}.egg-info
 
 %files doc
 %defattr(-,root,root)

++ python3-psycopg2.spec ++
#
# spec file for package python3-psycopg2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python3-psycopg2
Version:2.4.5
Release:0
License:LGPL-3.0+ or ZPL-2.0
Summary:Python-PostgreSQL Database Adapter
Url:http://initd.org/psycopg/
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  postgresql-devel
BuildRequires:  python3-devel
BuildRequires:  python3-2to3
Suggests:   postgresql-server
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1140
%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)")}
%endif
Requires:   python(abi) = %{py3_ver}
%if 0%{?suse_version} && 0%{?suse_version} > 1140
BuildRequires:  python3-base
%endif

%description
psycopg2 is a PostgreSQL database adapter for the Python programming
language.  psycopg2 was written with the aim of being very small and fast,
and stable as a rock.

psycopg2 is different from the other database adapter because it was
designed for heavily multi-threaded applications that create and destroy
lots of cursors and make a conspicuous number of concurrent INSERTs or
UPDATEs. psycopg2 also provide full asycronous operations and support
for coroutine libraries.

%package doc
Summary:Documentation for psycopg python Po

commit python-psycopg2 for openSUSE:Factory

2012-04-16 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-04-17 07:49:03

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2012-03-13 09:38:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2012-04-17 07:49:04.0 +0200
@@ -1,0 +2,28 @@
+Fri Apr  6 19:05:14 UTC 2012 - jf...@funktronics.ca
+
+- Update to 2.4.5:
+  * The close() methods on connections and cursors don't raise exceptions
+if called on already closed objects.
+  * Fixed fetchmany() with no argument in cursor subclasses
+(ticket #84).
+  * Use lo_creat() instead of lo_create() when possible for better
+interaction with pgpool-II (ticket #88).
+  * Error and its subclasses are picklable, useful for multiprocessing
+interaction (ticket #90).
+  * Better efficiency and formatting of timezone offset objects thanks
+to Menno Smits (tickets #94, #95).
+  * Fixed 'rownumber' during iteration on cursor subclasses.
+Regression introduced in 2.4.4 (ticket #100).
+  * Added support for 'inet' arrays.
+  * Fixed 'commit()' concurrency problem (ticket #103).
+  * Codebase cleaned up using the GCC Python plugin's static analysis
+tool, which has revealed several unchecked return values, possible
+NULL dereferences, reference counting problems. Many thanks to David
+Malcolm for the useful tool and the assistance provided using it.
+
+---
+Tue Mar 27 09:27:25 UTC 2012 - sasc...@suse.de
+
+- Can't hurt to suggest postgresql-server
+
+---

Old:

  psycopg2-2.4.4.tar.gz

New:

  psycopg2-2.4.5.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.YOimvk/_old  2012-04-17 07:49:06.0 +0200
+++ /var/tmp/diff_new_pack.YOimvk/_new  2012-04-17 07:49:06.0 +0200
@@ -11,23 +11,24 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   python-psycopg2
-Version:2.4.4
+Version:2.4.5
 Release:0
-Url:http://initd.org/psycopg/
-Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0+ or ZPL-2.0
+Summary:Python-PostgreSQL Database Adapter
+Url:http://initd.org/psycopg/
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  postgresql-devel
 BuildRequires:  fdupes
+BuildRequires:  postgresql-devel
+BuildRequires:  python-devel
+Suggests:   postgresql-server
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
@@ -61,7 +62,7 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitearch}/psycopg2/tests # Don't package testsuite
-%fdupes -s %{buildroot}/%_mandir# Create symlinks for man pages
+%fdupes -s %{buildroot}/%{_mandir}  # Create symlinks for man pages
 %fdupes %{buildroot}# Create hardlinks for the rest
 
 %files

++ psycopg2-2.4.4.tar.gz -> psycopg2-2.4.5.tar.gz ++
 17845 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-03-13 09:38:55

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2012-02-16 10:09:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2012-03-13 09:38:56.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 21:10:27 UTC 2012 - sasc...@gmx.de
+
+- Simplify macro usage
+- Remove outdated SUSE version checks
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.bMHzeR/_old  2012-03-13 09:38:58.0 +0100
+++ /var/tmp/diff_new_pack.bMHzeR/_new  2012-03-13 09:38:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,17 +23,14 @@
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0+ or ZPL-2.0
 Group:  Development/Languages/Python
-Source: psycopg2-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  postgresql-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
-%endif
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 psycopg2 is a PostgreSQL database adapter for the Python programming
@@ -64,10 +61,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitearch}/psycopg2/tests # Don't package testsuite
-%if 0%{?suse_version} > 1010
 %fdupes -s %{buildroot}/%_mandir# Create symlinks for man pages
 %fdupes %{buildroot}# Create hardlinks for the rest
-%endif
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-02-16 10:09:14

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2011-09-23 12:43:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2012-02-16 10:09:16.0 +0100
@@ -1,0 +2,39 @@
+Mon Feb 13 10:54:08 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Thu Jan 12 21:53:36 UTC 2012 - jf...@funktronics.ca
+
+- Update to 2.4.4:
+  * register_composite() also works with the types implicitly defined after a
+table row, not only with the ones created by CREATE TYPE.
+  * Values for the isolation level symbolic constants restored to what they
+were before release 2.4.2 to avoid breaking apps using the values instead
+of the constants.
+  * Named DictCursor/RealDictCursor honour itersize (ticket #80).
+  * Fixed rollback on error on Zope (ticket #73).
+  * Raise DatabaseError instead of Error with empty libpq errors, consistently
+with other disconnection-related errors: regression introduced in release
+2.4.1 (ticket #82).
+- Version 2.4.3:
+  * connect() supports all the keyword arguments supported by the database
+  * Added new_array_type() function for easy creation of array typecasters.
+  * Added support for arrays of hstores and composite types (ticket #66).
+  * Fixed segfault in case of transaction started with connection lost (and
+possibly other events).
+  * Fixed adaptation of Decimal type in sub-interpreters, such as in certain
+mod_wsgi configurations (ticket #52).
+  * Rollback connections in transaction or in error before putting them back
+into a pool. Also discard broken connections (ticket #62).
+  * Lazy import of the slow uuid module, thanks to Marko Kreen.
+  * Fixed NamedTupleCursor.executemany() (ticket #65).
+  * Fixed --static-libpq setup option (ticket #64).
+  * Fixed interaction between RealDictCursor and named cursors (ticket #67).
+  * Dropped limit on the columns length in COPY operations (ticket #68).
+  * Fixed reference leak with arguments referenced more than once in queries
+(ticket #81).
+  * Fixed typecasting of arrays containing consecutive backslashes.
+  * errorcodes map updated to PostgreSQL 9.1.
+
+---

Old:

  psycopg2-2.4.2.tar.gz

New:

  psycopg2-2.4.4.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.SOXsaR/_old  2012-02-16 10:09:17.0 +0100
+++ /var/tmp/diff_new_pack.SOXsaR/_new  2012-02-16 10:09:17.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   python-psycopg2
-Version:2.4.2
+Version:2.4.4
 Release:0
 Url:http://initd.org/psycopg/
 Summary:Python-PostgreSQL Database Adapter
-License:LGPL-3.0+ or ZPL
+License:LGPL-3.0+ or ZPL-2.0
 Group:  Development/Languages/Python
 Source: psycopg2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ psycopg2-2.4.2.tar.gz -> psycopg2-2.4.4.tar.gz ++
 26561 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory
checked in at Wed Sep 28 14:36:55 CEST 2011.





calling whatdependson for head-i586




Other differences:
--





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-psycopg2 for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory
checked in at Thu Sep 22 10:51:46 CEST 2011.




--- python-psycopg2/python-psycopg2.changes 2011-02-28 09:29:10.0 
+0100
+++ /mounts/work_src_done/STABLE/python-psycopg2/python-psycopg2.changes
2011-09-21 15:46:01.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep 21 13:43:29 UTC 2011 - sasc...@suse.de
+
+- Update to version 2.4.2:
+  * connection.h: added codec attribute to avoid repeated codec name
+lookups during unicode query/params manipulations.
+  * setup.py: bumped to version 2.3.2.dev0
+  * psycopg/connection_int.c: applied patch from Marti Raudsepp to close
+ticket #24. Fixed segfault in connection when DateStyle not available
+(e.g.  pgbouncer appars not passing it to the client)
+  * psycopg/utils.c: Added psycopg_strdup function.
+  - See ChangeLog for more...
+- Don't package testsuite
+- Fix non-executable script rpmlint warning
+
+---

calling whatdependson for head-i586


Old:

  psycopg2-2.4.tar.bz2
  python-psycopg2-rpmlintrc

New:

  psycopg2-2.4.2.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.vGhZQC/_old  2011-09-22 10:51:43.0 +0200
+++ /var/tmp/diff_new_pack.vGhZQC/_new  2011-09-22 10:51:43.0 +0200
@@ -11,28 +11,21 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
-%define mod_name psycopg2
 
-Name:   python-%{mod_name}
-Version:2.4
-Release:1
+Name:   python-psycopg2
+Version:2.4.2
+Release:0
 Url:http://initd.org/psycopg/
 Summary:Python-PostgreSQL Database Adapter
-License:LGPLv3+ or ZPL
+License:LGPL-3.0+ or ZPL
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
-Source1:%{name}-rpmlintrc
+Source: psycopg2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel >= 2.4
+BuildRequires:  python-devel
 BuildRequires:  postgresql-devel
 %if 0%{?suse_version}
 %py_requires
@@ -40,6 +33,7 @@
 BuildRequires:  fdupes
 %endif
 %endif
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 psycopg2 is a PostgreSQL database adapter for the Python programming
@@ -53,7 +47,6 @@
 for coroutine libraries.
 
 %package doc
-License:LGPLv3+ or ZPL
 Summary:Documentation for psycopg python PostgreSQL database adapter
 Group:  Documentation/HTML
 Requires:   %{name} = %{version}
@@ -62,38 +55,27 @@
 Documentation and example files for the psycopg python PostgreSQL database 
adapter.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n psycopg2-%{version}
 
 %build
-export CFLAGS="%{optflags} -fno-strict-aliasing"
-python setup.py build
-rm -rf doc/src
-rm doc/html/.buildinfo
+CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
+rm -rf doc/src doc/html/.buildinfo # Remove junk
 
 %install
-%if 0%{?sles_version}
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%else
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} --optimize=2
-%endif
+rm -rf %{buildroot}%{python_sitearch}/psycopg2/tests # Don't package testsuite
 %if 0%{?suse_version} > 1010
-%fdupes -s %{buildroot}/%_mandir# create symlinks for man pages
-%fdupes %{buildroot}# create hardlinks for the rest
+%fdupes -s %{buildroot}/%_mandir# Create symlinks for man pages
+%fdupes %{buildroot}# Create hardlinks for the rest
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog LICENSE NEWS PKG-INFO README
-%python_sitearch/%{mod_name}*
-%if 0%{?sles_version} > 10
-%python_sitearch/*.egg-info
-%endif
+%{python_sitearch}/*
 
 %files doc
 %defattr(-,root,root)
-%doc doc examples/
+%doc doc/html examples/
 
 %changelog






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org