15
0

Accepting request 929833 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/929833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=24
This commit is contained in:
2021-11-10 20:46:10 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

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

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

View File

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

View File

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