forked from pool/python-parsel
- update to 1.9.0:
* Now requires ``cssselect >= 1.2.0`` (this minimum version was required since 1.8.0 but that wasn't properly recorded) * Removed support for Python 3.7 * Added support for Python 3.12 and PyPy 3.10 * Fixed an exception when calling ``__str__`` or `__repr__`` on some JSON selectors * Code formatted with ``black`` * CI fixes and improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 09:25:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.9.0:
|
||||
* Now requires ``cssselect >= 1.2.0`` (this minimum version was
|
||||
required since 1.8.0 but that wasn't properly recorded)
|
||||
* Removed support for Python 3.7
|
||||
* Added support for Python 3.12 and PyPy 3.10
|
||||
* Fixed an exception when calling ``__str__`` or `__repr__`` on
|
||||
some JSON selectors
|
||||
* Code formatted with ``black``
|
||||
* CI fixes and improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 21:53:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user