forked from pool/python-tinydb
Accepting request 1114554 from home:bnavigator:branches:Application:ERP:GNUHealth:Factory
- Clean specfile and add sle15_python_module_pythons (for mygnuhealth) OBS-URL: https://build.opensuse.org/request/show/1114554 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 17:01:10 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Clean specfile and add sle15_python_module_pythons
|
||||||
|
(for mygnuhealth)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 8 20:34:19 UTC 2023 - Arun Persaud <arun@gmx.de>
|
Sat Jul 8 20:34:19 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@@ -16,8 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-tinydb
|
Name: python-tinydb
|
||||||
Version: 4.8.0
|
Version: 4.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -27,22 +26,14 @@ Group: Productivity/Databases/Servers
|
|||||||
URL: https://github.com/msiemens/tinydb
|
URL: https://github.com/msiemens/tinydb
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core}
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
#BuildRequires: %%{python_module typing-extensions >= 3.10 if %%python-base < 3.7}
|
|
||||||
%if 0%{?suse_version} < 1550
|
|
||||||
# For submission to 15.4, which still has not the boolean rpm requirements support in prjconf
|
|
||||||
BuildRequires: %{python_module typing-extensions >= 3.10}
|
|
||||||
%endif
|
|
||||||
%if 0%{?python_version_nodots} < 37
|
|
||||||
Requires: python-typing-extensions >= 3.10
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user