14
0
forked from pool/python-primp

- update to 0.6.1:

* Use Exception to raise error
  * CI: [linux] [x_86_64] - use `zig` to build for manylinux_2_17
  * params data, json: replace clone() with as_unbound()
  * recode headers
  * Remove PyException
  * README: update precompiled wheels compatibility info
  * small code improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-primp?expand=0&rev=2
This commit is contained in:
2024-09-09 08:45:37 +00:00
committed by Git OBS Bridge
parent f02023588c
commit f057fcb8e7
6 changed files with 32 additions and 36 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 9 08:44:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.1:
* Use Exception to raise error
* CI: [linux] [x_86_64] - use `zig` to build for manylinux_2_17
* params data, json: replace clone() with as_unbound()
* recode headers
* Remove PyException
* README: update precompiled wheels compatibility info
-------------------------------------------------------------------
Fri Aug 23 23:12:23 UTC 2024 - Guang Yee <gyee@suse.com>
@@ -9,4 +20,4 @@ Fri Aug 23 23:12:23 UTC 2024 - Guang Yee <gyee@suse.com>
* [Utils] Recode fn json_dumps, json_loads, url_encode by @deedy5
* [html2text] Response object: 1) add attribute text_rich
* [logging]: send Rust log messages to Python
* small code improvements
* small code improvements