15
0

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
This commit is contained in:
2022-12-06 09:43:13 +00:00
committed by Git OBS Bridge
parent 608da8456c
commit 5cfb9c712c
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a28dc39545ea4606c1ac3c24e9d05c849c6e5444a50fb7e9cdd430fc94de6e92
size 21180

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e23941f892da3e0c09d711babbb0c73bc735242e9b216b726616758a920d900e
size 21717

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 6 03:28:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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