15
0

- Do not require devel package

- Require python 3.6 or newer (print sintax)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RegexOrder?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-08-29 09:22:43 +00:00
committed by Git OBS Bridge
parent 4442bff4fd
commit b1be283c3b
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 29 09:22:19 UTC 2018 - tchvatal@suse.com
- Do not require devel package
- Require python 3.6 or newer (print sintax)
-------------------------------------------------------------------
Fri Jul 27 09:22:03 UTC 2018 - jengelh@inai.de

View File

@@ -18,27 +18,26 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
# For LICENSE file
%define tag 23f0ac4ac46527404e3ec9097df931378d3d803a
Name: python-RegexOrder
Version: 0.2
Release: 0
# For LICENSE file
%define tag 23f0ac4ac46527404e3ec9097df931378d3d803a
Summary: Python module to search a regex that fits all query strings
License: MIT
Group: Development/Languages/Python
Url: https://github.com/chuanconggao/RegexOrder
URL: https://github.com/chuanconggao/RegexOrder
Source: https://files.pythonhosted.org/packages/source/R/RegexOrder/RegexOrder-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/chuanconggao/RegexOrder/%{tag}/LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-regex >= 2018.2.21
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module regex >= 2018.2.21}
# /SECTION
Requires: python-regex >= 2018.2.21
BuildArch: noarch
%python_subpackages
%description