Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jaraco.tidelift for openSUSE:Factory checked in at 2022-09-01 09:20:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jaraco.tidelift (Old) and /work/SRC/openSUSE:Factory/.python-jaraco.tidelift.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.tidelift" Thu Sep 1 09:20:45 2022 rev:4 rq:1000124 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jaraco.tidelift/python-jaraco.tidelift.changes 2022-08-27 11:49:51.493813188 +0200 +++ /work/SRC/openSUSE:Factory/.python-jaraco.tidelift.new.2083/python-jaraco.tidelift.changes 2022-09-01 09:20:46.184175911 +0200 @@ -1,0 +2,9 @@ +Mon Aug 29 13:47:03 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Re-add BuildRequires. What is a runtime requirement must also + exist in the building project. Don't wait for staging + installcheck to tell the packager that something is missing. +- Remove obsole jaraco.base requirement + * jaraco.* are now PEP440 namespace packages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jaraco.tidelift.spec ++++++ --- /var/tmp/diff_new_pack.twbv42/_old 2022-09-01 09:20:46.648176970 +0200 +++ /var/tmp/diff_new_pack.twbv42/_new 2022-09-01 09:20:46.652176979 +0200 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-jaraco.tidelift Version: 1.5.0 Release: 0 @@ -25,15 +23,20 @@ License: MIT URL: https://github.com/jaraco/jaraco.tidelift Source0: https://files.pythonhosted.org/packages/source/j/jaraco.tidelift/jaraco.tidelift-%{version}.tar.gz -BuildRequires: %{python_module jaraco.base} +BuildRequires: %{python_module autocommand} +BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module docutils} +BuildRequires: %{python_module importlib-resources >= 1.6} +BuildRequires: %{python_module keyring} BuildRequires: %{python_module pip} +BuildRequires: %{python_module requests-toolbelt} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-autocommand -Requires: python-importlib-resources +Requires: python-importlib-resources >= 1.6 Requires: python-keyring Requires: python-requests-toolbelt BuildArch: noarch @@ -44,8 +47,6 @@ %prep %setup -q -n jaraco.tidelift-%{version} -sed -i 's/--flake8//' pytest.ini -sed -i 's/--black --cov//' pytest.ini rm -rf jaraco.tidelift.egg-info %build @@ -53,20 +54,16 @@ %install %pyproject_install - -%{?python_compileall} -%{!?python_compileall: # if we haven no python_compileall we are for sure still without multiple python3 flavors. -%py3_compile %{buildroot}%{python3_sitelib}/jaraco/ -%py3_compile -O %{buildroot}%{python3_sitelib}/jaraco/ -} - %python_expand %fdupes %{buildroot}%{$python_sitelib} +#%%check +# there are no unittests or doctest-modules + %files %{python_files} %license LICENSE %doc docs/*.rst README.rst CHANGES.rst -%{python_sitelib}/jaraco.tidelift-%{version}*dist-info +%dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/tidelift -%pycache_only %{python_sitelib}/jaraco/tidelift/__pycache__ +%{python_sitelib}/jaraco.tidelift-%{version}*-info %changelog