Sync from SUSE:SLFO:Main python-WebTest revision b0ee1980e9b3426d85a42b16222c86a6

This commit is contained in:
2025-05-13 19:49:35 +02:00
parent af03909ef0
commit 90ce3df035
6 changed files with 52 additions and 145 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Jan 27 12:27:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.0.3
* Minor release to fix metadata on pypi
-------------------------------------------------------------------
Thu Jan 9 09:30:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.0.2
* Bump waitress min version to 3.0.2
- Update BuildRequires from setup.py
-------------------------------------------------------------------
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
- drop py312.patch: upstream
-------------------------------------------------------------------
Thu Feb 1 17:24:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- use python311 build for documentation on SLE15
-------------------------------------------------------------------
Wed Sep 20 14:48:54 UTC 2023 - Markéta Machová <mmachova@suse.com>
@@ -198,7 +230,7 @@ Mon Jan 13 14:01:30 UTC 2014 - dmueller@suse.com
- update to 2.0.11:
* Depend on unittest2 only for Python versions lower than 2.7
* Add an optional parameter to TestApp, allowing the user to
* Add an optional parameter to TestApp, allowing the user to
specify the parser used by BeautifulSoup
-------------------------------------------------------------------