forked from pool/python-soupsieve
Accepting request 929908 from devel:languages:python
- 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/request/show/929908 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=14
This commit is contained in:
commit
f5dc4196e8
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 18:00:49 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc
|
||||
size 102949
|
3
soupsieve-2.3.tar.gz
Normal file
3
soupsieve-2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4860f889dfa88774c07da0b276b70c073b6470fa1a4a8350800bb7bce3dcc76
|
||||
size 107276
|
Loading…
x
Reference in New Issue
Block a user