From 6782fc26df4c7a5a7c9596e1371f506d8c8e7fbe1784609bc6466c25d4a0a904 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 12 Mar 2021 04:09:13 +0000 Subject: [PATCH] - Update to 2.6.0: * Add get_current() to return the current active element in a with context OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=12 --- dominate-2.5.2.tar.gz | 3 --- dominate-2.6.0.tar.gz | 3 +++ python-dominate.changes | 6 ++++++ python-dominate.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 dominate-2.5.2.tar.gz create mode 100644 dominate-2.6.0.tar.gz diff --git a/dominate-2.5.2.tar.gz b/dominate-2.5.2.tar.gz deleted file mode 100644 index e851f92..0000000 --- a/dominate-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:456facce7a7ccfd9363948109cf1e978d48c58e46a46b01c71b4c0adc73b1928 -size 37704 diff --git a/dominate-2.6.0.tar.gz b/dominate-2.6.0.tar.gz new file mode 100644 index 0000000..8df779f --- /dev/null +++ b/dominate-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ec2cde23700a6fc4fee098168b9dee43b99c2f1dd0ca6a711f683e8eb7e1e4 +size 35034 diff --git a/python-dominate.changes b/python-dominate.changes index ef676e1..817f217 100644 --- a/python-dominate.changes +++ b/python-dominate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Mon Sep 21 06:15:59 UTC 2020 - Steve Kowalik diff --git a/python-dominate.spec b/python-dominate.spec index 02786e9..df15337 100644 --- a/python-dominate.spec +++ b/python-dominate.spec @@ -1,7 +1,7 @@ # # spec file for package python-dominate # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dominate -Version: 2.5.2 +Version: 2.6.0 Release: 0 Summary: Python library for creating and manipulating HTML documents License: GPL-3.0-only