15
0

Accepting request 642681 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/642681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=31
This commit is contained in:
2018-10-17 16:16:05 +00:00
committed by Git OBS Bridge
parent 682761977f
commit 25498f3dbe
4 changed files with 43 additions and 7 deletions

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

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

View File

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

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Wed Oct 17 15:34:05 UTC 2018 - Arun Persaud <arun@gmx.de>
- specfile:
* update requirement of pycodestyle to >= 2.4
- update to version 1.4.1:
* update description for --exit-code option
* add unit test for --exit-code option
* fix fail test
* use --exit-code option value
* add --exit-code option
* format .rst
* update readme
* fallback, use .pep8 config
* update requirement, pycodestyle 2.4.0 and higher version
* refactoring
* not change import statement to top of file when duplicate import
* pycodestyle & autopep8
* enable reading the settings from '.flake8' file
* change default config path
* change: return exit-code 1 when exists diff output
* work around exception for #403
* fix w503 with into comments (for #411)
* handling exception with case of line comment
* remove debug print
* unit test for w503 and w504 fixed methods
* implementation W504 fixed method.
* W50x are set to DEFAULT_IGNORE
* update test suite data for e72x test
* add test for get_module_imports_on_top_of_file
* improve e402 fixed method
* update test suite output
* update method list
* add E402 fixed method and test
-------------------------------------------------------------------
Mon Sep 3 09:03:49 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -12,23 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-autopep8
Version: 1.4
Version: 1.4.1
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.3}
BuildRequires: %{python_module pycodestyle >= 2.4}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-pycodestyle
Requires: python-pycodestyle >= 2.4
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives