forked from pool/python-authres
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 621d230a43 | |||
| 24ca533bfb |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 13 16:12:55 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 15 12:32:59 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
Thu Jun 15 12:32:59 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-authres
|
# spec file for package python-authres
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -24,8 +24,10 @@ Summary: authres - Authentication Results Header Module
|
|||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://launchpad.net/authentication-results-python
|
URL: https://launchpad.net/authentication-results-python
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/authres/authres-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/authres/authres-%{version}.tar.gz
|
||||||
|
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: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -38,10 +40,10 @@ authres - Authentication Results Header Module
|
|||||||
%setup -q -n authres-%{version}
|
%setup -q -n authres-%{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
|
||||||
@@ -51,6 +53,7 @@ authres - Authentication Results Header Module
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES README
|
%doc CHANGES README
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/authres
|
||||||
|
%{python_sitelib}/authres-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user