1
0

2 Commits

Author SHA256 Message Date
3f51d31e1c Accepting request 1274783 from devel:languages:python:flask
- Switch to pyproject macros.
- Support both uppercased and normalized metadata directory names.

OBS-URL: https://build.opensuse.org/request/show/1274783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-RESTful?expand=0&rev=9
2025-05-06 14:42:35 +00:00
80d082e8a2 - Switch to pyproject macros.
- Support both uppercased and normalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-RESTful?expand=0&rev=19
2025-05-06 06:18:19 +00:00
2 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 6 06:15:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Support both uppercased and normalized metadata directory names.
-------------------------------------------------------------------
Mon Jan 22 12:22:31 UTC 2024 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-RESTful
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,8 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Flask-RESTful
Version: 0.3.10
Release: 0
@@ -25,7 +25,9 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://www.github.com/flask-restful/flask-restful/
Source: https://files.pythonhosted.org/packages/source/F/Flask-RESTful/Flask-RESTful-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.8
@@ -43,10 +45,10 @@ Flask-RESTful provides the building blocks for creating a REST API.
sed -i '1{/^#!/d}' flask_restful/__version__.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%{python_expand \
$python -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/flask_restful/
$python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/flask_restful/
@@ -55,8 +57,9 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/fl
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%dir %{python_sitelib}/flask_restful
%{python_sitelib}/flask_restful/*
%{python_sitelib}/Flask_RESTful-%{version}-py*.egg-info
%license LICENSE
%doc README.md
%{python_sitelib}/flask_restful
%{python_sitelib}/[Ff]lask[_-][Rr][Ee][Ss][Tt]ful-%{version}.dist-info
%changelog