15
0

- Update to 2.5.2:

* Removed 'input' keyword reassignment (#131)
  * Fix issue #118 (underscores not working in aria attributes) (#119)
  * Adding some missing attrs to DASHED_ATTRIBUTES (#126)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=10
This commit is contained in:
2020-09-21 06:17:48 +00:00
committed by Git OBS Bridge
parent 2dcdb0a01c
commit a46212ce33
4 changed files with 12 additions and 5 deletions

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dominate
Version: 2.5.1
Version: 2.5.2
Release: 0
Summary: Python library for creating and manipulating HTML documents
License: GPL-3.0-only
Group: Development/Languages/Python
URL: http://github.com/Knio/dominate/
Source: https://files.pythonhosted.org/packages/source/d/dominate/dominate-%{version}.tar.gz
BuildRequires: %{python_module pytest >= 2.7.3}