chore: Sync el10 (#10895)

* chore: Sync el10

* chore: Resync el10
This commit is contained in:
Gilver
2026-03-29 09:38:02 -05:00
committed by GitHub
parent dd3b7793ad
commit cbf5cf935b
287 changed files with 605 additions and 1437 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc Pythonic bindings for FFmpeg's libraries.
Name: python-%{pypi_name}
Version: 16.1.0
Release: 1%?dist
Version: 17.0.0
Release: 1%{?dist}
Summary: Pythonic bindings for FFmpeg's libraries
License: BSD-3-Clause
URL: https://pyav.basswood-io.com/docs/stable/
+1 -1
View File
@@ -5,7 +5,7 @@
%global _version 0.14.0b2
Name: python-%{pypi_name}
Version: 0.13.0
Version: 0.14.0
Release: 1%?dist
Summary: Python binding for curl-impersonate fork via cffi..
License: MIT
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc xet client tech, used in huggingface_hub.
Name: python-%{pypi_name}
Version: 1.3.2
Release: 1%?dist
Version: 1.4.2
Release: 1%{?dist}
Summary: xet client tech, used in huggingface_hub
License: Apache-2.0
URL: https://github.com/huggingface/xet-core
@@ -4,7 +4,7 @@
%define debug_package %{nil}
Name: python-%{pypi_name}
Version: 1.3.2
Version: 1.2.0
Release: 1%?dist
Summary: Hydra is a framework for elegantly configuring complex applications
License: MIT
@@ -2,8 +2,8 @@
%global _desc get things from one computer to another, safely.
Name: python-%{pypi_name}
Version: 0.22.0
Release: 1%?dist
Version: 0.23.0
Release: 1%{?dist}
Summary: get things from one computer to another, safely
License: MIT
URL: https://github.com/magic-wormhole/magic-wormhole
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc Send usage data from your Python code to PostHog.
Name: python-%{pypi_name}
Version: 7.9.5
Release: 1%?dist
Version: 7.9.12
Release: 1%{?dist}
Summary: Send usage data from your Python code to PostHog
License: MIT
URL: https://posthog.com/docs/libraries/python
@@ -2,8 +2,8 @@
%global pypi_name protobuf
Name: python-%{pypi_name}
Version: 7.34.0
Release: 1%?dist
Version: 7.34.1
Release: 1%{?dist}
Summary: Protocol Buffers
License: BSD-3-Clause
@@ -4,8 +4,8 @@
%global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$
Name: python-%{pypi_name}
Version: 4.14.3
Release: 3%?dist
Version: 4.17.2
Release: 1%{?dist}
Summary: A facade to the other Proton VPN components
License: GPL-3.0-Only
URL: https://github.com/ProtonVPN/python-proton-vpn-api-core
@@ -4,8 +4,8 @@
%global _desc Proton VPN local agent written in Rust.
Name: python-%{pypi_name}
Version: 1.6.0
Release: 3%?dist
Version: 1.6.1
Release: 1%{?dist}
Summary: Proton VPN local agent written in Rust
License: GPL-3.0-only
URL: https://github.com/ProtonVPN/local-agent-rs
+2 -6
View File
@@ -2,16 +2,14 @@
%global _desc Python package for writing Value Change Dump (VCD) files.
Name: python-%{pypi_name}
Version: 0.4.0
Release: 2%?dist
Version: 0.4.1
Release: 1%?dist
Summary: Python package for writing Value Change Dump (VCD) files
License: MIT
URL: https://github.com/SanDisk-Open-Source/pyvcd
Source0: %url/releases/download/%version/pyvcd-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3
BuildRequires: python3.10
BuildRequires: python3-build
BuildRequires: python3-installer
BuildRequires: python3-wheel
@@ -48,8 +46,6 @@ Provides: pyvcd
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.rst CODE_OF_CONDUCT.md CHANGELOG.rst
%license LICENSE.txt
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%python3_sitelib/pyvcd-%version.dist-info/*
%changelog
@@ -3,8 +3,8 @@
Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.}
Name: python-%{pypi_name}
Version: 3.8.13
Release: 2%{?dist}
Version: 3.8.14
Release: 1%?dist
Summary: 16 color fork of the original Pywal
License: MIT
URL: https://github.com/eylles/pywal16
+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"));
@@ -2,8 +2,8 @@
%global _desc A powerful tool to conveniently update all of your ISOs!
Name: python-%{pypi_name}
Version: 1.5.0
Release: 1%?dist
Version: 1.5.1
Release: 1%{?dist}
Summary: %{_desc}
License: GPLv3
URL: https://github.com/JoshuaVandaele/SuperISOUpdater
-2
View File
@@ -46,8 +46,6 @@ Provides: txtorcon
%python3_sitelib/txtorcon-%version.dist-info/*
%python3_sitelib/twisted/plugins/*.py
%{_datadir}/txtorcon/*
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%changelog
* Mon Nov 03 2025 Owen Zimmerman <owen@fyralabs.com>
@@ -1,5 +1,5 @@
%global commit 601dc5f9e98c5ff924b7dedd3edb6580beab8465
%global commit_date 20260212
%global commit 2ded3a24a15ed58fa6ccc61fd770c8ffc3ba0aca
%global commit_date 20260329
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama
@@ -7,7 +7,7 @@
Name: python-%{pypi_name}
Version: 0~%{commit_date}git.%shortcommit
Release: 1%?dist
Release: 1%{?dist}
Summary: Typing stubs for colorama
License: Apache-2.0
URL: https://github.com/python/typeshed
+1 -4
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.5.0
Release: 1%?dist
Release: 2%?dist
Summary: West, Zephyr's meta-tool
License: Apache-2.0
URL: https://github.com/zephyrproject-rtos/west
@@ -46,9 +46,6 @@ Provides: west
%doc README.rst MAINTAINERS.rst
%license LICENSE
%{_bindir}/west
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%python3_sitelib/west-%version.dist-info/*
%changelog
* Fri Oct 10 2025 Owen Zimmerman <owen@fyralabs.com>
+1 -3
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 6.1.0
Release: 1%?dist
Release: 2%?dist
Summary: A schema and validator for YAML
License: MIT
URL: https://github.com/23andMe/Yamale
@@ -42,8 +42,6 @@ Provides: yamale
%doc README.md SECURITY.md
%license LICENSE
%{_bindir}/yamale
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%python3_sitelib/yamale-%version.dist-info/*
%changelog