15
0

Compare commits

7 Commits

Author SHA256 Message Date
76ab699a2a Accepting request 1314227 from devel:languages:python
- Update to 3.1.0:
  * Add support for Python 3.12 and 3.13.
  * Drop support for Python 3.7 and 3.8.
  * Require legacy-cgi on Python 3.13 or higher so WebOb works.
  * Skip testing the crypt module if it does not exist, like on Python 3.13.
- No longer skip build on Python 3.13.

OBS-URL: https://build.opensuse.org/request/show/1314227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-repoze.who?expand=0&rev=12
2025-10-29 20:06:25 +00:00
d579b4489c - Update to 3.1.0:
* Add support for Python 3.12 and 3.13.
  * Drop support for Python 3.7 and 3.8.
  * Require legacy-cgi on Python 3.13 or higher so WebOb works.
  * Skip testing the crypt module if it does not exist, like on Python 3.13.
- No longer skip build on Python 3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=27
2025-10-29 03:06:30 +00:00
4e259966f8 Accepting request 1284831 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1284831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-repoze.who?expand=0&rev=11
2025-06-11 16:34:39 +00:00
f4ec4cf5e2 fix files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=25
2025-06-11 12:51:39 +00:00
a0cee82c4b - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=24
2025-06-11 12:47:16 +00:00
c8155038d6 Accepting request 1221354 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1221354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-repoze.who?expand=0&rev=10
2024-11-05 14:41:48 +00:00
9b268d8704 - skip build on 3.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=22
2024-10-29 08:17:17 +00:00
4 changed files with 39 additions and 9 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Oct 29 03:05:13 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.1.0:
* Add support for Python 3.12 and 3.13.
* Drop support for Python 3.7 and 3.8.
* Require legacy-cgi on Python 3.13 or higher so WebOb works.
* Skip testing the crypt module if it does not exist, like on Python 3.13.
- No longer skip build on Python 3.13.
-------------------------------------------------------------------
Wed Jun 11 12:45:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Tue Oct 29 08:17:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip build on 3.13
-------------------------------------------------------------------
Fri Dec 8 13:40:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-repoze.who
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,30 @@
#
%global modname repoze.who
%global modname repoze_who
%{?sle15_python_module_pythons}
Name: python-repoze.who
Version: 3.0.0
Version: 3.1.0
Release: 0
Summary: Identification and authentication framework for WSGI
License: SUSE-Repoze
URL: http://www.repoze.org
Source: https://files.pythonhosted.org/packages/source/r/repoze.who/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module WebOb}
BuildRequires: %{python_module legacy-cgi if %python-base >= 3.13}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zope.interface}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-WebOb
Requires: python-setuptools
Requires: python-zope.interface
%if %{python_version_nodots} >= 313
Requires: python-legacy-cgi >= 2.6
%endif
BuildArch: noarch
%python_subpackages
@@ -52,10 +59,10 @@ domain of the WSGI application.
%setup -q -n %{modname}-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
%check
@@ -64,6 +71,9 @@ domain of the WSGI application.
%files %{python_files}
%license LICENSE.txt
%doc *.txt
%{python_sitelib}/*
%dir %{python_sitelib}/repoze
%{python_sitelib}/repoze/who
%{python_sitelib}/repoze[._]who-%{version}*-info
%{python_sitelib}/repoze[._]who-%{version}*nspkg.pth
%changelog

View File

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

3
repoze_who-3.1.0.tar.gz Normal file
View File

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