From d3fa44da4f2d2c56a580aceee7e43365f343ba43ecada5595031208fdc19a26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 10 Aug 2019 08:01:56 +0000 Subject: [PATCH] Accepting request 721986 from home:mcalabkova:branches:devel:languages:python - Update to 2.4.0 * The `dominate.svg` module contains SVG tags similar to how `dominate.tags` contains HTML tags. * Suppress rendering of boolean attributes when the value is False OBS-URL: https://build.opensuse.org/request/show/721986 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=6 --- dominate-2.3.5.tar.gz | 3 --- dominate-2.4.0.tar.gz | 3 +++ python-dominate.changes | 8 ++++++++ python-dominate.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 dominate-2.3.5.tar.gz create mode 100644 dominate-2.4.0.tar.gz diff --git a/dominate-2.3.5.tar.gz b/dominate-2.3.5.tar.gz deleted file mode 100644 index 14846ff..0000000 --- a/dominate-2.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4076735c0745fe771e57b2313dbb4bfeec42731816ee23cee509f66e8912aa51 -size 27875 diff --git a/dominate-2.4.0.tar.gz b/dominate-2.4.0.tar.gz new file mode 100644 index 0000000..9e671cf --- /dev/null +++ b/dominate-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c +size 32810 diff --git a/python-dominate.changes b/python-dominate.changes index d00b71e..cd9ab51 100644 --- a/python-dominate.changes +++ b/python-dominate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 9 10:00:30 UTC 2019 - Marketa Calabkova + +- Update to 2.4.0 + * The `dominate.svg` module contains SVG tags similar to how + `dominate.tags` contains HTML tags. + * Suppress rendering of boolean attributes when the value is False + ------------------------------------------------------------------- Fri Mar 8 14:48:54 UTC 2019 - Tomáš Chvátal diff --git a/python-dominate.spec b/python-dominate.spec index a677df1..29a02b2 100644 --- a/python-dominate.spec +++ b/python-dominate.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dominate -Version: 2.3.5 +Version: 2.4.0 Release: 0 Summary: Python library for creating and manipulating HTML documents License: GPL-3.0-only