From 546143dbed2b53ecd4f6455de6bbae3a2468d8b49c19a1cd2bae2c352884f92c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Jul 2025 12:36:09 +0000 Subject: [PATCH] - update to 2.14.0: * Add support for python 3.14. PR #1283. * Fix false positive for TypeVar defaults with more than one argument. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=45 --- pycodestyle-2.13.0.tar.gz | 3 --- pycodestyle-2.14.0.tar.gz | 3 +++ python-pycodestyle.changes | 8 ++++++++ python-pycodestyle.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pycodestyle-2.13.0.tar.gz create mode 100644 pycodestyle-2.14.0.tar.gz diff --git a/pycodestyle-2.13.0.tar.gz b/pycodestyle-2.13.0.tar.gz deleted file mode 100644 index b0a0e26..0000000 --- a/pycodestyle-2.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1a4db0d9b8285f6643bcdb41362be6d6c94b891b13ead09c57a2513c46b717b -size 80780 diff --git a/pycodestyle-2.14.0.tar.gz b/pycodestyle-2.14.0.tar.gz new file mode 100644 index 0000000..3ca7e38 --- /dev/null +++ b/pycodestyle-2.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcf4dc55f1e5fbdc6dd6acf5db0fd07ded534ae376eee23a742e1410b48d9ae +size 81096 diff --git a/python-pycodestyle.changes b/python-pycodestyle.changes index 40a085e..cc0f12e 100644 --- a/python-pycodestyle.changes +++ b/python-pycodestyle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 13 12:35:54 UTC 2025 - Dirk Müller + +- update to 2.14.0: + * Add support for python 3.14. PR #1283. + * Fix false positive for TypeVar defaults with more than one + argument. + ------------------------------------------------------------------- Tue Apr 15 07:56:06 UTC 2025 - Dirk Müller diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index ec1bd6b..c63e210 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pycodestyle -Version: 2.13.0 +Version: 2.14.0 Release: 0 Summary: Python style guide checker License: MIT