From e357b3e38ba9bcc272c1bb91041ddb7506beae7da3e001f186dd37e4a5066a15 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 20 Jun 2023 16:19:06 +0000 Subject: [PATCH] - update to 2.7.1: * #36: Refactored to restore docs builds without warning- errors. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=53 --- cssutils-2.7.0.tar.gz | 3 --- cssutils-2.7.1.tar.gz | 3 +++ python-cssutils.changes | 7 +++++++ python-cssutils.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cssutils-2.7.0.tar.gz create mode 100644 cssutils-2.7.1.tar.gz diff --git a/cssutils-2.7.0.tar.gz b/cssutils-2.7.0.tar.gz deleted file mode 100644 index 0e4dd3a..0000000 --- a/cssutils-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b361836e4c39cf94f052351521e706016cc9d380026a9513a74000dbadcb3804 -size 724282 diff --git a/cssutils-2.7.1.tar.gz b/cssutils-2.7.1.tar.gz new file mode 100644 index 0000000..0c56267 --- /dev/null +++ b/cssutils-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340ecfd9835d21df8f98500f0dfcea0aee41cb4e19ecbc2cf94f0a6d36d7cb6c +size 724365 diff --git a/python-cssutils.changes b/python-cssutils.changes index d4e247b..4884d45 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 20 16:19:01 UTC 2023 - Dirk Müller + +- update to 2.7.1: + * #36: Refactored to restore docs builds without warning- + errors. + ------------------------------------------------------------------- Sun Jun 11 09:08:05 UTC 2023 - Dirk Müller diff --git a/python-cssutils.spec b/python-cssutils.spec index 73e072c..2d9b247 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cssutils -Version: 2.7.0 +Version: 2.7.1 Release: 0 Summary: A CSS Cascading Style Sheets library for Python License: LGPL-3.0-or-later