- 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
This commit is contained in:
2023-07-24 19:01:13 +00:00
committed by Git OBS Bridge
parent a9308f6c3d
commit 735a4f4780
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:913826eeabebc51125fb24987851cb0b2096a55cea0fb9a1765a876fb888b683
size 10103

3
1.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd049b867079b22e3ca9021cfd80fa8096ce481588747803b6bebf0c355012a4
size 9584

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 24 19:01:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* Drop Python 3.7 support.
* Support Python 3.12.
-------------------------------------------------------------------
Thu Mar 9 07:40:48 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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