From 735a4f47800d783a398bb15867f6d048ae852f4b01140b23b202dc05a7e6f145 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Jul 2023 19:01:13 +0000 Subject: [PATCH] - update to 1.5.0: * Drop Python 3.7 support. * Support Python 3.12. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flake8-path?expand=0&rev=3 --- 1.3.0.tar.gz | 3 --- 1.5.0.tar.gz | 3 +++ python-pytest-flake8-path.changes | 7 +++++++ python-pytest-flake8-path.spec | 10 ++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 1.3.0.tar.gz create mode 100644 1.5.0.tar.gz diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz deleted file mode 100644 index 9a62f29..0000000 --- a/1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:913826eeabebc51125fb24987851cb0b2096a55cea0fb9a1765a876fb888b683 -size 10103 diff --git a/1.5.0.tar.gz b/1.5.0.tar.gz new file mode 100644 index 0000000..9ac8430 --- /dev/null +++ b/1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd049b867079b22e3ca9021cfd80fa8096ce481588747803b6bebf0c355012a4 +size 9584 diff --git a/python-pytest-flake8-path.changes b/python-pytest-flake8-path.changes index 711fa35..d5b5db7 100644 --- a/python-pytest-flake8-path.changes +++ b/python-pytest-flake8-path.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 24 19:01:06 UTC 2023 - Dirk Müller + +- update to 1.5.0: + * Drop Python 3.7 support. + * Support Python 3.12. + ------------------------------------------------------------------- Thu Mar 9 07:40:48 UTC 2023 - Daniel Garcia diff --git a/python-pytest-flake8-path.spec b/python-pytest-flake8-path.spec index cc56c3e..bc795ef 100644 --- a/python-pytest-flake8-path.spec +++ b/python-pytest-flake8-path.spec @@ -16,15 +16,17 @@ # +%{?sle15_python_module_pythons} Name: python-pytest-flake8-path -Version: 1.3.0 +Version: 1.5.0 Release: 0 Summary: A pytest fixture for testing flake8 plugins License: MIT URL: https://github.com/adamchainz/pytest-flake8-path Source: https://github.com/adamchainz/pytest-flake8-path/archive/%{version}.tar.gz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} # SECTION test requirements BuildRequires: %{python_module flake8} BuildRequires: %{python_module pytest} @@ -42,10 +44,10 @@ A pytest fixture for testing flake8 plugins. %autosetup -p1 -n pytest-flake8-path-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check