7 Commits

Author SHA256 Message Date
148b20782f Accepting request 1266135 from devel:languages:python
- Make the dist-info name case-insensitive

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=43
2025-04-11 14:44:56 +00:00
fb11f4db16 - Make the dist-info name case-insensitive
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=77
2025-04-01 12:32:37 +00:00
7d4ae2af8c - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=76
2025-03-25 03:51:31 +00:00
8d92bc4a2e Accepting request 1197440 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=42
2024-08-30 11:29:26 +00:00
43f5bce1b9 Accepting request 1197408 from home:pgajdos:python
- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1197408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=74
2024-08-29 12:39:42 +00:00
9cfcae683c Accepting request 1190304 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1190304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=41
2024-07-31 11:28:23 +00:00
07ed7d8a70 Accepting request 1190284 from home:glaubitz:branches:devel:languages:python
- Update to 3.10.1
  * Correct packaging and testing when not in a clean virtualenv
- from version 3.10.0
  * Move development to https://github.com/pasteorg/paste
  * Vendor cgi.FieldStorage and cgitb.Hook
  * More cleaning of Python 2 style code.
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1190284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=72
2024-07-29 17:00:57 +00:00
4 changed files with 34 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:556e3c24208fcfae269684fc3b888f46783c80208516bcecc410c00c7f678fef
size 637286

BIN
paste-3.10.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Apr 1 12:32:11 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive
-------------------------------------------------------------------
Tue Mar 25 03:51:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Thu Aug 29 10:49:09 UTC 2024 - pgajdos@suse.com
- python-six is not required
-------------------------------------------------------------------
Mon Jul 29 14:43:27 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.10.1
* Correct packaging and testing when not in a clean virtualenv
- from version 3.10.0
* Move development to https://github.com/pasteorg/paste
* Vendor cgi.FieldStorage and cgitb.Hook
* More cleaning of Python 2 style code.
- Adjust upstream source name in spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 15 06:11:49 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Apr 15 06:11:49 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-Paste # spec file for package python-Paste
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# 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,22 +18,20 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-Paste Name: python-Paste
Version: 3.9.0 Version: 3.10.1
Release: 0 Release: 0
Summary: Tools for using a Web Server Gateway Interface stack Summary: Tools for using a Web Server Gateway Interface stack
License: MIT License: MIT
URL: https://github.com/cdent/paste URL: https://github.com/cdent/paste
Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/paste/paste-%{version}.tar.gz
Patch0: test_modified-fixup.patch Patch0: test_modified-fixup.patch
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six > 1.4.0}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools Requires: python-setuptools
Requires: python-six > 1.4.0
Suggests: python-flup Suggests: python-flup
Suggests: python-python3-openid Suggests: python-python3-openid
BuildArch: noarch BuildArch: noarch
@@ -46,8 +44,7 @@ interface, and should be compatible with other middleware based on those
interfaces. interfaces.
%prep %prep
%autosetup -p1 -n Paste-%{version} %autosetup -p1 -n paste-%{version}
sed -i '/pytest-runner/d' setup.py
# remove test requiring internet access # remove test requiring internet access
rm tests/test_proxy.py rm tests/test_proxy.py
@@ -65,7 +62,7 @@ rm tests/test_proxy.py
%license docs/license.txt %license docs/license.txt
%doc README.rst %doc README.rst
%{python_sitelib}/paste %{python_sitelib}/paste
%{python_sitelib}/Paste-%{version}.dist-info %{python_sitelib}/[pP]aste-%{version}.dist-info
%{python_sitelib}/Paste-%{version}-py*-nspkg.pth %{python_sitelib}/Paste-%{version}-py*-nspkg.pth
%changelog %changelog