15
0

Accepting request 766346 from home:mcalabkova:branches:devel:languages:python

- update to 1.5
  * Support Python3.8
  * Support pyproject.toml with [tool.autopep8] section.
  * fix few bugs

OBS-URL: https://build.opensuse.org/request/show/766346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=39
This commit is contained in:
Tomáš Chvátal
2020-01-22 15:07:57 +00:00
committed by Git OBS Bridge
parent 197073775a
commit 41de0d3136
4 changed files with 13 additions and 5 deletions

View File

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

3
autopep8-1.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 22 15:04:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.5
* Support Python3.8
* Support pyproject.toml with [tool.autopep8] section.
* fix few bugs
-------------------------------------------------------------------
Sun Apr 21 22:03:00 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-autopep8
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-autopep8
Version: 1.4.4
Version: 1.5
Release: 0
Summary: Automatic generated to pep8 checked code
License: MIT