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