diff --git a/pytest-pycodestyle-2.3.1.tar.gz b/pytest-pycodestyle-2.3.1.tar.gz deleted file mode 100644 index f196fde..0000000 --- a/pytest-pycodestyle-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2901327b8e6beab90298a9803074483efe560e191bef81d9e18119b141222830 -size 5188 diff --git a/pytest_pycodestyle-2.4.1.tar.gz b/pytest_pycodestyle-2.4.1.tar.gz new file mode 100644 index 0000000..69cbf23 --- /dev/null +++ b/pytest_pycodestyle-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cfebd52774ad55cceadce959913892b3b0989fc02400ef76a004a8b32ab5c9 +size 5284 diff --git a/python-pytest-pycodestyle.changes b/python-pytest-pycodestyle.changes index 60759eb..8e4a74f 100644 --- a/python-pytest-pycodestyle.changes +++ b/python-pytest-pycodestyle.changes @@ -1,12 +1,25 @@ +------------------------------------------------------------------- +Tue Feb 4 17:02:50 UTC 2025 - Dirk Müller + +- 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 -- Enable python-pytest-pycodestyle. +- Enable python-pytest-pycodestyle. ------------------------------------------------------------------- Wed Nov 30 11:33:22 UTC 2022 - Daniel Garcia -- 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: diff --git a/python-pytest-pycodestyle.spec b/python-pytest-pycodestyle.spec index 0b4640f..dbb492c 100644 --- a/python-pytest-pycodestyle.spec +++ b/python-pytest-pycodestyle.spec @@ -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