15
0

Accepting request 835747 from devel:languages:python

- 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/request/show/835747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dominate?expand=0&rev=5
This commit is contained in:
2020-09-21 15:44:11 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 21 06:15:59 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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)
-------------------------------------------------------------------
Tue Mar 31 05:23:00 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

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}