15
0

Accepting request 1222191 from home:glaubitz:branches:devel:languages:python

- Update to 3.0.1
  * Multiple file input support.
  * Drop support for Python 3.8 and bellow
  * Allows the TestResponse to follow customised onclick buttons
  * Response.pyquery object now use the html parser.
  * You can use the Response.PyQuery method to customize pyquery init.
  * Various docs / testing improvments
  * Rename "master" git branch to "main".
- Refresh sphinx-7-fix.patch

OBS-URL: https://build.opensuse.org/request/show/1222191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=63
This commit is contained in:
2024-11-07 13:19:34 +00:00
committed by Git OBS Bridge
parent 6ec6c33f0b
commit 38fa3bd32f
6 changed files with 25 additions and 142 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 7 12:40:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.0.1
* Multiple file input support.
* Drop support for Python 3.8 and bellow
* Allows the TestResponse to follow customised onclick buttons
* Response.pyquery object now use the html parser.
* You can use the Response.PyQuery method to customize pyquery init.
* Various docs / testing improvments
* Rename "master" git branch to "main".
- Refresh sphinx-7-fix.patch
-------------------------------------------------------------------
Thu Feb 1 17:24:01 UTC 2024 - Dirk Müller <dmueller@suse.com>