From 152132d985764c1c9d9a411b63763aaac96a915212a5194ead1def80d0bd0b72 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 18:02:47 +0000 Subject: [PATCH] - update to 2.3: * Officially support Python 3.10. * Add static typing. * `:has()`, `:is()`, and `:where()` now use use a forgiving selector list. * Add support to output a pretty print format of a compiled `SelectorList` for debug purposes. * Some small corner cases discovered with static typing. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=28 --- python-soupsieve.changes | 10 ++++++++++ python-soupsieve.spec | 4 ++-- soupsieve-2.2.1.tar.gz | 3 --- soupsieve-2.3.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 soupsieve-2.2.1.tar.gz create mode 100644 soupsieve-2.3.tar.gz diff --git a/python-soupsieve.changes b/python-soupsieve.changes index add01b9..a83cc61 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 6 18:00:49 UTC 2021 - Dirk Müller + +- update to 2.3: + * Officially support Python 3.10. + * Add static typing. + * `:has()`, `:is()`, and `:where()` now use use a forgiving selector list. + * Add support to output a pretty print format of a compiled `SelectorList` for debug purposes. + * Some small corner cases discovered with static typing. + ------------------------------------------------------------------- Sun May 9 17:07:24 UTC 2021 - Dirk Müller diff --git a/python-soupsieve.spec b/python-soupsieve.spec index fb72f64..2dd3acf 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,5 +1,5 @@ # -# spec file for package python-soupsieve-test +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-soupsieve%{psuffix} -Version: 2.2.1 +Version: 2.3 Release: 0 Summary: A modern CSS selector implementation for BeautifulSoup License: MIT diff --git a/soupsieve-2.2.1.tar.gz b/soupsieve-2.2.1.tar.gz deleted file mode 100644 index 2d05ae8..0000000 --- a/soupsieve-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc -size 102949 diff --git a/soupsieve-2.3.tar.gz b/soupsieve-2.3.tar.gz new file mode 100644 index 0000000..8808292 --- /dev/null +++ b/soupsieve-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4860f889dfa88774c07da0b276b70c073b6470fa1a4a8350800bb7bce3dcc76 +size 107276