Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-base-url for openSUSE:Factory checked in at 2024-04-08 17:40:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-base-url (Old) and /work/SRC/openSUSE:Factory/.python-pytest-base-url.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-base-url" Mon Apr 8 17:40:02 2024 rev:4 rq:1166127 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-base-url/python-pytest-base-url.changes 2023-06-20 16:49:20.363715170 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-base-url.new.1905/python-pytest-base-url.changes 2024-04-08 17:52:18.477765109 +0200 @@ -1,0 +2,9 @@ +Mon Apr 8 09:38:48 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 2.1.0: + * Drop support for python 3.7 + * Add support for python 3.11 - 3.12 + * Add support for pytest-metadata 3.x + * Switch to Hatch + +------------------------------------------------------------------- Old: ---- pytest-base-url-2.0.0.tar.gz New: ---- pytest_base_url-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-base-url.spec ++++++ --- /var/tmp/diff_new_pack.3UbFnF/_old 2024-04-08 17:52:19.125789027 +0200 +++ /var/tmp/diff_new_pack.3UbFnF/_new 2024-04-08 17:52:19.125789027 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-base-url # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: python-pytest-base-url -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: Pytest plugin for URL based testing License: MPL-2.0 URL: https://github.com/pytest-dev/pytest-base-url -Source: https://files.pythonhosted.org/packages/source/p/pytest-base-url/pytest-base-url-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytest-base-url/pytest_base_url-%{version}.tar.gz +BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -42,7 +42,7 @@ pytest plugin for URL based testing. %prep -%setup -q -n pytest-base-url-%{version} +%setup -q -n pytest_base_url-%{version} %build %pyproject_wheel @@ -52,7 +52,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not test_url_fails' +%pytest -k 'not (test_url_fails or test_metadata)' %files %{python_files} %doc README.rst