diff --git a/dominate-2.8.0.tar.gz b/dominate-2.8.0.tar.gz deleted file mode 100644 index ca5ea3e..0000000 --- a/dominate-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c90c3befaf88e612b71f4b39af7bcbef8977acfa855cec957225a8fbf504007 -size 37089 diff --git a/dominate-2.9.1.tar.gz b/dominate-2.9.1.tar.gz new file mode 100644 index 0000000..7501ef9 --- /dev/null +++ b/dominate-2.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558284687d9b8aae1904e3d6051ad132dd4a8c0cf551b37ea4e7e42a31d19dc4 +size 37715 diff --git a/python-dominate.changes b/python-dominate.changes index 6a049a9..21f268f 100644 --- a/python-dominate.changes +++ b/python-dominate.changes @@ -1,9 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 6 20:45:36 UTC 2024 - Dirk Müller + +- update to 2.9.1: + * Allow dominate to work in async contexts + ------------------------------------------------------------------- Sat May 27 21:13:05 UTC 2023 - Dirk Müller - update to 2.8.0: * Fix incorrect context handling when a tag is used 2+ levels - deeper than it was created + deeper than it was created ------------------------------------------------------------------- Thu Oct 13 07:17:24 UTC 2022 - Dirk Müller @@ -13,7 +19,7 @@ Thu Oct 13 07:17:24 UTC 2022 - Dirk Müller ------------------------------------------------------------------- Tue Sep 27 18:38:32 UTC 2022 - Yogalakshmi Arunachalam -- Update to 2.7.0: +- Update to 2.7.0: Fixes (#160) * fix #153 * fix #144 @@ -25,7 +31,7 @@ Tue Sep 27 18:38:32 UTC 2022 - Yogalakshmi Arunachalam Fri Mar 12 04:08:22 UTC 2021 - Steve Kowalik - Update to 2.6.0: - * Add get_current() to return the current active element in a with context + * Add get_current() to return the current active element in a with context ------------------------------------------------------------------- Mon Sep 21 06:15:59 UTC 2020 - Steve Kowalik @@ -47,7 +53,7 @@ Tue Mar 31 05:23:00 UTC 2020 - Steve Kowalik 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 + * 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 diff --git a/python-dominate.spec b/python-dominate.spec index 017b403..6fb1167 100644 --- a/python-dominate.spec +++ b/python-dominate.spec @@ -1,7 +1,7 @@ # # spec file for package python-dominate # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dominate -Version: 2.8.0 +Version: 2.9.1 Release: 0 Summary: Python library for creating and manipulating HTML documents License: GPL-3.0-only URL: https://github.com/Knio/dominate/ Source: https://files.pythonhosted.org/packages/source/d/dominate/dominate-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 2.7.3} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -43,10 +45,10 @@ lets you take advantage of the more powerful features of Python. %setup -q -n dominate-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,6 +57,7 @@ lets you take advantage of the more powerful features of Python. %files %{python_files} %license LICENSE.txt %doc README.md -%{python_sitelib}/* +%{python_sitelib}/dominate +%{python_sitelib}/dominate-%{version}.dist-info %changelog