14
0
forked from pool/python-yarl

Accepting request 1203547 from home:nkrapp:branches:devel:languages:python

- update to 1.12.1
- update to 1.12.0
  * Added attr `~yarl.URL.path_safe` to be able to fetch the 
    path without %2F and %25 decoded
  * Restore decoding %2F (/) in URL.path
  * Improved performance of processing paths

OBS-URL: https://build.opensuse.org/request/show/1203547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=67
This commit is contained in:
2024-09-25 12:26:12 +00:00
committed by Git OBS Bridge
parent 448c5e3974
commit 0e2043d26a
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 25 11:36:24 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- update to 1.12.1
- update to 1.12.0
* Added attr `~yarl.URL.path_safe` to be able to fetch the
path without %2F and %25 decoded
* Restore decoding %2F (/) in URL.path
* Improved performance of processing paths
-------------------------------------------------------------------
Tue Sep 3 06:46:22 UTC 2024 - Adrian Schröter <adrian@suse.de>