Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Ming for openSUSE:Factory checked in at 2021-06-01 10:35:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Ming (Old) and /work/SRC/openSUSE:Factory/.python-Ming.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Ming" Tue Jun 1 10:35:38 2021 rev:13 rq:895339 version:0.10.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Ming/python-Ming.changes 2020-08-19 18:57:12.419859399 +0200 +++ /work/SRC/openSUSE:Factory/.python-Ming.new.1898/python-Ming.changes 2021-06-01 10:36:19.964697718 +0200 @@ -1,0 +2,6 @@ +Tue May 25 10:27:53 UTC 2021 - [email protected] + +- version update to 0.10.3 + * Test on Python3. + +------------------------------------------------------------------- Old: ---- Ming-0.10.2.tar.gz New: ---- Ming-0.10.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Ming.spec ++++++ --- /var/tmp/diff_new_pack.uecK0C/_old 2021-06-01 10:36:20.512698652 +0200 +++ /var/tmp/diff_new_pack.uecK0C/_new 2021-06-01 10:36:20.512698652 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Ming # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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-Ming -Version: 0.10.2 +Version: 0.10.3 Release: 0 Summary: Database mapping layer for MongoDB on Python License: MIT ++++++ Ming-0.10.2.tar.gz -> Ming-0.10.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ming-0.10.2/Ming.egg-info/PKG-INFO new/Ming-0.10.3/Ming.egg-info/PKG-INFO --- old/Ming-0.10.2/Ming.egg-info/PKG-INFO 2020-06-19 21:48:45.000000000 +0200 +++ new/Ming-0.10.3/Ming.egg-info/PKG-INFO 2021-03-10 15:59:42.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: Ming -Version: 0.10.2 +Version: 0.10.3 Summary: Bringing order to Mongo since 2009 Home-page: https://github.com/TurboGears/Ming Author: Rick Copeland diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ming-0.10.2/Ming.egg-info/requires.txt new/Ming-0.10.3/Ming.egg-info/requires.txt --- old/Ming-0.10.2/Ming.egg-info/requires.txt 2020-06-19 21:48:45.000000000 +0200 +++ new/Ming-0.10.3/Ming.egg-info/requires.txt 2021-03-10 15:59:42.000000000 +0100 @@ -1,4 +1,4 @@ -pymongo<3.11,>=3.0 +pymongo<3.12,>=3.0 pytz six>=1.6.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ming-0.10.2/PKG-INFO new/Ming-0.10.3/PKG-INFO --- old/Ming-0.10.2/PKG-INFO 2020-06-19 21:48:45.000000000 +0200 +++ new/Ming-0.10.3/PKG-INFO 2021-03-10 15:59:42.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: Ming -Version: 0.10.2 +Version: 0.10.3 Summary: Bringing order to Mongo since 2009 Home-page: https://github.com/TurboGears/Ming Author: Rick Copeland diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ming-0.10.2/ming/version.py new/Ming-0.10.3/ming/version.py --- old/Ming-0.10.2/ming/version.py 2020-06-19 21:47:49.000000000 +0200 +++ new/Ming-0.10.3/ming/version.py 2021-03-10 15:54:33.000000000 +0100 @@ -1,2 +1,2 @@ -__version_info__ = ('0', '10', '2') +__version_info__ = ('0', '10', '3') __version__ = '.'.join(__version_info__) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Ming-0.10.2/setup.py new/Ming-0.10.3/setup.py --- old/Ming-0.10.2/setup.py 2020-06-17 23:36:55.000000000 +0200 +++ new/Ming-0.10.3/setup.py 2021-03-10 15:49:18.000000000 +0100 @@ -35,7 +35,7 @@ include_package_data=True, zip_safe=True, install_requires=[ - "pymongo>=3.0,<3.11", + "pymongo>=3.0,<3.12", "pytz", "six>=1.6.1" ],
