diff --git a/python-tinycss2.changes b/python-tinycss2.changes index 0a6c601..55e0290 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 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