commit python3-psycopg2 for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2016-07-14 09:46:01

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


Package is "python3-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2-doc.changes
2016-05-25 21:27:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2-doc.changes   
2016-07-14 09:46:05.0 +0200
@@ -1,0 +2,25 @@
+Thu Jul  7 15:50:24 UTC 2016 - a...@gmx.de
+
+- update to version 2.6.2:
+  * Fixed inconsistent state in externally closed connections (ticket
+#263, ticket #311, ticket #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).
+  * psycopg2.errorcodes map updated to PostgreSQL 9.5.
+
+---
@@ -12 +36,0 @@
-
python3-psycopg2.changes: same change

Old:

  psycopg2-2.6.1.tar.gz

New:

  psycopg2-2.6.2.tar.gz



Other differences:
--
++ python3-psycopg2-doc.spec ++
--- /var/tmp/diff_new_pack.oIT1V6/_old  2016-07-14 09:46:07.0 +0200
+++ /var/tmp/diff_new_pack.oIT1V6/_new  2016-07-14 09:46:07.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   python3-psycopg2-doc
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:Documentation for psycopg python PostgreSQL database adapter
 License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
 Group:  Documentation/HTML
 Url:http://initd.org/psycopg/
 Source: 
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
-BuildRequires:  python3-psycopg2 = %{version}
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-psycopg2 = %{version}
 Recommends: python3-psycopg2 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.oIT1V6/_old  2016-07-14 09:46:07.0 +0200
+++ /var/tmp/diff_new_pack.oIT1V6/_new  2016-07-14 09:46:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psycopg2
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)

++ psycopg2-2.6.1.tar.gz -> psycopg2-2.6.2.tar.gz ++
 1849 lines of diff (skipped)




commit python3-psycopg2 for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2016-05-25 21:27:25

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


Package is "python3-psycopg2"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2-doc.changes   
2016-05-25 21:27:28.0 +0200
@@ -0,0 +1,182 @@
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+---
+Sun May  8 07:04:18 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---
+Tue Jun 16 04:06:47 UTC 2015 - a...@gmx.de
+
+- update to version 2.6.1:
+  * 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`).
+
+---
+Tue Feb 10 18:43:06 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * README->README.rst
+  * build doc/html with Sphinx
+
+- update to version 2.6:
+  * Added support for large objects larger than 2GB.
+  * Python time objects with a tzinfo specified and PostgreSQL timetz
+data are converted into each other (ticket #272).
+  * Json apapter's str() returns the adapted content instead of the
+repr() (ticket #191).
+
+- changes from version 2.5.5:
+  * 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).
+
+---
+Sun Jan 10 00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * remove python(abi) requirement
+
+---
+Thu Jan  8 00:15:58 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.5.4:
+  * Added jsonb support for PostgreSQL 9.4 (ticket #226).
+  * Fixed segfault if COPY statements are passed to execute() instead
+of using the proper methods (ticket #219).
+  * Force conversion of pool arguments to integer to avoid potentially
+unbounded pools (ticket #220).
+  * Cursors WITH HOLD don't begin a new transaction upon
+move/fetch/close (ticket #228).
+  * Cursors WITH HOLD can be used in autocommit (ticket #229).
+  * callproc() doesn't silently ignore an argument without a length.
+  * Fixed memory leak with large objects (ticket #256).
+  * The internal _psycopg.so module can be imported stand-alone (to
+allow modules juggling such as the one described in ticket #201).
+
+- changes from version 2.5.3:
+  * 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.
+
+- changes from version 2.5.2:
+  * Fixed segfault pickling the exception raised on connection error
+(ticket #170).
+  * Meaningful connection errors report a 

commit python3-psycopg2 for openSUSE:Factory

2015-06-16 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2015-06-16 14:05:41

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


Package is "python3-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2.changes
2015-02-11 16:45:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes   
2015-06-16 14:06:00.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 16 04:06:47 UTC 2015 - a...@gmx.de
+
+- update to version 2.6.1:
+  * 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`).
+
+---

Old:

  psycopg2-2.6.tar.gz

New:

  psycopg2-2.6.1.tar.gz



Other differences:
--
++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.8lArY0/_old  2015-06-16 14:06:01.0 +0200
+++ /var/tmp/diff_new_pack.8lArY0/_new  2015-06-16 14:06:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psycopg2
-Version:2.6
+Version:2.6.1
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)

++ psycopg2-2.6.tar.gz -> psycopg2-2.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psycopg2-2.6/MANIFEST new/psycopg2-2.6.1/MANIFEST
--- old/psycopg2-2.6/MANIFEST   2015-02-09 11:02:19.0 +0100
+++ new/psycopg2-2.6.1/MANIFEST 2015-06-15 11:50:31.0 +0200
@@ -10,9 +10,11 @@
 setup.cfg
 setup.py
 doc/COPYING.LESSER
