From 5cfb9c712cc6d120c2f08bbb69e47178014c77aa26fe400f7202f6a827500161 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Dec 2022 09:43:13 +0000 Subject: [PATCH] Accepting request 1040477 from home:yarunachalam:branches:devel:languages:python - Update to version 0.18.2 * Add zoneinfo to list of standard library modules * Fix registering of options with Flake8 >= 6.0 OBS-URL: https://build.opensuse.org/request/show/1040477 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-import-order?expand=0&rev=17 --- flake8-import-order-0.18.1.tar.gz | 3 --- flake8-import-order-0.18.2.tar.gz | 3 +++ python-flake8-import-order.changes | 7 +++++++ python-flake8-import-order.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 flake8-import-order-0.18.1.tar.gz create mode 100644 flake8-import-order-0.18.2.tar.gz diff --git a/flake8-import-order-0.18.1.tar.gz b/flake8-import-order-0.18.1.tar.gz deleted file mode 100644 index 8156b17..0000000 --- a/flake8-import-order-0.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a28dc39545ea4606c1ac3c24e9d05c849c6e5444a50fb7e9cdd430fc94de6e92 -size 21180 diff --git a/flake8-import-order-0.18.2.tar.gz b/flake8-import-order-0.18.2.tar.gz new file mode 100644 index 0000000..539b48a --- /dev/null +++ b/flake8-import-order-0.18.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23941f892da3e0c09d711babbb0c73bc735242e9b216b726616758a920d900e +size 21717 diff --git a/python-flake8-import-order.changes b/python-flake8-import-order.changes index 5286872..4a14dba 100644 --- a/python-flake8-import-order.changes +++ b/python-flake8-import-order.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 6 03:28:14 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.18.2 + * Add zoneinfo to list of standard library modules + * Fix registering of options with Flake8 >= 6.0 + ------------------------------------------------------------------- Mon Apr 20 12:06:21 UTC 2020 - Tomáš Chvátal diff --git a/python-flake8-import-order.spec b/python-flake8-import-order.spec index be21442..c34ec1f 100644 --- a/python-flake8-import-order.spec +++ b/python-flake8-import-order.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-import-order # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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 python2 Name: python-flake8-import-order -Version: 0.18.1 +Version: 0.18.2 Release: 0 Summary: Flake8 plugin that checks the ordering of import statements License: LGPL-3.0-only