Accepting request 1219721 from devel:languages:python
- update to 2.6: * Add official support for Python 3.13. * Add support for `&` as scoping root per the CSS Nesting Module, Level 1. When `&` is used outside the * context of nesting, it is treated as the scoping root * Improve error message when an unrecognized pseudo- class is used. OBS-URL: https://build.opensuse.org/request/show/1219721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=21
This commit is contained in:
commit
ad342d1f9a
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:49:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.6:
|
||||
* Add official support for Python 3.13.
|
||||
* Add support for `&` as scoping root per the CSS
|
||||
Nesting Module, Level 1. When `&` is used outside the
|
||||
* context of nesting, it is treated as the scoping root
|
||||
* Improve error message when an unrecognized pseudo-
|
||||
class is used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 09:49:23 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-soupsieve
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-soupsieve%{psuffix}
|
||||
Version: 2.5
|
||||
Version: 2.6
|
||||
Release: 0
|
||||
Summary: A modern CSS selector implementation for BeautifulSoup
|
||||
License: MIT
|
||||
|
BIN
soupsieve-2.5.tar.gz
(Stored with Git LFS)
BIN
soupsieve-2.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
soupsieve-2.6.tar.gz
Normal file
3
soupsieve-2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb
|
||||
size 101569
|
Loading…
x
Reference in New Issue
Block a user