Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tinydb for openSUSE:Factory checked in at 2023-10-02 20:06:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tinydb (Old) and /work/SRC/openSUSE:Factory/.python-tinydb.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tinydb" Mon Oct 2 20:06:18 2023 rev:14 rq:1114561 version:4.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tinydb/python-tinydb.changes 2023-07-17 19:24:03.882007934 +0200 +++ /work/SRC/openSUSE:Factory/.python-tinydb.new.28202/python-tinydb.changes 2023-10-02 20:08:49.071878340 +0200 @@ -1,0 +2,6 @@ +Sat Sep 30 17:01:10 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Clean specfile and add sle15_python_module_pythons + (for mygnuhealth) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tinydb.spec ++++++ --- /var/tmp/diff_new_pack.3r3tUF/_old 2023-10-02 20:08:50.047913441 +0200 +++ /var/tmp/diff_new_pack.3r3tUF/_new 2023-10-02 20:08:50.047913441 +0200 @@ -16,8 +16,7 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-tinydb Version: 4.8.0 Release: 0 @@ -27,22 +26,14 @@ URL: https://github.com/msiemens/tinydb Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros 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 %description