From a98b5681bacb5d650615fad6c604b7d31a25a9cecda538f650dce644c6268a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Aug 2019 13:06:55 +0000 Subject: [PATCH] Accepting request 720808 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/720808 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-quotes?expand=0&rev=9 --- flake8-quotes-2.0.1.tar.gz | 3 --- flake8-quotes-2.1.0.tar.gz | 3 +++ python-flake8-quotes.changes | 9 +++++++++ python-flake8-quotes.spec | 9 ++++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 flake8-quotes-2.0.1.tar.gz create mode 100644 flake8-quotes-2.1.0.tar.gz diff --git a/flake8-quotes-2.0.1.tar.gz b/flake8-quotes-2.0.1.tar.gz deleted file mode 100644 index 1b7b20c..0000000 --- a/flake8-quotes-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c9af6b472d4302a8e721c5260856c3f985c5c082b04841aefd2f808ac02038 -size 12517 diff --git a/flake8-quotes-2.1.0.tar.gz b/flake8-quotes-2.1.0.tar.gz new file mode 100644 index 0000000..12315b8 --- /dev/null +++ b/flake8-quotes-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbaf668887873f28346fb87943d6da2e4b9f77ce9f2169cff21764a0a4934ed +size 12786 diff --git a/python-flake8-quotes.changes b/python-flake8-quotes.changes index 8e51d77..454165c 100644 --- a/python-flake8-quotes.changes +++ b/python-flake8-quotes.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Aug 3 14:27:22 UTC 2019 - Arun Persaud + +- specfile: + * be more specifc in %files section + +- update to version 2.1.0: + * List the defined codes in the README (#85) + ------------------------------------------------------------------- Tue May 21 11:52:58 UTC 2019 - Marketa Calabkova diff --git a/python-flake8-quotes.spec b/python-flake8-quotes.spec index e87ae9c..d16b76b 100644 --- a/python-flake8-quotes.spec +++ b/python-flake8-quotes.spec @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-flake8-quotes -Version: 2.0.1 +Version: 2.1.0 Release: 0 Summary: Flake8 lint for quotes License: MIT Group: Development/Languages/Python -URL: http://github.com/zheller/flake8-quotes/ +URL: https://github.com/zheller/flake8-quotes/ Source: https://files.pythonhosted.org/packages/source/f/flake8-quotes/flake8-quotes-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -59,6 +59,9 @@ Flake8 Extension to lint for quotes. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%dir %{python_sitelib}/flake8_quotes +%{python_sitelib}/flake8_quotes/* +%dir %{python_sitelib}/flake8_quotes-%{version}-py*.egg-info +%{python_sitelib}/flake8_quotes-%{version}-py*.egg-info %changelog