From 4f9ad6502138bab8899d5f7f974d2b31e31ec3f35177fb5ba808bc7ebb67bdc9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 09:08:52 +0000 Subject: [PATCH] - update to 2.7.0: * Updated deprecated usage of ``cgi`` module. * Updated deprecated setup/teardown from ``nose`` in tests. * Other miscellaneous cleanup and packaging updates. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=51 --- cssutils-2.6.0.tar.gz | 3 --- cssutils-2.7.0.tar.gz | 3 +++ python-cssutils.changes | 9 +++++++++ python-cssutils.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 cssutils-2.6.0.tar.gz create mode 100644 cssutils-2.7.0.tar.gz diff --git a/cssutils-2.6.0.tar.gz b/cssutils-2.6.0.tar.gz deleted file mode 100644 index d04d3e4..0000000 --- a/cssutils-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e -size 723259 diff --git a/cssutils-2.7.0.tar.gz b/cssutils-2.7.0.tar.gz new file mode 100644 index 0000000..0e4dd3a --- /dev/null +++ b/cssutils-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b361836e4c39cf94f052351521e706016cc9d380026a9513a74000dbadcb3804 +size 724282 diff --git a/python-cssutils.changes b/python-cssutils.changes index 9e62a2e..d4e247b 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 11 09:08:05 UTC 2023 - Dirk Müller + +- update to 2.7.0: + * Updated deprecated usage of ``cgi`` module. + * Updated deprecated setup/teardown from ``nose`` in + tests. + * Other miscellaneous cleanup and packaging updates. + ------------------------------------------------------------------- Fri Sep 9 08:34:38 UTC 2022 - Atri Bhattacharya diff --git a/python-cssutils.spec b/python-cssutils.spec index 05e59ed..73e072c 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -1,7 +1,7 @@ # # spec file for package python-cssutils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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-cssutils -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: A CSS Cascading Style Sheets library for Python License: LGPL-3.0-or-later