1
0

- update to 1.4.3:

* No longer use a universal wheel
  * Fix exception raised when calling `PyQuery("<textarea></textarea>").text()`
  * python2 is no longer supported

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=36
This commit is contained in:
2022-03-30 08:08:39 +00:00
committed by Git OBS Bridge
parent d47eee4e6a
commit ddf4d77207
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 30 08:07:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.4.3:
* No longer use a universal wheel
* Fix exception raised when calling `PyQuery("<textarea></textarea>").text()`
* python2 is no longer supported
-------------------------------------------------------------------
Sun Aug 16 16:39:56 UTC 2020 - John Vandenberg <jayvdb@gmail.com>