forked from pool/python-autopep8
Accepting request 929189 from home:susnux:branches:devel:languages:python
- Update to 1.6.0 Requires: https://build.opensuse.org/request/show/929188 OBS-URL: https://build.opensuse.org/request/show/929189 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=53
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:276ced7e9e3cb22e5d7c14748384a5cf5d9002257c0ed50c0e075b68011bb6d0
|
||||
size 121537
|
||||
3
autopep8-1.6.0.tar.gz
Normal file
3
autopep8-1.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44f0932855039d2c15c4510d6df665e4730f2b8582704fa48f9c55bd3e17d979
|
||||
size 122165
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 4 13:27:47 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to 1.6.0
|
||||
* Fix: Ignore Settings for W292 Do Not Work
|
||||
* Fix: Multiple #autopep8: off/on directives in one file do not work
|
||||
* Fix: --hang-closing option does not work for non-indented lines
|
||||
* Requires pycodestyle >= 2.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 06:08:11 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-autopep8
|
||||
Version: 1.5.7
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Automatic generated to pep8 checked code
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/hhatto/autopep8
|
||||
Source: https://files.pythonhosted.org/packages/source/a/autopep8/autopep8-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pycodestyle >= 2.7}
|
||||
BuildRequires: %{python_module pycodestyle >= 2.8}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pycodestyle >= 2.7
|
||||
Requires: python-pycodestyle >= 2.8
|
||||
Requires: python-setuptools
|
||||
Requires: python-toml
|
||||
Requires(post): update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user