chore(sync): frawhide -> f43 (#10091)

* chore(sync): frawhide -> f43

* bump(bitwarden-cli.bin): release 1 → 2

* bump(bazzite-portal): release 2 → 3

* bump(veracrypt): release 1 → 2

* bump(devpod): release 2 → 3

---------

Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
This commit is contained in:
madomado
2026-02-25 17:32:17 +08:00
committed by GitHub
parent c32a4c84ea
commit 41da51479c
30 changed files with 99 additions and 44 deletions
@@ -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 -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
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 -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