14
0

Accepting request 688056 from home:jayvdb:coala:python3-bears

- Removed no longer needed python37.patch
- Update to v1.3.0
  * Added Python 3.7 support

OBS-URL: https://build.opensuse.org/request/show/688056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-restructuredtext_lint?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-03-25 08:39:27 +00:00
committed by Git OBS Bridge
parent 5173005055
commit c0e139d9a6
5 changed files with 11 additions and 74 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-restructuredtext_lint
Version: 1.2.2
Version: 1.3.0
Release: 0
Summary: Linter for reStructuredText
License: Unlicense
Group: Development/Languages/Python
Url: https://github.com/twolfson/restructuredtext-lint
Source: https://files.pythonhosted.org/packages/source/r/restructuredtext_lint/restructuredtext_lint-%{version}.tar.gz
Patch0: python37.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,7 +45,6 @@ in junction with a Sublime Text linter.
%prep
%setup -q -n restructuredtext_lint-%{version}
%patch0 -p1
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
%build