From a46212ce3398e614c33639d582fa252f719942ff04f3cf4cb3a735a0d7932865 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 21 Sep 2020 06:17:48 +0000 Subject: [PATCH] - 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 --- dominate-2.5.1.tar.gz | 3 --- dominate-2.5.2.tar.gz | 3 +++ python-dominate.changes | 8 ++++++++ python-dominate.spec | 3 +-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 dominate-2.5.1.tar.gz create mode 100644 dominate-2.5.2.tar.gz diff --git a/dominate-2.5.1.tar.gz b/dominate-2.5.1.tar.gz deleted file mode 100644 index 69be14b..0000000 --- a/dominate-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b05481605ea8c0afd0a98c0156a9fb78d9c406368d66b3e6fedf36920fb9d78 -size 37524 diff --git a/dominate-2.5.2.tar.gz b/dominate-2.5.2.tar.gz new file mode 100644 index 0000000..e851f92 --- /dev/null +++ b/dominate-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456facce7a7ccfd9363948109cf1e978d48c58e46a46b01c71b4c0adc73b1928 +size 37704 diff --git a/python-dominate.changes b/python-dominate.changes index 398f3d6..ef676e1 100644 --- a/python-dominate.changes +++ b/python-dominate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 21 06:15:59 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-dominate.spec b/python-dominate.spec index 9ba37ed..02786e9 100644 --- a/python-dominate.spec +++ b/python-dominate.spec @@ -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}