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 2023-10-23 23:40:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gssapi (Old)
 and      /work/SRC/openSUSE:Factory/.python-gssapi.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gssapi"

Mon Oct 23 23:40:08 2023 rev:14 rq:1119291 version:1.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gssapi/python-gssapi.changes      
2023-08-18 19:27:40.887242982 +0200
+++ /work/SRC/openSUSE:Factory/.python-gssapi.new.1945/python-gssapi.changes    
2023-10-23 23:40:13.661923332 +0200
@@ -1,0 +2,9 @@
+Fri Oct 20 21:30:09 UTC 2023 - Matej Cepl <[email protected]>
+
+- Update to 1.8.3:
+  - Added Python 3.12 wheel
+  - Fix Cython 3 compatibility
+- Remove upstreamed patch
+  d9200d1018ac916b30433da23898c8c5fbde0f28.patch
+
+-------------------------------------------------------------------

Old:
----
  d9200d1018ac916b30433da23898c8c5fbde0f28.patch
  gssapi-1.8.2.tar.gz

New:
----
  gssapi-1.8.3.tar.gz

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

Other differences:
------------------
++++++ python-gssapi.spec ++++++
--- /var/tmp/diff_new_pack.vRJudL/_old  2023-10-23 23:40:15.245980835 +0200
+++ /var/tmp/diff_new_pack.vRJudL/_new  2023-10-23 23:40:15.245980835 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %{?sle15_python_module_pythons}
 Name:           python-gssapi
-Version:        1.8.2
+Version:        1.8.3
 Release:        0
 Summary:        A Python interface to RFC 2743/2744 (plus common extensions)
 License:        ISC
 URL:            https://github.com/pythongssapi/python-gssapi
 Source:         
https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
-Patch1:         
https://github.com/pythongssapi/python-gssapi/commit/d9200d1018ac916b30433da23898c8c5fbde0f28.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module decorator}
 BuildRequires:  %{python_module devel}
@@ -67,7 +65,8 @@
 mv gssapi_temp gssapi
 
 %files %{python_files}
-%{python_sitearch}/gssapi*
+%{python_sitearch}/gssapi
+%{python_sitearch}/gssapi-%{version}*-info
 %doc README.rst
 %license LICENSE.txt
 

++++++ gssapi-1.8.2.tar.gz -> gssapi-1.8.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/PKG-INFO new/gssapi-1.8.3/PKG-INFO
--- old/gssapi-1.8.2/PKG-INFO   2022-10-25 20:56:00.612571700 +0200
+++ new/gssapi-1.8.3/PKG-INFO   2023-08-29 05:12:02.368186000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: gssapi
-Version: 1.8.2
+Version: 1.8.3
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
@@ -15,6 +15,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: ISC License (ISCL)
 Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -42,12 +43,8 @@
 C libraries.  While it focuses on the Kerberos mechanism, it should also be
 useable with other GSSAPI mechanisms.
 
-Documentation for the latest released version (including pre-release versions)
-can be found at
-`https://pythongssapi.github.io/python-gssapi/stable 
<https://pythongssapi.github.io/python-gssapi/stable>`_.
-
-Documentation for the latest commit on main can be found at
-`https://pythongssapi.github.io/python-gssapi/latest 
<https://pythongssapi.github.io/python-gssapi/latest>`_.
+Documentation can be found at
+`https://pythongssapi.github.io/python-gssapi/ 
<https://pythongssapi.github.io/python-gssapi/>`_.
 
 Requirements
 ============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/README.rst new/gssapi-1.8.3/README.rst
--- old/gssapi-1.8.2/README.rst 2022-10-25 20:55:45.000000000 +0200
+++ new/gssapi-1.8.3/README.rst 2023-08-29 05:11:44.000000000 +0200
@@ -18,12 +18,8 @@
 C libraries.  While it focuses on the Kerberos mechanism, it should also be
 useable with other GSSAPI mechanisms.
 
-Documentation for the latest released version (including pre-release versions)
-can be found at
-`https://pythongssapi.github.io/python-gssapi/stable 
<https://pythongssapi.github.io/python-gssapi/stable>`_.
-
-Documentation for the latest commit on main can be found at
-`https://pythongssapi.github.io/python-gssapi/latest 
<https://pythongssapi.github.io/python-gssapi/latest>`_.
+Documentation can be found at
+`https://pythongssapi.github.io/python-gssapi/ 
<https://pythongssapi.github.io/python-gssapi/>`_.
 
 Requirements
 ============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/README.txt new/gssapi-1.8.3/README.txt
--- old/gssapi-1.8.2/README.txt 2022-10-25 20:55:45.000000000 +0200
+++ new/gssapi-1.8.3/README.txt 2023-08-29 05:11:44.000000000 +0200
@@ -18,12 +18,8 @@
 C libraries.  While it focuses on the Kerberos mechanism, it should also be
 useable with other GSSAPI mechanisms.
 
