15
0

- Update to 2.3.5:

* support for python 3.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-03-08 14:53:02 +00:00
committed by Git OBS Bridge
parent 6c3625ec8f
commit 4c8aee72ad
4 changed files with 12 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dominate
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dominate
Version: 2.3.4
Version: 2.3.5
Release: 0
Summary: Python library for creating and manipulating HTML documents
License: GPL-3.0-only
@@ -51,9 +51,7 @@ lets you take advantage of the more powerful features of Python.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
pytest-%{$python_bin_suffix}
}
%pytest
%files %{python_files}
%license LICENSE.txt