From e446720e5ab77f94311048a2c87464bc538722d96020a00cf0f5f69f9eec2b64 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 8 Dec 2022 13:14:42 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/python-pyflakes revision 31 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=e3096e09649e74ba2ae7e2840491fcdb --- pyflakes-2.5.0.tar.gz | 3 +++ pyflakes-3.0.1.tar.gz | 3 --- python-pyflakes.changes | 11 ----------- python-pyflakes.spec | 2 +- 4 files changed, 4 insertions(+), 15 deletions(-) create mode 100644 pyflakes-2.5.0.tar.gz delete mode 100644 pyflakes-3.0.1.tar.gz diff --git a/pyflakes-2.5.0.tar.gz b/pyflakes-2.5.0.tar.gz new file mode 100644 index 0000000..48cc90a --- /dev/null +++ b/pyflakes-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3 +size 66388 diff --git a/pyflakes-3.0.1.tar.gz b/pyflakes-3.0.1.tar.gz deleted file mode 100644 index ac6a602..0000000 --- a/pyflakes-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd -size 63554 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 71f38ac..f6de86a 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,14 +1,3 @@ -------------------------------------------------------------------- -Tue Dec 6 13:20:52 UTC 2022 - Yogalakshmi Arunachalam - -- Update to version 3.0.1 (2022-11-24) - * Fix crash on augmented assign to print builtin - -- Update to version 3.0.0 (2022-11-23) - * Detect undefined name in variable defined by an annotated assignment - * Add a new error for names which are annotated but unused - * Remove handling of python 2.x # type: comments. Use annotations instead - ------------------------------------------------------------------- Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 310f22d..e41ef65 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyflakes -Version: 3.0.1 +Version: 2.5.0 Release: 0 Summary: Passive checker of Python programs License: MIT From a90bc59c7df2b953d5acd4a5ad150d3aceaab137fd5c61e71edc7e599956eecb Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 14 Dec 2022 22:35:10 +0000 Subject: [PATCH 2/2] Accepting request 1042742 from home:yarunachalam:branches:devel:languages:python - Update to 3.0.1 * Fix crash on augmented assign to ``print`` builtin - Update to 3.0.0 - Detect undefined name in variable defined by an annotated assignment - Add a new error for names which are annotated but unused - Remove handling of python 2.x ``# type:`` comments. Use annotations instead OBS-URL: https://build.opensuse.org/request/show/1042742 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=60 --- pyflakes-2.5.0.tar.gz | 3 --- pyflakes-3.0.1.tar.gz | 3 +++ python-pyflakes.changes | 11 +++++++++++ python-pyflakes.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pyflakes-2.5.0.tar.gz create mode 100644 pyflakes-3.0.1.tar.gz diff --git a/pyflakes-2.5.0.tar.gz b/pyflakes-2.5.0.tar.gz deleted file mode 100644 index 48cc90a..0000000 --- a/pyflakes-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3 -size 66388 diff --git a/pyflakes-3.0.1.tar.gz b/pyflakes-3.0.1.tar.gz new file mode 100644 index 0000000..ac6a602 --- /dev/null +++ b/pyflakes-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd +size 63554 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index f6de86a..411ca55 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 13 16:27:28 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 3.0.1 + * Fix crash on augmented assign to ``print`` builtin + +- Update to 3.0.0 + - Detect undefined name in variable defined by an annotated assignment + - Add a new error for names which are annotated but unused + - Remove handling of python 2.x ``# type:`` comments. Use annotations instead + ------------------------------------------------------------------- Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller diff --git a/python-pyflakes.spec b/python-pyflakes.spec index e41ef65..310f22d 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyflakes -Version: 2.5.0 +Version: 3.0.1 Release: 0 Summary: Passive checker of Python programs License: MIT