-Documentation for the latest released version (including pre-release versions)
-can be found at
-`https://pythongssapi.github.io/python-gssapi/stable 
<https://pythongssapi.github.io/python-gssapi/stable>`_.
-
-Documentation for the latest commit on main can be found at
-`https://pythongssapi.github.io/python-gssapi/latest 
<https://pythongssapi.github.io/python-gssapi/latest>`_.
+Documentation can be found at
+`https://pythongssapi.github.io/python-gssapi/ 
<https://pythongssapi.github.io/python-gssapi/>`_.
 
 Requirements
 ============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/gssapi/raw/__init__.py 
new/gssapi-1.8.3/gssapi/raw/__init__.py
--- old/gssapi-1.8.2/gssapi/raw/__init__.py     2022-10-25 20:55:45.000000000 
+0200
+++ new/gssapi-1.8.3/gssapi/raw/__init__.py     2023-08-29 05:11:44.000000000 
+0200
@@ -30,7 +30,7 @@
 are in modules of the form `gssapi.raw.ext_xyz`.
 
 All available functions and classes can be accessed directly from this
-module (`gssapi.raw`) -- it is unneccessary to directly import submodules.
+module (`gssapi.raw`) -- it is unnecessary to directly import submodules.
 """
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/gssapi/raw/_enum_extensions/ext_dce.pyx 
new/gssapi-1.8.3/gssapi/raw/_enum_extensions/ext_dce.pyx
--- old/gssapi-1.8.2/gssapi/raw/_enum_extensions/ext_dce.pyx    2022-10-25 
20:55:45.000000000 +0200
+++ new/gssapi-1.8.3/gssapi/raw/_enum_extensions/ext_dce.pyx    2023-08-29 
05:11:44.000000000 +0200
@@ -1,6 +1,6 @@
 from gssapi.raw.cython_types cimport OM_uint32
 
-import gssapi.raw._enum_extensions as ext_registry
+from gssapi.raw import _enum_extensions as ext_registry
 
 
 cdef extern from "python_gssapi_ext.h":
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/gssapi/sec_contexts.py 
new/gssapi-1.8.3/gssapi/sec_contexts.py
--- old/gssapi-1.8.2/gssapi/sec_contexts.py     2022-10-25 20:55:45.000000000 
+0200
+++ new/gssapi-1.8.3/gssapi/sec_contexts.py     2023-08-29 05:11:44.000000000 
+0200
@@ -483,7 +483,7 @@
         .. warning::
 
             This value will not be preserved across picklings.  These should
-            be separately exported and transfered.
+            be separately exported and transferred.
 
         """
         return self._delegated_creds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/gssapi.egg-info/PKG-INFO 
new/gssapi-1.8.3/gssapi.egg-info/PKG-INFO
--- old/gssapi-1.8.2/gssapi.egg-info/PKG-INFO   2022-10-25 20:56:00.000000000 
+0200
+++ new/gssapi-1.8.3/gssapi.egg-info/PKG-INFO   2023-08-29 05:12:02.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: gssapi
-Version: 1.8.2
+Version: 1.8.3
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
@@ -15,6 +15,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: ISC License (ISCL)
 Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -42,12 +43,8 @@
 C libraries.  While it focuses on the Kerberos mechanism, it should also be
 useable with other GSSAPI mechanisms.
 
-Documentation for the latest released version (including pre-release versions)
-can be found at
-`https://pythongssapi.github.io/python-gssapi/stable 
<https://pythongssapi.github.io/python-gssapi/stable>`_.
-
-Documentation for the latest commit on main can be found at
-`https://pythongssapi.github.io/python-gssapi/latest 
<https://pythongssapi.github.io/python-gssapi/latest>`_.
+Documentation can be found at
+`https://pythongssapi.github.io/python-gssapi/ 
<https://pythongssapi.github.io/python-gssapi/>`_.
 
 Requirements
 ============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/pyproject.toml 
new/gssapi-1.8.3/pyproject.toml
--- old/gssapi-1.8.2/pyproject.toml     2022-10-25 20:55:45.000000000 +0200
+++ new/gssapi-1.8.3/pyproject.toml     2023-08-29 05:11:44.000000000 +0200
@@ -1,6 +1,6 @@
 [build-system]
 requires = [
-    "Cython >= 0.29.29, < 3.0.0",  # 0.29.29 includes fixes for Python 3.11
+    "Cython >= 0.29.29, < 4.0.0",  # 0.29.29 includes fixes for Python 3.11
     "setuptools >= 40.6.0",  # Start of PEP 517 support for setuptools
 ]
 build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.2/setup.py new/gssapi-1.8.3/setup.py
--- old/gssapi-1.8.2/setup.py   2022-10-25 20:55:45.000000000 +0200
+++ new/gssapi-1.8.3/setup.py   2023-08-29 05:11:44.000000000 +0200
@@ -274,7 +274,7 @@
 
 setup(
     name='gssapi',
-    version='1.8.2',
+    version='1.8.3',
     author='The Python GSSAPI Team',
     author_email='[email protected]',
     packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -297,6 +297,7 @@
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
+        'Programming Language :: Python :: 3.12',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: ISC License (ISCL)',
         'Programming Language :: Python :: Implementation :: CPython',

Reply via email to