Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lhafile for openSUSE:Factory checked in at 2025-03-19 22:33:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lhafile (Old) and /work/SRC/openSUSE:Factory/.python-lhafile.new.4956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lhafile" Wed Mar 19 22:33:52 2025 rev:3 rq:1254334 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lhafile/python-lhafile.changes 2024-01-07 21:39:58.551306620 +0100 +++ /work/SRC/openSUSE:Factory/.python-lhafile.new.4956/python-lhafile.changes 2025-03-19 22:34:18.219590693 +0100 @@ -1,0 +2,9 @@ +Wed Mar 19 06:45:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 0.3.1 + * Try with specific Python version +- Switch package to modern Python Stack on SLE-15 + * Use Python 3.11 on SLE-15 by default + * Drop support for older Python versions + +------------------------------------------------------------------- Old: ---- lhafile-0.3.0.tar.gz New: ---- lhafile-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lhafile.spec ++++++ --- /var/tmp/diff_new_pack.zubPFH/_old 2025-03-19 22:34:18.711611406 +0100 +++ /var/tmp/diff_new_pack.zubPFH/_new 2025-03-19 22:34:18.711611406 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-lhafile # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-lhafile -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: LHA archive support for Python License: BSD-3-Clause ++++++ lhafile-0.3.0.tar.gz -> lhafile-0.3.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lhafile-0.3.0/PKG-INFO new/lhafile-0.3.1/PKG-INFO --- old/lhafile-0.3.0/PKG-INFO 2021-02-23 22:11:29.921046500 +0100 +++ new/lhafile-0.3.1/PKG-INFO 2025-02-24 22:59:14.171459700 +0100 @@ -1,20 +1,21 @@ -Metadata-Version: 1.2 +Metadata-Version: 2.1 Name: lhafile -Version: 0.3.0 +Version: 0.3.1 Summary: LHA archive support for Python Home-page: https://github.com/FrodeSolheim/python-lhafile/ +Download-URL: https://pypi.org/project/lhafile/ Author: Hidekazu Ohnishi Author-email: th...@neotitans.net Maintainer: Frode Solheim Maintainer-email: fr...@solheim.dev License: BSD -Download-URL: https://pypi.org/project/lhafile/ -Description: A python package that handles .lha archives, with an interface similar to the - zipfile module found in the standard library. -Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 Classifier: Topic :: System :: Archiving +License-File: COPYING.txt + +A python package that handles .lha archives, with an interface similar to the +zipfile module found in the standard library. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lhafile-0.3.0/lhafile.egg-info/PKG-INFO new/lhafile-0.3.1/lhafile.egg-info/PKG-INFO --- old/lhafile-0.3.0/lhafile.egg-info/PKG-INFO 2021-02-23 22:11:29.000000000 +0100 +++ new/lhafile-0.3.1/lhafile.egg-info/PKG-INFO 2025-02-24 22:59:14.000000000 +0100 @@ -1,20 +1,21 @@ -Metadata-Version: 1.2 +Metadata-Version: 2.1 Name: lhafile -Version: 0.3.0 +Version: 0.3.1 Summary: LHA archive support for Python Home-page: https://github.com/FrodeSolheim/python-lhafile/ +Download-URL: https://pypi.org/project/lhafile/ Author: Hidekazu Ohnishi Author-email: th...@neotitans.net Maintainer: Frode Solheim Maintainer-email: fr...@solheim.dev License: BSD -Download-URL: https://pypi.org/project/lhafile/ -Description: A python package that handles .lha archives, with an interface similar to the - zipfile module found in the standard library. -Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 Classifier: Topic :: System :: Archiving +License-File: COPYING.txt + +A python package that handles .lha archives, with an interface similar to the +zipfile module found in the standard library. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lhafile-0.3.0/setup.py new/lhafile-0.3.1/setup.py --- old/lhafile-0.3.0/setup.py 2021-02-23 22:11:21.000000000 +0100 +++ new/lhafile-0.3.1/setup.py 2025-02-24 22:59:09.000000000 +0100 @@ -27,7 +27,7 @@ setup( name="lhafile", packages=["lhafile"], - version="0.3.0", + version="0.3.1", description="LHA archive support for Python", long_description="""\ A python package that handles .lha archives, with an interface similar to the