chore: Sync f42 (#10894)

* chore: Sync f42

* chore: Resync f42
This commit is contained in:
Gilver
2026-03-29 09:38:18 -05:00
committed by GitHub
parent b9cfc27055
commit f845273ab2
82 changed files with 212 additions and 151 deletions
@@ -4,7 +4,7 @@
%global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$
Name: python-%{pypi_name}
Version: 4.16.0
Version: 4.17.2
Release: 1%{?dist}
Summary: A facade to the other Proton VPN components
License: GPL-3.0-Only
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "pyzmq.spec"
}
}
+54
View File
@@ -0,0 +1,54 @@
%define debug_package %{nil}
%global pypi_name pyzmq
%global _desc Python bindings for zeromq.
Name: python-%{pypi_name}
Version: 27.1.0
Release: 1%?dist
Summary: Python bindings for zeromq
License: MIT
URL: https://github.com/zeromq/pyzmq
Source0: %{pypi_source}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildRequires: python3-scikit-build-core
BuildRequires: python3-cython
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%_desc
%package -n python3-%{pypi_name}
Summary: %{summary}
Provides: pyzmq
Provides: %{pypi_name}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
%_desc
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files zmq
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md AUTHORS.md CONTRIBUTING.md SECURITY.md
%license LICENSE.md
%changelog
* Sun Nov 23 2025 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(pypi("pyzmq"));
@@ -1,5 +1,5 @@
%global commit 50ec9108eb191ab96d9ab766e506a7c680d5f3d6
%global commit_date 20260319
%global commit 2ded3a24a15ed58fa6ccc61fd770c8ffc3ba0aca
%global commit_date 20260329
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama