Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gssapi for openSUSE:Factory checked in at 2022-11-10 14:21:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gssapi (Old) and /work/SRC/openSUSE:Factory/.python-gssapi.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gssapi" Thu Nov 10 14:21:21 2022 rev:11 rq:1034611 version:1.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gssapi/python-gssapi.changes 2022-10-01 17:42:54.133642390 +0200 +++ /work/SRC/openSUSE:Factory/.python-gssapi.new.1597/python-gssapi.changes 2022-11-10 14:21:42.262152684 +0100 @@ -1,0 +2,9 @@ +Tue Nov 8 16:59:19 UTC 2022 - Yogalakshmi Arunachalam <[email protected]> + +- Update to version to 1.8.2 + * Added Python 3.11 wheel - #303 + * Fix up doc link in README + * Use just major version + * Bump GHA actions to latest version + +------------------------------------------------------------------- Old: ---- gssapi-1.8.1.tar.gz New: ---- gssapi-1.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gssapi.spec ++++++ --- /var/tmp/diff_new_pack.os2fVu/_old 2022-11-10 14:21:42.770155559 +0100 +++ /var/tmp/diff_new_pack.os2fVu/_new 2022-11-10 14:21:42.778155604 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-gssapi -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: A Python interface to RFC 2743/2744 (plus common extensions) License: ISC ++++++ gssapi-1.8.1.tar.gz -> gssapi-1.8.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gssapi-1.8.1/PKG-INFO new/gssapi-1.8.2/PKG-INFO --- old/gssapi-1.8.1/PKG-INFO 2022-08-15 23:04:55.904677400 +0200 +++ new/gssapi-1.8.2/PKG-INFO 2022-10-25 20:56:00.612571700 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gssapi -Version: 1.8.1 +Version: 1.8.2 Summary: Python GSSAPI Wrapper Home-page: https://github.com/pythongssapi/python-gssapi Author: The Python GSSAPI Team @@ -14,6 +14,7 @@ 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: Intended Audience :: Developers Classifier: License :: OSI Approved :: ISC License (ISCL) Classifier: Programming Language :: Python :: Implementation :: CPython diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gssapi-1.8.1/gssapi.egg-info/PKG-INFO new/gssapi-1.8.2/gssapi.egg-info/PKG-INFO --- old/gssapi-1.8.1/gssapi.egg-info/PKG-INFO 2022-08-15 23:04:55.000000000 +0200 +++ new/gssapi-1.8.2/gssapi.egg-info/PKG-INFO 2022-10-25 20:56:00.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gssapi -Version: 1.8.1 +Version: 1.8.2 Summary: Python GSSAPI Wrapper Home-page: https://github.com/pythongssapi/python-gssapi Author: The Python GSSAPI Team @@ -14,6 +14,7 @@ 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: Intended Audience :: Developers Classifier: License :: OSI Approved :: ISC License (ISCL) Classifier: Programming Language :: Python :: Implementation :: CPython diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gssapi-1.8.1/setup.py new/gssapi-1.8.2/setup.py --- old/gssapi-1.8.1/setup.py 2022-08-15 23:04:41.000000000 +0200 +++ new/gssapi-1.8.2/setup.py 2022-10-25 20:55:45.000000000 +0200 @@ -274,7 +274,7 @@ setup( name='gssapi', - version='1.8.1', + version='1.8.2', author='The Python GSSAPI Team', author_email='[email protected]', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions', @@ -296,6 +296,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Intended Audience :: Developers', 'License :: OSI Approved :: ISC License (ISCL)', 'Programming Language :: Python :: Implementation :: CPython',
