From 4c8aee72adc92d28d12739eb434bf16908e8901f11d7c738083e5c16bec0b125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 8 Mar 2019 14:53:02 +0000 Subject: [PATCH] - 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 --- dominate-2.3.4.tar.gz | 3 --- dominate-2.3.5.tar.gz | 3 +++ python-dominate.changes | 6 ++++++ python-dominate.spec | 8 +++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 dominate-2.3.4.tar.gz create mode 100644 dominate-2.3.5.tar.gz diff --git a/dominate-2.3.4.tar.gz b/dominate-2.3.4.tar.gz deleted file mode 100644 index ed324fe..0000000 --- a/dominate-2.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dfcca2bde3937a2d03db6e55efcb0c0dea0d4ab0923dc983d794b19e9247328 -size 27834 diff --git a/dominate-2.3.5.tar.gz b/dominate-2.3.5.tar.gz new file mode 100644 index 0000000..14846ff --- /dev/null +++ b/dominate-2.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4076735c0745fe771e57b2313dbb4bfeec42731816ee23cee509f66e8912aa51 +size 27875 diff --git a/python-dominate.changes b/python-dominate.changes index 8f98943..d00b71e 100644 --- a/python-dominate.changes +++ b/python-dominate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 8 14:48:54 UTC 2019 - Tomáš Chvátal + +- Update to 2.3.5: + * support for python 3.7 + ------------------------------------------------------------------- Thu Oct 18 08:33:52 UTC 2018 - Tomáš Chvátal diff --git a/python-dominate.spec b/python-dominate.spec index 105a3e5..a677df1 100644 --- a/python-dominate.spec +++ b/python-dominate.spec @@ -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