forked from pool/python-repoze.who
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
4e259966f8 | |||
f4ec4cf5e2 | |||
a0cee82c4b | |||
c8155038d6 | |||
9b268d8704 |
@@ -1,3 +1,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>
|
Fri Dec 8 13:40:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-repoze.who
|
# spec file for package python-repoze.who
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 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
|
||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%global modname repoze.who
|
%global modname repoze.who
|
||||||
|
%global skip_python313 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-repoze.who
|
Name: python-repoze.who
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
@@ -26,8 +27,10 @@ License: SUSE-Repoze
|
|||||||
URL: http://www.repoze.org
|
URL: http://www.repoze.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/repoze.who/%{modname}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/repoze.who/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module WebOb}
|
BuildRequires: %{python_module WebOb}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -52,10 +55,10 @@ domain of the WSGI application.
|
|||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n %{modname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -64,6 +67,9 @@ domain of the WSGI application.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc *.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
|
%changelog
|
||||||
|
Reference in New Issue
Block a user