Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-lmdb for openSUSE:Factory 
checked in at 2023-04-07 18:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lmdb (Old)
 and      /work/SRC/openSUSE:Factory/.python-lmdb.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lmdb"

Fri Apr  7 18:16:50 2023 rev:11 rq:1077781 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lmdb/python-lmdb.changes  2022-12-15 
19:25:49.656268778 +0100
+++ /work/SRC/openSUSE:Factory/.python-lmdb.new.19717/python-lmdb.changes       
2023-04-07 18:16:55.504752374 +0200
@@ -1,0 +2,6 @@
+Thu Apr  6 16:05:15 UTC 2023 - Mia Herkt <[email protected]>
+
+- Update to v1.4.1
+  * Fix a documentation typo
+
+-------------------------------------------------------------------

Old:
----
  lmdb-1.4.0.tar.gz

New:
----
  lmdb-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python-lmdb.spec ++++++
--- /var/tmp/diff_new_pack.pSjROJ/_old  2023-04-07 18:16:56.060755577 +0200
+++ /var/tmp/diff_new_pack.pSjROJ/_new  2023-04-07 18:16:56.064755600 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lmdb
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-lmdb
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        Universal Python binding for the LMDB 'Lightning' Database
 License:        OLDAP-2.8

++++++ lmdb-1.4.0.tar.gz -> lmdb-1.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lmdb-1.4.0/ChangeLog new/lmdb-1.4.1/ChangeLog
--- old/lmdb-1.4.0/ChangeLog    2022-12-07 04:28:47.000000000 +0100
+++ new/lmdb-1.4.1/ChangeLog    2023-04-06 08:42:11.000000000 +0200
@@ -1,3 +1,6 @@
+2022-04-04 v1.4.1
+* Update CI to build manylinux binaries.
+
 2022-12-06 v1.4.0
 * Add Python 3.11 support.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lmdb-1.4.0/PKG-INFO new/lmdb-1.4.1/PKG-INFO
--- old/lmdb-1.4.0/PKG-INFO     2022-12-07 04:28:59.319876700 +0100
+++ new/lmdb-1.4.1/PKG-INFO     2023-04-06 08:42:21.875925800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: lmdb
-Version: 1.4.0
+Version: 1.4.1
 Summary: Universal Python binding for the LMDB 'Lightning' Database
 Home-page: http://github.com/jnwatson/py-lmdb/
 Author: David Wilson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lmdb-1.4.0/lmdb/__init__.py 
new/lmdb-1.4.1/lmdb/__init__.py
--- old/lmdb-1.4.0/lmdb/__init__.py     2022-12-07 04:28:47.000000000 +0100
+++ new/lmdb-1.4.1/lmdb/__init__.py     2023-04-06 08:42:11.000000000 +0200
@@ -50,4 +50,4 @@
     from lmdb.cffi import __all__
     from lmdb.cffi import __doc__
 
-__version__ = '1.4.0'
+__version__ = '1.4.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lmdb-1.4.0/lmdb/cffi.py new/lmdb-1.4.1/lmdb/cffi.py
--- old/lmdb-1.4.0/lmdb/cffi.py 2022-12-07 04:28:47.000000000 +0100
+++ new/lmdb-1.4.1/lmdb/cffi.py 2023-04-06 08:42:11.000000000 +0200
@@ -1182,7 +1182,7 @@
 
             `integerdup`:
                 If ``True``, values in the
-                database are C unsigned or ``size_t`` integers encode din
+                database are C unsigned or ``size_t`` integers encoded in
                 native byte order.  Implies `dupsort` and `dupfixed` are
                 ``True``.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lmdb-1.4.0/lmdb.egg-info/PKG-INFO 
new/lmdb-1.4.1/lmdb.egg-info/PKG-INFO
--- old/lmdb-1.4.0/lmdb.egg-info/PKG-INFO       2022-12-07 04:28:54.000000000 
+0100
+++ new/lmdb-1.4.1/lmdb.egg-info/PKG-INFO       2023-04-06 08:42:17.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: lmdb
-Version: 1.4.0
+Version: 1.4.1
 Summary: Universal Python binding for the LMDB 'Lightning' Database
 Home-page: http://github.com/jnwatson/py-lmdb/
 Author: David Wilson

Reply via email to