Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7cd4ea9a67 | |||
| f7662d027b | |||
| 36a5bb0fee | |||
| 48c6d62364 |
BIN
legacy_cgi-2.6.2.tar.gz
LFS
BIN
legacy_cgi-2.6.2.tar.gz
LFS
Binary file not shown.
3
legacy_cgi-2.6.4.tar.gz
Normal file
3
legacy_cgi-2.6.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:abb9dfc7835772f7c9317977c63253fd22a7484b5c9bbcdca60a29dcce97c577
|
||||||
|
size 24603
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 17 21:16:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.6.4:
|
||||||
|
* Fixed #11 (Modern versions of apache dislike cgitb's header
|
||||||
|
reset trick).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 08:19:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Wed Feb 5 08:08:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-legacy-cgi
|
# spec file for package python-legacy-cgi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-legacy-cgi
|
Name: python-legacy-cgi
|
||||||
Version: 2.6.2
|
Version: 2.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fork of the standard library cgi and cgitb modules
|
Summary: Fork of the standard library cgi and cgitb modules
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
URL: https://github.com/jackrosenthal/legacy-cgi
|
URL: https://github.com/jackrosenthal/legacy-cgi
|
||||||
Source: https://files.pythonhosted.org/packages/source/l/legacy-cgi/legacy_cgi-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/l/legacy-cgi/legacy_cgi-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.10}
|
BuildRequires: %{python_module base >= 3.10}
|
||||||
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
|||||||
Reference in New Issue
Block a user