From f0690bc8803b6a148a2b84b0cf786c087b7d875ffff1b49a79cd9ba777a603f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 10:01:52 +0000 Subject: [PATCH 1/2] Accepting request 1032225 from home:yarunachalam:branches:devel:languages:python - Update to 1.2.1 * Fix tests included in the source tarball OBS-URL: https://build.opensuse.org/request/show/1032225 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=20 --- python-tinycss2.changes | 6 ++++++ python-tinycss2.spec | 2 +- tinycss2-1.1.1.tar.gz | 3 --- tinycss2-1.2.1.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 tinycss2-1.1.1.tar.gz create mode 100644 tinycss2-1.2.1.tar.gz diff --git a/python-tinycss2.changes b/python-tinycss2.changes index 0a6c601..2d6c5ec 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 29 16:06:46 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.2.1 + * Fix tests included in the source tarball + ------------------------------------------------------------------- Thu Aug 18 20:37:30 UTC 2022 - Ben Greiner diff --git a/python-tinycss2.spec b/python-tinycss2.spec index f345932..930a05c 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-tinycss2 -Version: 1.1.1 +Version: 1.2.1 Release: 0 Summary: Low-level CSS parser for Python License: BSD-3-Clause diff --git a/tinycss2-1.1.1.tar.gz b/tinycss2-1.1.1.tar.gz deleted file mode 100644 index 735dbc5..0000000 --- a/tinycss2-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf -size 65703 diff --git a/tinycss2-1.2.1.tar.gz b/tinycss2-1.2.1.tar.gz new file mode 100644 index 0000000..c08c75a --- /dev/null +++ b/tinycss2-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627 +size 65957 From a92d3499397893a1c197115bdb0c2296c6439b031948e6bcb84fc9de3a61f2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 10:02:53 +0000 Subject: [PATCH 2/2] changes from 1.2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=21 --- python-tinycss2.changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-tinycss2.changes b/python-tinycss2.changes index 2d6c5ec..55e0290 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -3,6 +3,9 @@ Sat Oct 29 16:06:46 UTC 2022 - Yogalakshmi Arunachalam - Update to 1.2.1 * Fix tests included in the source tarball + * Drop support of Python 3.6 + * Fix serialization of nested functions with no parameters + * Don’t use pytest plugins by default ------------------------------------------------------------------- Thu Aug 18 20:37:30 UTC 2022 - Ben Greiner