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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dfcca2bde3937a2d03db6e55efcb0c0dea0d4ab0923dc983d794b19e9247328
size 27834

3
dominate-2.3.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4076735c0745fe771e57b2313dbb4bfeec42731816ee23cee509f66e8912aa51
size 27875

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 8 14:48:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.3.5:
* support for python 3.7
-------------------------------------------------------------------
Thu Oct 18 08:33:52 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

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