15
0

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
This commit is contained in:
Tomáš Chvátal
2019-08-04 13:06:55 +00:00
committed by Git OBS Bridge
parent 29f92aa683
commit a98b5681ba
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c9af6b472d4302a8e721c5260856c3f985c5c082b04841aefd2f808ac02038
size 12517

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dbaf668887873f28346fb87943d6da2e4b9f77ce9f2169cff21764a0a4934ed
size 12786

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Aug 3 14:27:22 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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 <mcalabkova@suse.com>

View File

@@ -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