From 412bfea4d55b578f743f4b268d90ad8392c8a02dbeca9baf420131250ea1365e Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 15 Dec 2022 18:54:53 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/python-pycodestyle revision 14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=eb8dc549ee1762a664cccde5b1904a55 --- pycodestyle-2.10.0.tar.gz | 3 --- pycodestyle-2.9.1.tar.gz | 3 +++ python-pycodestyle.changes | 10 ---------- python-pycodestyle.spec | 2 +- 4 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 pycodestyle-2.10.0.tar.gz create mode 100644 pycodestyle-2.9.1.tar.gz diff --git a/pycodestyle-2.10.0.tar.gz b/pycodestyle-2.10.0.tar.gz deleted file mode 100644 index 50f610c..0000000 --- a/pycodestyle-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053 -size 101916 diff --git a/pycodestyle-2.9.1.tar.gz b/pycodestyle-2.9.1.tar.gz new file mode 100644 index 0000000..1fdde34 --- /dev/null +++ b/pycodestyle-2.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785 +size 102127 diff --git a/python-pycodestyle.changes b/python-pycodestyle.changes index d0866bd..4da5f60 100644 --- a/python-pycodestyle.changes +++ b/python-pycodestyle.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Tue Dec 13 16:26:21 UTC 2022 - Yogalakshmi Arunachalam - -- Update to 2.10.0 - * Changes: - E231: allow trailing comma inside 1-tuples in []. PR #1108. - W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111. - E741: also apply to lambdas. PR #1106. - E741: fix false positive for comparison operators. PR #1118. - ------------------------------------------------------------------- Mon Aug 15 11:00:40 UTC 2022 - Dirk Müller diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 1dc5b91..1904a76 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %global skip_python2 1 Name: python-pycodestyle -Version: 2.10.0 +Version: 2.9.1 Release: 0 Summary: Python style guide checker License: MIT