Accepting request 1034465 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssselect?expand=0&rev=13
This commit is contained in:
commit
21c2d9e3fb
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 21:05:46 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 1.2.0
|
||||
* Drop support for Python 2.7, 3.4-3.6, add support for Python 3.7-3.11.
|
||||
* Add type annotations (PEP 484 and PEP 561).
|
||||
* More features from the CSS Selectors Level 4:
|
||||
* The ``:is()`` pseudo-class.
|
||||
* The ``:where()`` pseudo-class.
|
||||
* The ``:has()`` pseudo-class, with some limitations.
|
||||
* Fix parsing ``:scope`` after a comma.
|
||||
* Add parentheses to fix condition precedence in some cases.
|
||||
* Private API changes related to the removal of the Python 2 support:
|
||||
* Remove ``_unicode`` and ``_unichr`` aliases from ``csselect.parser``.
|
||||
* Remove ``_basestring`` and ``_unicode`` aliases from ``csselect.xpath``.
|
||||
* Deprecate ``csselect.xpath._unicode_safe_getattr()`` and change it to just
|
||||
call ``getattr()``.
|
||||
* Include tests in the PyPI tarball.
|
||||
* Many CI additions and improvements.
|
||||
* Improve the test coverage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 08:39:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cssselect
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-cssselect%{psuffix}
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: CSS3 selectors for Python
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dde8c1d4a2c82de6889a3af1c1adbce1a6f3ec08b07a854d873f3f3da92960af
|
||||
size 35516
|
BIN
v1.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user