15
0

- Update to 1.2.1:

* Work with new pygments
- Remove merged patch:
  * pygments.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-06-17 11:19:45 +00:00
committed by Git OBS Bridge
parent 977de85085
commit e6fdac8bfb
5 changed files with 12 additions and 230 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cli-helpers
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Helpers for building command-line apps
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/dbcli/cli_helpers
Source: https://files.pythonhosted.org/packages/source/c/cli_helpers/cli_helpers-%{version}.tar.gz
Patch0: pygments.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -68,7 +67,6 @@ other libraries.
%prep
%setup -q -n cli_helpers-%{version}
%patch0 -p1
%build
%python_build