forked from pool/python-primp
* Using the `pythonize` crate to handle data and json parameters, and return the responce as json * Bump rquest to v0.27, cargo update - update to 0.6.5: * Bump rquest to v0.26 * Readme: impersonate parameter - add "chrome_130" - update to 0.6.4: * ca_cert_file: updated the code to match the changes in the upstream package * Bump html2text to v0.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-primp?expand=0&rev=6
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 19 12:11:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.7.0:
|
|
* Using the `pythonize` crate to handle data and json
|
|
parameters, and return the responce as json
|
|
* Bump rquest to v0.27, cargo update
|
|
- update to 0.6.5:
|
|
* Bump rquest to v0.26
|
|
* Readme: impersonate parameter - add "chrome_130"
|
|
- update to 0.6.4:
|
|
* ca_cert_file: updated the code to match the changes in the
|
|
upstream package
|
|
* Bump html2text to v0.13
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 28 19:40:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.6.3:
|
|
* README: impersonate - add "chrome_129", "safari_18",
|
|
"safari_ipad_18"
|
|
- update to 0.6.2:
|
|
* README: impersonate param - add chrome_128
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Version v0.6.0
|
|
* CI: bugfix after dependencies update by @deedy5
|
|
* Use anyhow for error handling by @deedy5
|
|
* Improve response code by @deedy5
|
|
* [Client]: add ca_cert_file parameter by @deedy5
|
|
* [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
|