From 33807b88c98ce6c270f2adc111ffe8dc56a060d9939f88b32900531264c8dd3b Mon Sep 17 00:00:00 2001 From: Marius Grossu Date: Fri, 7 Nov 2025 15:58:25 +0100 Subject: [PATCH] Update to version 2.5.0 --- pytest_pycodestyle-2.4.1.tar.gz | 3 --- pytest_pycodestyle-2.5.0.tar.gz | 3 +++ python-pytest-pycodestyle.changes | 8 ++++++++ python-pytest-pycodestyle.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pytest_pycodestyle-2.4.1.tar.gz create mode 100644 pytest_pycodestyle-2.5.0.tar.gz diff --git a/pytest_pycodestyle-2.4.1.tar.gz b/pytest_pycodestyle-2.4.1.tar.gz deleted file mode 100644 index 69cbf23..0000000 --- a/pytest_pycodestyle-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27cfebd52774ad55cceadce959913892b3b0989fc02400ef76a004a8b32ab5c9 -size 5284 diff --git a/pytest_pycodestyle-2.5.0.tar.gz b/pytest_pycodestyle-2.5.0.tar.gz new file mode 100644 index 0000000..8aa2162 --- /dev/null +++ b/pytest_pycodestyle-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0060039e12a59b521da8e57e17133c965566dd8d17631e589e7545238829ac +size 5859 diff --git a/python-pytest-pycodestyle.changes b/python-pytest-pycodestyle.changes index d5ffbd8..cdc1250 100644 --- a/python-pytest-pycodestyle.changes +++ b/python-pytest-pycodestyle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 7 15:04:58 UTC 2025 - Marius Grossu + +- update to 2.5.0: + * Migrate from setup.py to pyproject.toml + * Remove py.io dependency +- removed the setup.py in spec files + ------------------------------------------------------------------- Wed May 7 06:58:09 UTC 2025 - Steve Kowalik diff --git a/python-pytest-pycodestyle.spec b/python-pytest-pycodestyle.spec index 19e6ae8..2f034e9 100644 --- a/python-pytest-pycodestyle.spec +++ b/python-pytest-pycodestyle.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-pycodestyle -Version: 2.4.1 +Version: 2.5.0 Release: 0 Summary: Pytest plugin to run pycodestyle License: MIT @@ -48,7 +48,7 @@ pytest plugin to run pycodestyle in python tests %prep %setup -q -n pytest_pycodestyle-%{version} -sed -i -e 's:~=:>=:g' setup.py + %build %pyproject_wheel