Hello community,

here is the log from the commit of package python3-bsddb3 for openSUSE:Factory 
checked in at 2015-01-26 16:46:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-bsddb3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-bsddb3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-bsddb3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-bsddb3/python3-bsddb3.changes    
2014-12-23 11:49:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-bsddb3.new/python3-bsddb3.changes       
2015-01-26 16:47:01.000000000 +0100
@@ -1,0 +2,63 @@
+Sat Jan 10 01:31:07 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- dropped bsddb3-db6.diff: remove patch file for DB 6.x (now supported by 
default according to changelog)
+
+- update to version 6.1.0:
+  * Support Berkeley DB 6.1.x.
+  * Solve a ResourceWarning when compiling.
+  * Drop support for Python 2.4, 2.5 and 3.1. If you need
+    compatibility with those versions, you can keep using old releases
+    of these bindings.
+  * Drop support for Berkeley DB 4.3, 4.4, 4.5, 4.6. If you need
+    compatibility with those versions, you can keep using old releases
+    of these bindings.
+  * From now, on our support reference is Red Had Enterprise Linux 6.
+  * Drop modules attributes "cvsid".
+  * Drop (hidden) $Id$ keyword in the documentation.
+
+- changes from version 6.0.1
+
+  * Clarification of license. Thanks to Jan Staněk for bringing this
+    issue up. This work is now explicitly licensed under 3-clause BSD
+    license.
+
+  * Fixed a long standing bug (August 2008, rev 9fd52748fa59) on
+    "dbtables.py". Notified by Maxime Labelle.
+
+  * If you want to link with Oracle Berkeley DB 6.0, you will need to
+    create the environment variable
+    'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION' to signal
+    to the pybsddb that you are legal. To be legal, your code MUST be
+    AGPL3 *OR* you have to buy a commercial license from Oracle.
+
+    If you are not legally entitled to use Berkeley DB 6.0 and you
+    have previous versions of Berkeley DB on your system, you can a)
+    delete Berkeley DB 6.0 and try again, OR b) instruct pybsddb to
+    use a previous Berkeley DB version, using environment variables or
+    command line options.
+
+- changes from version 6.0.0:
+  * Support Berkeley DB 6.0.x.
+  * HEADS UP: If you are using "bsddb3._bsddb" in your code, for
+    example for exceptions, change it to "bsddb3._db".
+  * Print test working directory when running the testsuite. You can
+    control it using "TMPDIR" environment variable. Defaults to
+    "/tmp/z-Berkeley_DB/".
+  * Support for "DB_EVENT_REP_AUTOTAKEOVER_FAILED" event.
+  * Support for "DB_REPMGR_ISVIEW", "DB_DBT_BLOB", "DB_LOG_BLOB",
+    "DB_STREAM_READ", "DB_STREAM_WRITE" and "DB_STREAM_SYNC_WRITE"
+    flags.
+  * Some DB_SEQUENCE function signatures changed in Berkeley DB 6.0.x.
+  * Erratic behaviour of "DBEnv->rep_elect()" because a typo.
+  * The testsuite prints Python bitness (32/64).
+  * Tests compatible with hash randomization, default in Python
+    3.3. See http://bugs.python.org/issue13703 .
+  * Errors when trying to calculate the length of a DB were masked,
+    and an unuseful and unrelated exception was raised.
+  * Code cleanup since pybsddb is not in the Python 3.x stdlib
+    anymore, and the version in Python 2.6/2.7 is being maintained
+    separately.
+
+-------------------------------------------------------------------

Old:
----
  bsddb3-5.3.0.tar.gz
  bsddb3-db6.diff

New:
----
  bsddb3-6.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-bsddb3.spec ++++++
--- /var/tmp/diff_new_pack.azv915/_old  2015-01-26 16:47:02.000000000 +0100
+++ /var/tmp/diff_new_pack.azv915/_new  2015-01-26 16:47:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-bsddb3
 #
-# Copyright (c) 2014 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,7 +17,7 @@
 
 
 Name:           python3-bsddb3
-Version:        5.3.0
+Version:        6.1.0
 Release:        0
 Url:            http://pypi.python.org/pypi/bsddb3
 Summary:        Python interface for Berkeley DB
@@ -25,7 +25,6 @@
 Group:          Development/Libraries/Python
 
 Source:         
http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
-Patch1:         bsddb3-db6.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  python3
@@ -53,7 +52,6 @@
 
 %prep
 %setup -q -n bsddb3-%{version}
-%patch -P 1 -p1
 sed -i "1d" Lib3/bsddb/dbshelve.py # Fix non-executable bits
 
 %build

++++++ bsddb3-5.3.0.tar.gz -> bsddb3-6.1.0.tar.gz ++++++
++++ 27369 lines of diff (skipped)

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

Reply via email to