Hello community, here is the log from the commit of package python-ZODB for openSUSE:Factory checked in at 2015-05-19 23:37:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ZODB (Old) and /work/SRC/openSUSE:Factory/.python-ZODB.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ZODB" Changes: -------- --- /work/SRC/openSUSE:Factory/python-ZODB/python-ZODB.changes 2014-02-03 16:13:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-ZODB.new/python-ZODB.changes 2015-05-19 23:37:32.000000000 +0200 @@ -1,0 +2,23 @@ +Fri May 15 10:52:45 UTC 2015 - [email protected] + +- update to version 4.1.0: + * Fix registration of custom logging level names ("BLATHER", + "TRACE). We have been registering them in the wrong order since + 2004. Before Python 3.4, the stdlib logging module masked the + error by registering them in both directions. + * Add support for Python 3.4. +- additional changes from version 4.0.1: + * Fix POSKeyError during transaction.commit when after + savepoint.rollback. see #16 + * Ensure that the pickler used in PyPy always has a persistent_id + attribute (inst_persistent_id is not present on the pure-Python + pickler). (PR #17) + * Provide better error reporting when trying to load an object on + a closed connection. +- drop fix-for-upstream-test.patch: fixed upstream +- delete backup files in sources +- remove unwanted shebang in python file +- do not set the executable bit of python files +- pass -q to the test to avoid spamming the build log + +------------------------------------------------------------------- Old: ---- ZODB-4.0.0.tar.gz fix-for-upstream-test.patch New: ---- ZODB-4.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ZODB.spec ++++++ --- /var/tmp/diff_new_pack.6McmAi/_old 2015-05-19 23:37:33.000000000 +0200 +++ /var/tmp/diff_new_pack.6McmAi/_new 2015-05-19 23:37:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ZODB # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,15 +18,13 @@ Name: python-ZODB -Version: 4.0.0 +Version: 4.1.0 Release: 0 Summary: Zope Object Database: object database and persistence License: ZPL-2.1 Group: Development/Libraries/Python Url: http://www.zodb.org/ Source: https://pypi.python.org/packages/source/Z/ZODB/ZODB-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fix-for-upstream-test.patch -- already fixed in git 4.0.0b3-16-g1cdf9a7 -Patch1: fix-for-upstream-test.patch BuildRequires: python-BTrees BuildRequires: python-ZConfig BuildRequires: python-persistent-devel @@ -73,18 +71,19 @@ %prep %setup -q -n ZODB-%{version} -%patch1 -p1 +# delete backup files +find . -name "*~" -print -delete +# remove unwanted shebang +find src -name "*.py" | xargs sed -i '1 { /^#!/ d }' %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -chmod 0755 %{buildroot}%{python_sitelib}/ZODB/scripts/{space,fsoids,fsrefs,checkbtrees,analyze,migrate}.py -chmod 0755 %{buildroot}%{python_sitelib}/ZODB/scripts/{fstest,fstail,repozo,fsstats,netspace,zodbload}.py %check -python setup.py test +python setup.py -q test %files %defattr(-,root,root) ++++++ ZODB-4.0.0.tar.gz -> ZODB-4.1.0.tar.gz ++++++ ++++ 9013 lines of diff (skipped)
