diff --git a/pytest-base-url-2.0.0.tar.gz b/pytest-base-url-2.0.0.tar.gz deleted file mode 100644 index bcfa2f0..0000000 --- a/pytest-base-url-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1e88a4fd221941572ccdcf3bf6c051392d2f8b6cef3e0bc7da95abec4b5346e -size 6020 diff --git a/pytest_base_url-2.1.0.tar.gz b/pytest_base_url-2.1.0.tar.gz new file mode 100644 index 0000000..f0eb6f1 --- /dev/null +++ b/pytest_base_url-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02748589a54f9e63fcbe62301d6b0496da0d10231b753e950c63e03aee745d45 +size 6702 diff --git a/python-pytest-base-url.changes b/python-pytest-base-url.changes index 0b9c317..943dcc8 100644 --- a/python-pytest-base-url.changes +++ b/python-pytest-base-url.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 8 09:38:48 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Jun 20 07:14:23 UTC 2023 - Steve Kowalik diff --git a/python-pytest-base-url.spec b/python-pytest-base-url.spec index 1687486..4b76879 100644 --- a/python-pytest-base-url.spec +++ b/python-pytest-base-url.spec @@ -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 @@ BuildRequires: %{python_module requests >= 2.9} 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 @@ pytest plugin for URL based testing. %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