From e454b0b01c93ac55323266e7324b8ea328203ccaf51ca9b496b284df03edccc0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 10:25:22 +0000 Subject: [PATCH] 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 --- autopep8-1.5.7.tar.gz | 3 --- autopep8-1.6.0.tar.gz | 3 +++ python-autopep8.changes | 9 +++++++++ python-autopep8.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 autopep8-1.5.7.tar.gz create mode 100644 autopep8-1.6.0.tar.gz diff --git a/autopep8-1.5.7.tar.gz b/autopep8-1.5.7.tar.gz deleted file mode 100644 index a9023ec..0000000 --- a/autopep8-1.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:276ced7e9e3cb22e5d7c14748384a5cf5d9002257c0ed50c0e075b68011bb6d0 -size 121537 diff --git a/autopep8-1.6.0.tar.gz b/autopep8-1.6.0.tar.gz new file mode 100644 index 0000000..dff4962 --- /dev/null +++ b/autopep8-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f0932855039d2c15c4510d6df665e4730f2b8582704fa48f9c55bd3e17d979 +size 122165 diff --git a/python-autopep8.changes b/python-autopep8.changes index d53b61c..b01c508 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 4 13:27:47 UTC 2021 - Ferdinand Thiessen + +- 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 diff --git a/python-autopep8.spec b/python-autopep8.spec index 54e1dfd..f2f83d2 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -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