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:
2025-02-04 18:35:04 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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