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 2022-12-15 19:25:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lmdb (Old) and /work/SRC/openSUSE:Factory/.python-lmdb.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lmdb" Thu Dec 15 19:25:24 2022 rev:10 rq:1042997 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lmdb/python-lmdb.changes 2022-01-31 22:57:55.825335746 +0100 +++ /work/SRC/openSUSE:Factory/.python-lmdb.new.1835/python-lmdb.changes 2022-12-15 19:25:49.656268778 +0100 @@ -1,0 +2,6 @@ +Tue Dec 13 15:43:15 UTC 2022 - Yogalakshmi Arunachalam <[email protected]> + +- Update to v1.4.0 + * Update manifest and a copyright + +------------------------------------------------------------------- Old: ---- lmdb-1.3.0.tar.gz New: ---- lmdb-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lmdb.spec ++++++ --- /var/tmp/diff_new_pack.raHtdm/_old 2022-12-15 19:25:51.624279975 +0100 +++ /var/tmp/diff_new_pack.raHtdm/_new 2022-12-15 19:25:51.632280021 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lmdb -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Universal Python binding for the LMDB 'Lightning' Database License: OLDAP-2.8 ++++++ lmdb-1.3.0.tar.gz -> lmdb-1.4.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lmdb-1.3.0/ChangeLog new/lmdb-1.4.0/ChangeLog --- old/lmdb-1.3.0/ChangeLog 2021-12-30 18:36:40.000000000 +0100 +++ new/lmdb-1.4.0/ChangeLog 2022-12-07 04:28:47.000000000 +0100 @@ -1,3 +1,6 @@ +2022-12-06 v1.4.0 +* Add Python 3.11 support. + 2021-12-30 v1.3.0 * Add aarch64 architecture builds. Contributed by odidev. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lmdb-1.3.0/PKG-INFO new/lmdb-1.4.0/PKG-INFO --- old/lmdb-1.3.0/PKG-INFO 2021-12-30 18:36:53.228389700 +0100 +++ new/lmdb-1.4.0/PKG-INFO 2022-12-07 04:28:59.319876700 +0100 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: lmdb -Version: 1.3.0 +Version: 1.4.0 Summary: Universal Python binding for the LMDB 'Lightning' Database Home-page: http://github.com/jnwatson/py-lmdb/ Author: David Wilson Maintainer: Nic Watson License: OLDAP-2.8 -Platform: UNKNOWN Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy @@ -20,10 +19,10 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Topic :: Database Classifier: Topic :: Database :: Database Engines/Servers Description-Content-Type: text/plain License-File: LICENSE Universal Python binding for the LMDB 'Lightning' Database - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lmdb-1.3.0/docs/conf.py new/lmdb-1.4.0/docs/conf.py --- old/lmdb-1.3.0/docs/conf.py 2021-12-30 18:36:40.000000000 +0100 +++ new/lmdb-1.4.0/docs/conf.py 2022-12-07 04:28:47.000000000 +0100 @@ -43,7 +43,7 @@ # General information about the project. project = u'lmdb' -copyright = u'2013-2019 David Wilson, 2019-2020 Nic Watson' +copyright = u'2013-2019 David Wilson, 2019-2022 Nic Watson' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lmdb-1.3.0/lmdb/__init__.py new/lmdb-1.4.0/lmdb/__init__.py --- old/lmdb-1.3.0/lmdb/__init__.py 2021-12-30 18:36:40.000000000 +0100 +++ new/lmdb-1.4.0/lmdb/__init__.py 2022-12-07 04:28:47.000000000 +0100 @@ -50,4 +50,4 @@ from lmdb.cffi import __all__ from lmdb.cffi import __doc__ -__version__ = '1.3.0' +__version__ = '1.4.0' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lmdb-1.3.0/lmdb.egg-info/PKG-INFO new/lmdb-1.4.0/lmdb.egg-info/PKG-INFO --- old/lmdb-1.3.0/lmdb.egg-info/PKG-INFO 2021-12-30 18:36:49.000000000 +0100 +++ new/lmdb-1.4.0/lmdb.egg-info/PKG-INFO 2022-12-07 04:28:54.000000000 +0100 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: lmdb -Version: 1.3.0 +Version: 1.4.0 Summary: Universal Python binding for the LMDB 'Lightning' Database Home-page: http://github.com/jnwatson/py-lmdb/ Author: David Wilson Maintainer: Nic Watson License: OLDAP-2.8 -Platform: UNKNOWN Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy @@ -20,10 +19,10 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Topic :: Database Classifier: Topic :: Database :: Database Engines/Servers Description-Content-Type: text/plain License-File: LICENSE Universal Python binding for the LMDB 'Lightning' Database - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lmdb-1.3.0/setup.py new/lmdb-1.4.0/setup.py --- old/lmdb-1.3.0/setup.py 2021-12-30 18:36:40.000000000 +0100 +++ new/lmdb-1.4.0/setup.py 2022-12-07 04:28:47.000000000 +0100 @@ -216,6 +216,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Database", "Topic :: Database :: Database Engines/Servers", ],
