From bef12ccfcbc7337caeda535228d150a16536959f05a9c748c5e48ca04fa26e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Feb 2019 09:14:52 +0000 Subject: [PATCH] - Update to 0.8.2: * Fix a problem with ignore-names option initialization. * ignore-names now also applies to the N806, N815, and N816 checks. * failureException, longMessage, and maxDiff have been added to the default ignore-names list. * Allow lowercase names to be imported as just _. * Allow function arguments to be named just _. * Support Python 2's tuple syntax in except clauses. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=11 --- pep8-naming-0.8.0.tar.gz | 3 --- pep8-naming-0.8.2.tar.gz | 3 +++ python-pep8-naming.changes | 11 +++++++++++ python-pep8-naming.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pep8-naming-0.8.0.tar.gz create mode 100644 pep8-naming-0.8.2.tar.gz diff --git a/pep8-naming-0.8.0.tar.gz b/pep8-naming-0.8.0.tar.gz deleted file mode 100644 index 20b3e3a..0000000 --- a/pep8-naming-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65afe400096400720ba6ca4c3d502d92ebf02f661c1e4ee0ae59472c05463324 -size 14472 diff --git a/pep8-naming-0.8.2.tar.gz b/pep8-naming-0.8.2.tar.gz new file mode 100644 index 0000000..6b65570 --- /dev/null +++ b/pep8-naming-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cb1dab2f3ce9045133d08449f1b6b93531dceacb9ef04f67087c11c723cea9 +size 14911 diff --git a/python-pep8-naming.changes b/python-pep8-naming.changes index 00fb192..a91fa73 100644 --- a/python-pep8-naming.changes +++ b/python-pep8-naming.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 28 09:13:05 UTC 2019 - Tomáš Chvátal + +- Update to 0.8.2: + * Fix a problem with ignore-names option initialization. + * ignore-names now also applies to the N806, N815, and N816 checks. + * failureException, longMessage, and maxDiff have been added to the default ignore-names list. + * Allow lowercase names to be imported as just _. + * Allow function arguments to be named just _. + * Support Python 2's tuple syntax in except clauses. + ------------------------------------------------------------------- Sat Feb 2 17:04:38 UTC 2019 - Arun Persaud diff --git a/python-pep8-naming.spec b/python-pep8-naming.spec index 7831e4b..0a3fea5 100644 --- a/python-pep8-naming.spec +++ b/python-pep8-naming.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pep8-naming -Version: 0.8.0 +Version: 0.8.2 Release: 0 Summary: Flake8 plugin for checking PEP-8 naming conventions License: MIT