forked from pool/python-pytest-pycodestyle
Accepting request 1243190 from devel:languages:python:pytest
- update to 2.4.1:
* Test with Python 3.14-dev
* Update checkout to v4 and setup-python to v5
* Update `pytest_collect_file` hook to remove deprecated `path`
argument
- update to 2.4.0:
* Test with Python 3.12-dev
* Test with Python 3.12 and 3.13-dev
* Support Python 3.13
- Enable python-pytest-pycodestyle.
- Remove python_module macro definition
OBS-URL: https://build.opensuse.org/request/show/1243190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-pycodestyle?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2901327b8e6beab90298a9803074483efe560e191bef81d9e18119b141222830
|
||||
size 5188
|
||||
3
pytest_pycodestyle-2.4.1.tar.gz
Normal file
3
pytest_pycodestyle-2.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27cfebd52774ad55cceadce959913892b3b0989fc02400ef76a004a8b32ab5c9
|
||||
size 5284
|
||||
@@ -1,12 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 17:02:50 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.4.1:
|
||||
* Test with Python 3.14-dev
|
||||
* Update checkout to v4 and setup-python to v5
|
||||
* Update `pytest_collect_file` hook to remove deprecated `path`
|
||||
argument
|
||||
- update to 2.4.0:
|
||||
* Test with Python 3.12-dev
|
||||
* Test with Python 3.12 and 3.13-dev
|
||||
* Support Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 22:38:15 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
||||
- Enable python-pytest-pycodestyle.
|
||||
- Enable python-pytest-pycodestyle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 11:33:22 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Remove python_module macro definition
|
||||
- Remove python_module macro definition
|
||||
- Add python-py dependency
|
||||
- More specific python_sitelib in %files
|
||||
- Update to 2.3.1:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-pycodestyle
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 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,13 @@
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%define skip_python2 1
|
||||
Name: python-pytest-pycodestyle
|
||||
Version: 2.3.1
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: Pytest plugin to run pycodestyle
|
||||
License: MIT
|
||||
URL: https://github.com/henry0312/pytest-pycodestyle
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-pycodestyle/pytest-pycodestyle-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-pycodestyle/pytest_pycodestyle-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.6}
|
||||
BuildRequires: %{python_module pycodestyle}
|
||||
BuildRequires: %{python_module pytest >= 5.4}
|
||||
@@ -46,7 +45,7 @@ BuildArch: noarch
|
||||
pytest plugin to run pycodestyle in python tests
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-pycodestyle-%{version}
|
||||
%setup -q -n pytest_pycodestyle-%{version}
|
||||
sed -i -e 's:~=:>=:g' setup.py
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user