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 2025-11-12 21:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gssapi (Old)
 and      /work/SRC/openSUSE:Factory/.python-gssapi.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gssapi"

Wed Nov 12 21:41:41 2025 rev:17 rq:1317153 version:1.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gssapi/python-gssapi.changes      
2025-09-20 22:03:47.213932676 +0200
+++ /work/SRC/openSUSE:Factory/.python-gssapi.new.1980/python-gssapi.changes    
2025-11-12 21:42:31.861024046 +0100
@@ -1,0 +2,8 @@
+Tue Nov 11 13:55:55 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 1.10.1
+  * Add long_description_content_type to setup
+  * Use the SPDX license name in setup.py as required
+  * Fix license file release
+
+-------------------------------------------------------------------

Old:
----
  gssapi-1.10.0.tar.gz

New:
----
  gssapi-1.10.1.tar.gz

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

Other differences:
------------------
++++++ python-gssapi.spec ++++++
--- /var/tmp/diff_new_pack.pFWZsn/_old  2025-11-12 21:42:32.401046729 +0100
+++ /var/tmp/diff_new_pack.pFWZsn/_new  2025-11-12 21:42:32.405046896 +0100
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?sle15_python_module_pythons}
 Name:           python-gssapi
-Version:        1.10.0
+Version:        1.10.1
 Release:        0
 Summary:        A Python interface to RFC 2743/2744 (plus common extensions)
 License:        ISC

++++++ gssapi-1.10.0.tar.gz -> gssapi-1.10.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.10.0/PKG-INFO new/gssapi-1.10.1/PKG-INFO
--- old/gssapi-1.10.0/PKG-INFO  2025-09-01 20:21:42.821021800 +0200
+++ new/gssapi-1.10.1/PKG-INFO  2025-10-03 04:45:32.914945400 +0200
@@ -1,11 +1,11 @@
 Metadata-Version: 2.4
 Name: gssapi
-Version: 1.10.0
+Version: 1.10.1
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
 Author-email: [email protected]
-License: LICENSE.txt
+License: ISC
 Keywords: gssapi,security
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Programming Language :: Python
@@ -22,12 +22,14 @@
 Classifier: Topic :: Security
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Requires-Python: >=3.9
+Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
 Requires-Dist: decorator
 Dynamic: author
 Dynamic: author-email
 Dynamic: classifier
 Dynamic: description
+Dynamic: description-content-type
 Dynamic: home-page
 Dynamic: keywords
 Dynamic: license
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.10.0/gssapi.egg-info/PKG-INFO 
new/gssapi-1.10.1/gssapi.egg-info/PKG-INFO
--- old/gssapi-1.10.0/gssapi.egg-info/PKG-INFO  2025-09-01 20:21:42.000000000 
+0200
+++ new/gssapi-1.10.1/gssapi.egg-info/PKG-INFO  2025-10-03 04:45:32.000000000 
+0200
@@ -1,11 +1,11 @@
 Metadata-Version: 2.4
 Name: gssapi
-Version: 1.10.0
+Version: 1.10.1
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
 Author-email: [email protected]
-License: LICENSE.txt
+License: ISC
 Keywords: gssapi,security
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Programming Language :: Python
@@ -22,12 +22,14 @@
 Classifier: Topic :: Security
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Requires-Python: >=3.9
+Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
 Requires-Dist: decorator
 Dynamic: author
 Dynamic: author-email
 Dynamic: classifier
 Dynamic: description
+Dynamic: description-content-type
 Dynamic: home-page
 Dynamic: keywords
 Dynamic: license
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.10.0/setup.py new/gssapi-1.10.1/setup.py
--- old/gssapi-1.10.0/setup.py  2025-09-01 20:21:33.000000000 +0200
+++ new/gssapi-1.10.1/setup.py  2025-10-03 04:45:21.000000000 +0200
@@ -278,7 +278,7 @@
 
 setup(
     name='gssapi',
-    version='1.10.0',
+    version='1.10.1',
     author='The Python GSSAPI Team',
     author_email='[email protected]',
     packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -289,7 +289,9 @@
     },
     description='Python GSSAPI Wrapper',
     long_description=long_desc,
-    license='LICENSE.txt',
+    long_description_content_type='text/x-rst',
+    license='ISC',
+    license_files=['LICENSE.txt'],
     url="https://github.com/pythongssapi/python-gssapi";,
     python_requires=">=3.9",
     classifiers=[

Reply via email to