forked from pool/python-primp
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-primp?expand=0&rev=6
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service mode="manual" name="download_files"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">primp-0.6.3</param>
|
||||
<param name="src">primp-0.7.0</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17d30ebe26864defad5232dbbe1372e80483940012356e1f68846bb182282039
|
||||
size 78662
|
3
primp-0.7.0.tar.gz
Normal file
3
primp-0.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bef2c1f2e6386c4cc430758a5ddbaee7c5f730cea79e0c4fe69fd9b6a29d35d4
|
||||
size 78411
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-primp
|
||||
Version: 0.6.3
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: HTTP client that can impersonate web browsers
|
||||
License: MIT
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2296a474f9461e91a7dfdd9b8940592cd6f134c604118bb95dcaebff22e8fc82
|
||||
size 21832828
|
||||
oid sha256:940c154d2b98c012b1ee7279e646b8e7f5be2d206c493c0042766cb56fbce526
|
||||
size 22493240
|
||||
|
Reference in New Issue
Block a user