15
0

- Add patch double-slash-paths.patch:

* http.request may replace // with /, handle that in the testcase.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=49
This commit is contained in:
2022-08-08 02:55:49 +00:00
committed by Git OBS Bridge
parent 9adbcf98af
commit 843689f808
3 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 8 02:53:55 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch double-slash-paths.patch:
* http.request may replace // with /, handle that in the testcase.
-------------------------------------------------------------------
Sat Aug 6 17:32:34 UTC 2022 - Matej Cepl <mcepl@suse.com>