forked from pool/python-pytest-flake8-path
- 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:
@@ -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
3
1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd049b867079b22e3ca9021cfd80fa8096ce481588747803b6bebf0c355012a4
|
||||||
|
size 9584
|
||||||
@@ -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>
|
Thu Mar 9 07:40:48 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -16,15 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-flake8-path
|
Name: python-pytest-flake8-path
|
||||||
Version: 1.3.0
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pytest fixture for testing flake8 plugins
|
Summary: A pytest fixture for testing flake8 plugins
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/adamchainz/pytest-flake8-path
|
URL: https://github.com/adamchainz/pytest-flake8-path
|
||||||
Source: https://github.com/adamchainz/pytest-flake8-path/archive/%{version}.tar.gz
|
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-rpm-macros
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module flake8}
|
BuildRequires: %{python_module flake8}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -42,10 +44,10 @@ A pytest fixture for testing flake8 plugins.
|
|||||||
%autosetup -p1 -n pytest-flake8-path-%{version}
|
%autosetup -p1 -n pytest-flake8-path-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|||||||
Reference in New Issue
Block a user