File project.diff of Package python-primp
--- python-primp.changes.orig
+++ python-primp.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Sep 5 23:27:15 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
+
+- Version v0.6.1
+
+-------------------------------------------------------------------
Fri Aug 23 23:12:23 UTC 2024 - Guang Yee <gyee@suse.com>
- Version v0.6.0
--- python-primp.spec.orig
+++ python-primp.spec
@@ -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: cargo-packaging
BuildRequires: clang-devel
-BuildRequires: gcc-c++
-BuildRequires: git
+BuildRequires: cmake
BuildRequires: fdupes
-BuildRequires: cargo-packaging
-BuildRequires: llvm
-BuildRequires: openssl
+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