-doc/README
+doc/Makefile
+doc/README.rst
 doc/SUCCESS
 doc/pep-0249.txt
+doc/requirements.txt
 doc/src/Makefile
 doc/src/advanced.rst
 doc/src/conf.py
@@ -30,6 +32,7 @@
 doc/src/tz.rst
 doc/src/usage.rst
 doc/src/_static/psycopg.css
+doc/src/tools/pypi_docs_upload.py
 doc/src/tools/stitch_text.py
 doc/src/tools/lib/dbapi_extension.py
 doc/src/tools/lib/sql_role.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psycopg2-2.6/MANIFEST.in 
new/psycopg2-2.6.1/MANIFEST.in
--- old/psycopg2-2.6/MANIFEST.in2015-02-09 11:00:35.0 +0100
+++ new/psycopg2-2.6.1/MANIFEST.in  2015-06-15 11:48:36.0 +0200
@@ -2,7 +2,8 @@
 recursive-include lib *.py
 recursive-include tests *.py
 recursive-include examples *.py somehackers.jpg whereareyou.jpg
-recursive-include doc README SUCCESS COPYING.LESSER pep-0249.txt
+include doc/README.rst doc/SUCCESS doc/COPYING.LESSER doc/pep-0249.txt
+include doc/Makefile doc/requirements.txt
 recursive-include doc/src *.rst *.py *.css Makefile
 recursive-include scripts *.py *.sh
 include scripts/maketypes.sh scripts/buildtypes.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psycopg2-2.6/Makefile new/psycopg2-2.6.1/Makefile
--- old/psycopg2-2.6/Makefile   2015-02-09 11:00:35.0 +0100
+++ new/psycopg2-2.6.1/Makefile 2015-06-15 11:48:36.0 +0200
@@ -102,10 +102,10 @@
 
 # docs depend on the build as it partly use introspection.
 doc/html/genindex.html: $(PLATLIB) $(PURELIB) $(SOURCE_DOC)
-   PYTHONPATH=:$(BUILD_DIR):$$PYTHONPATH $(MAKE) -C doc html
+   $(MAKE) -C doc html
 
 doc/psycopg2.txt: $(PLATLIB) $(PURELIB) $(SOURCE_DOC)
-   PYTHONPATH=$(BUILD_DIR):$$PYTHONPATH $(MAKE) -C doc text
+   $(MAKE) -C doc text
 
 doc/docs.zip: doc/html/genindex.html
