Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pip-api for openSUSE:Factory checked in at 2023-06-14 16:30:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pip-api (Old) and /work/SRC/openSUSE:Factory/.python-pip-api.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip-api" Wed Jun 14 16:30:18 2023 rev:9 rq:1093040 version:0.0.30 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pip-api/python-pip-api.changes 2023-06-03 00:07:37.130128923 +0200 +++ /work/SRC/openSUSE:Factory/.python-pip-api.new.15902/python-pip-api.changes 2023-06-14 16:31:54.699416880 +0200 @@ -1,0 +2,6 @@ +Tue Jun 13 08:58:11 UTC 2023 - ecsos <ec...@opensuse.org> + +- Add %{?sle15_python_module_pythons} +- Fix required package versions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pip-api.spec ++++++ --- /var/tmp/diff_new_pack.IwFS1o/_old 2023-06-14 16:31:56.199426100 +0200 +++ /var/tmp/diff_new_pack.IwFS1o/_new 2023-06-14 16:31:56.243426371 +0200 @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-pip-api Version: 0.0.30 Release: 0 @@ -29,9 +30,10 @@ # PATCH-FIX-OPENSUSE Remove a test parameter that is broken with our shipped # packaging. Patch1: support-packaging-changes.patch -BuildRequires: %{python_module packaging >= 20.3} -BuildRequires: %{python_module pip} +BuildRequires: %{python_module packaging >= 21.0} +BuildRequires: %{python_module pip >= 22.1} BuildRequires: %{python_module pretend} +BuildRequires: %{python_module pyparsing >= 2.4.7} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module virtualenv} @@ -57,7 +59,7 @@ %check # Broken with current packaging ; requires network -%pytest -k 'not (test_installed_distributions_legacy_version or test_parse_requirements_PEP508)' +%pytest -k 'not (test_installed_distributions_legacy_version)' %files %{python_files} %doc README.md