Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-legacy-cgi for
openSUSE:Factory checked in at 2025-02-07 22:56:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-legacy-cgi (Old)
and /work/SRC/openSUSE:Factory/.python-legacy-cgi.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-legacy-cgi"
Fri Feb 7 22:56:45 2025 rev:3 rq:1243317 version:2.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-legacy-cgi/python-legacy-cgi.changes
2024-11-05 15:41:27.487174889 +0100
+++
/work/SRC/openSUSE:Factory/.python-legacy-cgi.new.2316/python-legacy-cgi.changes
2025-02-07 22:58:54.326594073 +0100
@@ -1,0 +2,6 @@
+Wed Feb 5 08:08:47 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.6.2
+ * Remove the <4 Python requirement
+
+-------------------------------------------------------------------
Old:
----
legacy_cgi-2.6.1.tar.gz
New:
----
legacy_cgi-2.6.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-legacy-cgi.spec ++++++
--- /var/tmp/diff_new_pack.3taWxA/_old 2025-02-07 22:58:55.238631702 +0100
+++ /var/tmp/diff_new_pack.3taWxA/_new 2025-02-07 22:58:55.238631702 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-legacy-cgi
#
-# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-legacy-cgi
-Version: 2.6.1
+Version: 2.6.2
Release: 0
Summary: Fork of the standard library cgi and cgitb modules
License: Python-2.0
++++++ legacy_cgi-2.6.1.tar.gz -> legacy_cgi-2.6.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/legacy_cgi-2.6.1/PKG-INFO
new/legacy_cgi-2.6.2/PKG-INFO
--- old/legacy_cgi-2.6.1/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/legacy_cgi-2.6.2/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: legacy-cgi
-Version: 2.6.1
+Version: 2.6.2
Summary: Fork of the standard library cgi and cgitb modules, being deprecated
in PEP-594
Home-page: https://github.com/jackrosenthal/legacy-cgi
License: PSF-2.0
Author: Michael McLay
Author-email: [email protected]
-Requires-Python: >=3.10,<4.0
+Requires-Python: >=3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/legacy_cgi-2.6.1/pyproject.toml
new/legacy_cgi-2.6.2/pyproject.toml
--- old/legacy_cgi-2.6.1/pyproject.toml 2024-06-20 00:01:40.547191000 +0200
+++ new/legacy_cgi-2.6.2/pyproject.toml 2025-01-15 05:54:07.113917800 +0100
@@ -1,6 +1,6 @@
[tool.poetry]
name = "legacy-cgi"
-version = "2.6.1"
+version = "2.6.2"
description = "Fork of the standard library cgi and cgitb modules, being
deprecated in PEP-594"
authors = [
"Michael McLay <[email protected]>",
@@ -18,7 +18,7 @@
repository = "https://github.com/jackrosenthal/legacy-cgi"
[tool.poetry.dependencies]
-python = "^3.10"
+python = ">=3.10"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"