From da4ff236f4ff202fbe8aacdda4b52b979dfadc1880b89969d4aa1fcdc8d2ca34 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 9 May 2021 14:46:00 +0000 Subject: [PATCH] - update to 2.3.1: - Fix regression in 2.3.0: type annotations no longer redefine imports OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=53 --- pyflakes-2.3.0.tar.gz | 3 --- pyflakes-2.3.1.tar.gz | 3 +++ python-pyflakes.changes | 6 ++++++ python-pyflakes.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pyflakes-2.3.0.tar.gz create mode 100644 pyflakes-2.3.1.tar.gz diff --git a/pyflakes-2.3.0.tar.gz b/pyflakes-2.3.0.tar.gz deleted file mode 100644 index 6adfb5d..0000000 --- a/pyflakes-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f -size 68452 diff --git a/pyflakes-2.3.1.tar.gz b/pyflakes-2.3.1.tar.gz new file mode 100644 index 0000000..d99e57a --- /dev/null +++ b/pyflakes-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db +size 68567 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 9fab84f..51a21ab 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 9 14:45:39 UTC 2021 - Dirk Müller + +- update to 2.3.1: + - Fix regression in 2.3.0: type annotations no longer redefine imports + ------------------------------------------------------------------- Tue Mar 16 23:13:47 UTC 2021 - John Vandenberg diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 3205ddd..2697e6c 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyflakes # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pyflakes -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: Passive checker of Python programs License: MIT @@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros # the pkg_resources module is required at runtime Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages