15
0

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
This commit is contained in:
Tomáš Chvátal
2019-08-10 08:01:56 +00:00
committed by Git OBS Bridge
parent 4c8aee72ad
commit d3fa44da4f
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 9 10:00:30 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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