Hello community,

here is the log from the commit of package python-lmdb for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:08:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-lmdb (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-lmdb.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lmdb"

Mon Mar  9 18:08:07 2020 rev:3 rq:776754 version:0.98

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-lmdb/python-lmdb.changes        
2020-01-15 15:49:55.471476888 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-lmdb.new.26092/python-lmdb.changes     
2020-03-09 18:08:12.240924690 +0100
@@ -1,0 +2,34 @@
+Tue Nov 26 00:43:19 UTC 2019 - Martin Herkt <[email protected]>
+
+- Update to v0.98
+  * Fix that a duplicate argument to a lmdb method would cause
+    an assert.
+  * Fix crash under debug cpython when mdb_cursor_open failed
+
+-------------------------------------------------------------------
+Mon Aug 12 05:24:44 UTC 2019 - Martin Herkt <[email protected]>
+
+- Update to v0.97
+  * Fix a missed GIL unlock sequence.
+  * Fix argv check in JEP (cpython under Java) environment.
+
+-------------------------------------------------------------------
+Wed Jul 24 13:54:02 UTC 2019 - Martin Herkt <[email protected]>
+
+- Update to v0.96
+  * Doc updates.
+  * More removal of code for now-unsupported Python versions.
+  * Only preload the value with the GIL unlocked when the value is
+    actually requested. This significantly improves read
+    performance to retrieve keys with large values when the value
+    isn't retrieved.
+
+-------------------------------------------------------------------
+Sun Jun  9 01:40:08 UTC 2019 - Martin Herkt <[email protected]>
+
+- Update to v0.95
+  * Handling of the Environment(create=True) flag was improved.
+  * Database names may be reused after they are dropped on CFFI,
+    without reopening the environment.
+
+-------------------------------------------------------------------

Old:
----
  lmdb-0.94.tar.gz

New:
----
  lmdb-0.98.tar.gz

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

Other differences:
------------------
++++++ python-lmdb.spec ++++++
--- /var/tmp/diff_new_pack.dWSk48/_old  2020-03-09 18:08:12.784925469 +0100
+++ /var/tmp/diff_new_pack.dWSk48/_new  2020-03-09 18:08:12.784925469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lmdb
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # 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-lmdb
-Version:        0.94
+Version:        0.98
 Release:        0
 Summary:        Universal Python binding for the LMDB 'Lightning' Database
 License:        OLDAP-2.8

++++++ lmdb-0.94.tar.gz -> lmdb-0.98.tar.gz ++++++
++++ 3113 lines of diff (skipped)


Reply via email to