forked from pool/python-dominate
- update to 2.9.1:
* Allow dominate to work in async contexts
deeper than it was created
- Update to 2.7.0:
* Add get_current() to return the current active element in a with context
* The `dominate.svg` module contains SVG tags similar to how
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c90c3befaf88e612b71f4b39af7bcbef8977acfa855cec957225a8fbf504007
|
||||
size 37089
|
||||
3
dominate-2.9.1.tar.gz
Normal file
3
dominate-2.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:558284687d9b8aae1904e3d6051ad132dd4a8c0cf551b37ea4e7e42a31d19dc4
|
||||
size 37715
|
||||
@@ -1,9 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 20:45:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.9.1:
|
||||
* Allow dominate to work in async contexts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 21:13:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
@@ -13,7 +19,7 @@ Thu Oct 13 07:17:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 18:38:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
Fri Mar 12 04:08:22 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
@@ -47,7 +53,7 @@ Tue Mar 31 05:23:00 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
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
|
||||
* 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user