diff --git a/legacy_cgi-2.6.2.tar.gz b/legacy_cgi-2.6.2.tar.gz deleted file mode 100644 index 15d1175..0000000 --- a/legacy_cgi-2.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9952471ceb304043b104c22d00b4f333cac27a6abe446d8a528fc437cf13c85f -size 24794 diff --git a/legacy_cgi-2.6.3.tar.gz b/legacy_cgi-2.6.3.tar.gz new file mode 100644 index 0000000..316b5a4 --- /dev/null +++ b/legacy_cgi-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c119d6cb8e9d8b6ad7cc0ddad880552c62df4029622835d06dfd18f438a8154 +size 24401 diff --git a/python-legacy-cgi.changes b/python-legacy-cgi.changes index 4117bab..24a2443 100644 --- a/python-legacy-cgi.changes +++ b/python-legacy-cgi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 3 08:19:37 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.6.3 + * README updated + * Switched build system uv (hatchling is the PEP-517 backend) + * Supports back to Python 3.8 (not that this is useful, see + the README for information on recommended markers) +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Wed Feb 5 08:08:47 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-legacy-cgi.spec b/python-legacy-cgi.spec index ba2e373..4332d94 100644 --- a/python-legacy-cgi.spec +++ b/python-legacy-cgi.spec @@ -18,15 +18,15 @@ %{?sle15_python_module_pythons} Name: python-legacy-cgi -Version: 2.6.2 +Version: 2.6.3 Release: 0 Summary: Fork of the standard library cgi and cgitb modules License: Python-2.0 URL: https://github.com/jackrosenthal/legacy-cgi Source: https://files.pythonhosted.org/packages/source/l/legacy-cgi/legacy_cgi-%{version}.tar.gz BuildRequires: %{python_module base >= 3.10} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core >= 1.0.0} BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildRequires: python-rpm-macros