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.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes 2015-02-11 16:45:01.000000000 +0100 @@ -1,0 +2,21 @@ +Tue Feb 10 18:43:06 UTC 2015 - [email protected] + +- 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.000000000 +0100 +++ /var/tmp/diff_new_pack.baKQyt/_new 2015-02-11 16:45:01.000000000 +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: [email protected] For additional commands, e-mail: [email protected]
