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

@@ -15,31 +15,32 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-primp
Version: 0.6.0
Version: 0.6.1
Release: 0
Summary: HTTP client that can impersonate web browsers
License: MIT
URL: https://github.com/deedy5/primp
Source0: https://files.pythonhosted.org/packages/source/p/primp/primp-%{version}.tar.xz
Source0: https://files.pythonhosted.org/packages/source/p/primp/primp-%{version}.tar.gz
Source1: vendor.tar.xz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module maturin >= 1.5}
BuildRequires: %{python_module pip}
BuildRequires: cmake
BuildRequires: clang-devel
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: fdupes
BuildRequires: cargo-packaging
BuildRequires: llvm
BuildRequires: openssl
BuildRequires: clang-devel
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: llvm
BuildRequires: openssl
BuildRequires: python-rpm-macros
%python_subpackages
%description
The fastest python HTTP client that can impersonate web browsers, mimicking
The fastest python HTTP client that can impersonate web browsers, mimicking
their headers and 'TLS/JA3/JA4/HTTP2' fingerprints
%prep