(cd doc/html && zip -r ../docs.zip *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psycopg2-2.6/NEWS new/psycopg2-2.6.1/NEWS
--- old/psycopg2-2.6/NEWS   2015-02-09 11:00:35.0 +0100
+++ new/psycopg2-2.6.1/NEWS 2015-06-15 11:48:36.0 +0200
@@ -1,6 +1,15 @@
 Current release
 ---
 
+What's new in psycopg 2.6.1
+^^^
+
+- 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`).
+
+
 What's new in psycopg 2.6
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psycopg2-2.6/PKG-INFO new/psycopg2-2.6.1/PKG-INFO
--- old/psycopg2-2.6/PKG-INFO

commit python3-psycopg2 for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2015-02-11 16:44:54

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


Package is "python3-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2.changes
2015-01-23 15:46:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes   
2015-02-11 16:45:01.0 +0100
@@ -1,0 +2,21 @@
+Tue Feb 10 18:43:06 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * README->README.rst
+  * build doc/html with Sphinx
+
+- update to version 2.6:
+  * Added support for large objects larger than 2GB.
+  * Python time objects with a tzinfo specified and PostgreSQL timetz
+data are converted into each other (ticket #272).
+  * Json apapter's str() returns the adapted content instead of the
+repr() (ticket #191).
+
+- changes from version 2.5.5:
+  * 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).
+
+---

Old:

  psycopg2-2.5.4.tar.gz

New:

  psycopg2-2.6.tar.gz



Other differences:
--
++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.baKQyt/_old  2015-02-11 16:45:01.0 +0100
+++ /var/tmp/diff_new_pack.baKQyt/_new  2015-02-11 16:45:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-psycopg2
 #
-# Copyright (c) 2015 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:   python3-psycopg2
-Version:2.5.4
+Version:2.6
 Release:0
 Summary:Python-PostgreSQL Database Adapter
 License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
@@ -27,6 +27,7 @@
 BuildRequires:  fdupes
 BuildRequires:  postgresql-devel
 BuildRequires:  python3-2to3
+BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 Recommends: postgresql-server
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +56,10 @@
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build
-rm -rf doc/src doc/html/.buildinfo # Remove junk
+cd doc/src && PYTHONPATH="$PYTHONPATH:%{buildroot}%{python3_sitearch}" make 
html
+cd ../..
+mv doc/src/_build/html doc/html
+rm -rf doc/src # Remove junk
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -65,7 +69,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE NEWS README
+%doc AUTHORS LICENSE NEWS README.rst
 %{python3_sitearch}/psycopg2
 %{python3_sitearch}/psycopg2-%{version}-py%{py3_ver}.egg-info
 

++ psycopg2-2.5.4.tar.gz -> psycopg2-2.6.tar.gz ++
 28256 lines of diff (skipped)

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



commit python3-psycopg2 for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2015-01-23 15:46:48

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


Package is "python3-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2.changes
2015-01-08 23:03:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes   
2015-01-23 15:46:51.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 10 00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * remove python(abi) requirement
+
+---



Other differences:
--
++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.ZIc8Aa/_old  2015-01-23 15:46:51.0 +0100
+++ /var/tmp/diff_new_pack.ZIc8Aa/_new  2015-01-23 15:46:51.0 +0100
@@ -30,7 +30,6 @@
 BuildRequires:  python3-devel
 Recommends: postgresql-server
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   python(abi) = %{py3_ver}
 
 %description
 psycopg2 is a PostgreSQL database adapter for the Python programming

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



commit python3-psycopg2 for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2015-01-08 23:02:59

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


Package is "python3-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2.changes
2014-02-09 10:30:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes   
2015-01-08 23:03:01.0 +0100
@@ -1,0 +2,63 @@
+Thu Jan  8 00:15:58 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.5.4:
+  * Added jsonb support for PostgreSQL 9.4 (ticket #226).
+  * Fixed segfault if COPY statements are passed to execute() instead
+of using the proper methods (ticket #219).
+  * Force conversion of pool arguments to integer to avoid potentially
+unbounded pools (ticket #220).
+  * Cursors WITH HOLD don't begin a new transaction upon
+move/fetch/close (ticket #228).
+  * Cursors WITH HOLD can be used in autocommit (ticket #229).
+  * callproc() doesn't silently ignore an argument without a length.
+  * Fixed memory leak with large objects (ticket #256).
+  * The internal _psycopg.so module can be imported stand-alone (to
+allow modules juggling such as the one described in ticket #201).
+
+- changes from version 2.5.3:
+  * 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.
+
+- changes from version 2.5.2:
+  * Fixed segfault pickling the exception raised on connection error
+(ticket #170).
+  * Meaningful connection errors report a meaningful message, thanks
+to Alexey Borzenkov (ticket #173).
+  * Manually creating lobject with the wrong parameter doesn't
+segfault (ticket #187).
+
+- changes from version 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.4.tar.gz



Other differences:
--
++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.dwbKXY/_old  2015-01-08 23:03:02.0 +0100
+++ /var/tmp/diff_new_pack.dwbKXY/_new  2015-01-08 23:03:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-psycopg2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,17 +17,17 @@
 
 
 Name:   python3-psycopg2
-Version:2.5
+Version:2.5.4
 Release:0
-License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
 Summary:Python-PostgreSQL Database Adapter
-Url:http://initd.org/psycopg/
+License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
 Group:  Development/Languages/Python
+Url:http://initd.org/psycopg/
 Source:   

commit python3-psycopg2 for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2014-02-09 10:30:47

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


Package is "python3-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2.changes
2013-06-20 16:46:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes   
2014-02-09 10:30:48.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb  3 11:43:20 UTC 2014 - cfarr...@suse.com
+
+- license update: SUSE-LGPL-3.0-with-openssl-exception and
+  (SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
+  The ZPL alternative is only offered for the zope database adapter. Also,
+  the LGPL-3.0 used with psycopg2 has an exception for linking openssl
+
+---



Other differences:
--
++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.go6ePp/_old  2014-02-09 10:30:49.0 +0100
+++ /var/tmp/diff_new_pack.go6ePp/_new  2014-02-09 10:30:49.0 +0100
@@ -19,7 +19,7 @@
 Name:   python3-psycopg2
 Version:2.5
 Release:0
-License:LGPL-3.0+ or ZPL-2.0
+License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
 Summary:Python-PostgreSQL Database Adapter
 Url:http://initd.org/psycopg/
 Group:  Development/Languages/Python

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



commit python3-psycopg2 for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2012-05-29 13:55:02

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


Package is "python3-psycopg2", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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