Compare commits

..

11 Commits

Author SHA1 Message Date
madomado c1af62ec55 fix(ci/bootstrap): update buildsys dir path (#12981) 2026-06-08 05:09:42 -05:00
madomado f33a6de130 fix(obsolete): don't obsolete nushell (#12980)
fix #12808
2026-06-08 05:02:52 -05:00
Owen Zimmerman dbcb991b88 add: asyncclick (#12962)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-08 17:20:55 +08:00
Raboneko 67973515eb bump: halloy lomiri-system-settings android-studio-canary 2026-06-08 09:01:18 +00:00
Raboneko 21ba2be385 bump(nightly): goofcord-nightly mpv-nightly libsingularity ghostty-nightly zed-nightly nim-nightly types-colorama v2ray-domain-list-community scx-scheds-nightly graftcp-nightly 2026-06-08 04:22:34 +00:00
Owen Zimmerman 674f65af6b fix: superisoupdater (#12952)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-07 19:15:48 -05:00
Raboneko 25c3ca2c7e bump: driftwm rust-zoi-rs 2026-06-07 23:53:25 +00:00
Raboneko 77da9148e8 bump: vgmstream 2026-06-07 23:05:40 +00:00
Owen Zimmerman 838c858e0c fix: vicinae (#12937) 2026-06-07 17:40:32 -05:00
Owen Zimmerman a4af891ade chore: rebuild python packages for new frawhide python (#12947)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-07 17:40:17 -05:00
Raboneko 8f9c0b1fa3 bump: rpcs3 superisoupdater 2026-06-07 21:40:33 +00:00
163 changed files with 214 additions and 254 deletions
+3 -3
View File
@@ -37,11 +37,11 @@ jobs:
dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm
- name: Install build dependencies
run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/tools/buildsys/{anda,subatomic}/*.spec
run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/buildsys/{anda,subatomic}/*.spec
- name: Install Anda
run: |
rpmbuild -bb anda/tools/buildsys/anda/*.spec --undefine=_disable_source_fetch -D "_sourcedir $(pwd)/anda/tools/buildsys/anda/" -D "_rpmdir $(pwd)/anda-build/rpm/rpms/"
rpmbuild -bb anda/buildsys/anda/*.spec --undefine=_disable_source_fetch -D "_sourcedir $(pwd)/anda/buildsys/anda/" -D "_rpmdir $(pwd)/anda-build/rpm/rpms/"
mv ./anda-build/rpm/rpms/*/anda-*.rpm ./anda-build/rpm/rpms/
dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm
@@ -61,7 +61,7 @@ jobs:
run: anda build -D "vendor Terra" -D "__python %{__python3}" -rrpmbuild anda/terra/appstream-helper/pkg
- name: Build Subatomic
run: anda build -D "vendor Terra" -rrpmbuild anda/tools/buildsys/subatomic/pkg
run: anda build -D "vendor Terra" -rrpmbuild anda/buildsys/subatomic/pkg
- name: Install Subatomic
run: dnf5 install -y ./anda-build/rpm/rpms/subatomic-*.rpm
+1 -1
View File
@@ -2,7 +2,7 @@
Name: python-auto-cpufreq
Version: 3.0.0
Release: 2%?dist
Release: 3%?dist
Summary: Automatic CPU speed & power optimizer for Linux
License: LGPL-3.0-or-later
URL: https://foolcontrol.org/?p=4603
@@ -1,6 +1,6 @@
%global commit eebb15d3d940823883afa67bf62692874df7f2d1
%global commit f6e935d4ac4f4a8aae5a632bf5dc2d169ed2becb
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260426
%global commit_date 20260608
%global ver 2.2.1^
%global base_name goofcord
%global git_name GoofCord
+1 -1
View File
@@ -4,7 +4,7 @@
%global crate halloy
Name: halloy
Version: 2026.7.1
Version: 2026.7.2
Release: 1%{?dist}
Summary: An open-source IRC client written in Rust, with the Iced GUI library
Packager: Yoong jin <solomoncyj@gmail.com>
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 71ebd08406547339a5decd9c61ab3e83739e96b3
%global commit 6444c050592991d94cf36ecdb013dac193c24ff5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260606
%global commit_date 20260608
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -2,7 +2,7 @@
Name: proton-vpn-gtk-app
Version: 4.16.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Official ProtonVPN Linux app
License: GPL-3.0-only
URL: https://protonvpn.com/download-linux
+1 -1
View File
@@ -3,7 +3,7 @@
Name: terra-%{pypi_name}
Version: 1.14.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple wrapper that does winetricks things for Proton enabled games
BuildArch: noarch
@@ -1,13 +0,0 @@
diff --git a/requirements.txt b/requirements.txt
index a0471ddb..e8ca00a9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,7 @@ keyboard; sys_platform == 'win32'
lynxtray; sys_platform == 'win32'
opencc; sys_platform != 'win32' # optional
opencc-python-reimplemented; sys_platform == 'win32' # optional
-pypresence>=4.5.0 # optional
+pypresence # optional
tekore # optional
natsort # optional
#picard # optional
+3 -3
View File
@@ -4,12 +4,11 @@
Name: python-tauon
Version: 10.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A music player for the desktop. Designed to be powerful and streamlined
License: GPL-3.0-or-later
URL: https://tauonmusicbox.rocks/
Source0: https://github.com/Taiko2k/Tauon/archive/refs/tags/v%{version}.tar.gz
Patch0: remove-reqed-version.patch
BuildRequires: python3-devel
BuildRequires: python3-wheel
@@ -40,7 +39,8 @@ Summary: %{summary}
%prep
%git_clone https://github.com/Taiko2k/Tauon v%{version}
%patch -P0 -p1
%pyproject_patch_dependency pypresence:drop_constraints
%build
%pyproject_wheel
+1 -1
View File
@@ -1,5 +1,5 @@
Name: driftwm
Version: 0.9.0
Version: 0.10.0
Release: 1%{?dist}
Summary: A trackpad-first infinite canvas Wayland compositor
License: GPL-3.0-or-later
@@ -1,5 +1,5 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
%global commit d3692d48fc3c3223c428ac0db56f4dc111f1f620
%global commit 461f8efba3e43b6db0e66bfca0b7eb87f2e31fb8
%forgemeta
Name: lomiri-system-settings
@@ -1,5 +1,5 @@
%global commit 0782a3c22f28c9f562d90abeacaf9f7fd868f256
%global commit_date 20260607
%global commit a45eeaf16eb85cdd3561505efd9b31858c6a9a82
%global commit_date 20260608
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libsingularity
@@ -16,7 +16,7 @@
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
Name: android-studio-canary
Version: 2026.1.2.5
Version: 2026.1.2.6
Release: 1%{?dist}
Summary: Official IDE for Android development (Canary build)
License: Apache-2.0
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
ExclusiveArch: x86_64
URL: https://developer.android.com/studio/preview
%define suffixS quail2-canary5
%define suffixS quail2-canary6
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
@@ -1,6 +1,6 @@
%global commit 7092b39445bebfd3178f562eb9e5fa9a95a32332
%global commit 2ba5e6b92963c9c9470fb30338989bb38fa11857
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-06-06
%global fulldate 2026-06-08
%global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 5c1f18bcebb6966ea00f1460a63898194c9324df
%global commit 3f5705b98542f597d5ffe4d984636c7e0c68fa11
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260607
%global commit_date 20260608
%global ver 1.7.0
%bcond_with check
+2 -2
View File
@@ -9,8 +9,8 @@
# GLIBCXX_ASSERTIONS is known to break RPCS3
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global commit 57b4687ac2a27250a75d9feeefa4906830782321
%global ver 0.0.41-19451
%global commit e379fba97d132a84b976709ce35670c520ccc0ae
%global ver 0.0.41-19452
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
+2 -2
View File
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit f1ff8b6d9e063fef1bfd7904034c8e8f0e5e2bab
%global commit 3c6449dbddb28a50f8fac12c6be20f375e1f21d2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.3.1
%global commit_date 20260607
%global commit_date 20260608
%global debug_package %nil
Name: nim-nightly
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 3.6.0
Release: 1%?dist
Release: 2%?dist
Summary: A python program for repeating music endlessly and creating seamless music loops, with play/export/tagging support
License: MIT
URL: https://github.com/arkrow/PyMusicLooper
+1 -1
View File
@@ -5,7 +5,7 @@
Name: python-%{pypi_name}
Version: 1.13.0
Release: 1%?dist
Release: 2%?dist
Summary: A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration
License: Apache-2.0
URL: https://github.com/huggingface/accelerate
@@ -9,7 +9,7 @@
Name: python-%{pypi_name}
Version: %{ver}^%{commit_date}git.%{shortcommit}
Release: 1%?dist
Release: 2%?dist
Summary: Python 3 runtime libraries for ANTLR 4
License: BSD
URL: https://www.antlr.org/
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.1.5
Release: 1%?dist
Release: 2%?dist
Summary: Core (offline) functionality for the apeye library
License: BSD-3-Clause
URL: https://github.com/domdfcoding/apeye-core
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "torrentp.spec"
spec = "asyncclick.spec"
}
}
@@ -1,18 +1,20 @@
%global pypi_name torrentp
%global _desc Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code.
%global pypi_name asyncclick
%global _desc Python composable command line utility, trio-compatible version.
Name: python-%{pypi_name}
Version: 0.2.7
Version: 8.3.0.7
Release: 1%{?dist}
Summary: Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code
License: BSD-2-Clause
URL: https://github.com/iw4p/torrentp
Summary: Python composable command line utility, trio-compatible version
License: BSD-3-Clause
URL: https://github.com/python-trio/asyncclick/
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit-core
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>
@@ -28,7 +30,6 @@ Summary: %{summary}
%prep
%autosetup -n %{pypi_name}-%{version}
%pyproject_patch_dependency rich:drop_constraints
%build
%pyproject_wheel
@@ -39,8 +40,7 @@ Summary: %{summary}
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md
%license LICENSE
%{_bindir}/torrentp
%license LICENSE.txt
%changelog
* Sun Jun 07 2026 Owen Zimmerman <owen@fyralabs.com>
+1
View File
@@ -0,0 +1 @@
rpm.version(pypi("asyncclick"));
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.2.2
Release: 1%?dist
Release: 2%?dist
Summary: An LTS port of Python's `audioop` module
License: PSF-2.0
URL: https://github.com/AbstractUmbra/audioop
@@ -5,7 +5,7 @@
Name: python-%{real_name}
Version: 0.10.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Bash kernel for Jupyter
License: BSD-3-Clause
URL: https://github.com/takluyver/bash_kernel
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.49.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Accessible large language models via k-bit quantization for PyTorch
License: MIT
URL: https://huggingface.co/docs/bitsandbytes/main/en/index
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.0.0
Release: 1%?dist
Release: 2%?dist
Summary: Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard
License: BSD-3-Clause AND MIT AND Apache-2.0 AND X11
URL: buttplug-py.docs.buttplug.io
@@ -3,9 +3,9 @@
Name: python-%{pypi_name}
Version: 1.0.1
Release: 1%?dist
Release: 2%?dist
Summary: Simple and beautiful logging for click applications
License: GPL-3.0
License: MIT
URL: https://github.com/Toilal/click-logging
# Cannot pull from pypi due to the pypi source not having required install files, causing the build to fail
Source0: %url/archive/refs/tags/v%version.tar.gz
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.5.0
Release: 1%?dist
Release: 2%?dist
Summary: Bunch of click parameters to use
License: Apache-2.0
URL: https://click-params.readthedocs.io/en/stable/
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.2.2
Release: 1%?dist
Release: 2%?dist
Summary: Python functions for encoding and decoding COBS
License: MIT
URL: https://pypi.org/project/cobs/
@@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
Name: python-%{pypi_name}
Version: 0.2.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Grabs the dominant color or a representative color palette from an image
# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/382
+1 -1
View File
@@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 1.0.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Color scheme generator
License: MIT
URL: https://github.com/metakirby5/colorz
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.13.0
Release: 1%?dist
Release: 2%?dist
Summary: Additional utilities for click
License: MIT
URL: https://consolekit.readthedocs.io/en/latest/
+1 -1
View File
@@ -6,7 +6,7 @@
Name: python-%{pypi_name}
Version: 0.15.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python binding for curl-impersonate fork via cffi..
License: MIT
URL: https://github.com/lexiforest/curl_cffi
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.8.0
Release: 1%?dist
Release: 2%?dist
Summary: Detect OS Dark Mode from Python
License: BSD-3-Clause
URL: https://github.com/albertosottile/darkdetect
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.6.7
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Easily serialize Data Classes to and from JSON
License: MIT
URL: https://github.com/lidatong/dataclasses-json
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 5.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data manipulation tools
License: Apache-2.0
URL: https://github.com/huggingface/datasets
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.4.0
Release: 1%?dist
Release: 2%?dist
Summary: A wrapper around 'deprecation' providing support for deprecated aliases
License: Apache-2.0
URL: https://github.com/domdfcoding/deprecation-alias
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.2.4
Release: 1%?dist
Release: 2%?dist
Summary: DiffQ performs differentiable quantization using pseudo quantization noise
License: CC-BY-NC-4.0
URL: https://github.com/facebookresearch/diffq
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 2.2.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Advanced directory tree synchronisation tool
License: MIT
URL: https://github.com/domdfcoding/deprecation-alias
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.9.0
Release: 1%?dist
Release: 2%?dist
Summary: Parse and create Python distribution metadata
License: MIT
URL: https://dist-meta.readthedocs.io/en/latest/
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 2.3.0
Release: 1%?dist
Release: 2%?dist
Summary: Dom's tools for Tom's Obvious, Minimal Language
License: MIT
URL: https://dom-toml.readthedocs.io/en/latest/
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "dora-search.spec"
}
@@ -1,11 +1,9 @@
%global pypi_name dora-search
%global _desc Dora is an experiment management framework. It expresses grid searches as pure python files as part of your repo. It identifies experiments with a unique hash signature. Scale up to hundreds of experiments without losing your sanity.
%define debug_package %{nil}
Name: python-%{pypi_name}
Version: 0.1.12
Release: 1%?dist
Release: 2%?dist
Summary: Experiment management framework
License: MIT
URL: https://github.com/facebookresearch/dora
@@ -14,6 +12,7 @@ Source0: %url/archive/refs/tags/v%version.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>
+2 -2
View File
@@ -3,11 +3,11 @@
Name: python-%{pypi_name}
Version: 1.3.1
Release: 1%?dist
Release: 2%?dist
Summary: Dictionary wrapper for quick access to deeply nested keys
License: MIT
URL: https://github.com/pawelzny/dotty_dict
Source0: %url/archive/refs/tags/v%{version}.tar.gz
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.13.0
Release: 1%?dist
Release: 2%?dist
Summary: Tools to expand Python's enum module
License: LGPL-3.0-or-later
URL: https://enum-tools.readthedocs.io/en/latest/
@@ -6,7 +6,7 @@
Name: python-%{pypi_name}
Version: 0.0.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Faster version of Colorthief
License: MIT
URL: https://github.com/bedapisl/fast-colorthief
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.2.1
Release: 1%?dist
Release: 2%?dist
Summary: Faster Whisper transcription with CTranslate2
License: MIT
URL: https://github.com/SYSTRAN/faster-whisper
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.2.0
Release: 1%?dist
Release: 2%?dist
Summary: Python bindings for FFmpeg - with complex filtering support
License: Apache-2.0
URL: https://github.com/kkroening/ffmpeg-python
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.0.0
Release: 1%?dist
Release: 2%?dist
Summary: Easy, clean, reliable Python 2/3 compatibility
License: MIT
URL: https://github.com/manrajgrover/halo
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.13
Release: 2%?dist
Release: 3%?dist
Summary: Chip support package for Cypress EZ-USB FX2 series microcontrollers
License: 0BSD
URL: https://github.com/whitequark/libfx2
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.3.4
Release: 2%?dist
Release: 3%?dist
Summary: Colour your text / terminal to be more gay
License: MIT
URL: https://github.com/ms-jpq/gay
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.10.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: gevent-websocket is a WebSocket library for the gevent networking library
License: Apache-2.0
URL: https://github.com/cynepiaadmin/geventwebsocket
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.9.1
Release: 1%?dist
Release: 2%?dist
Summary: Tool to create GPT disk image files
License: MIT
URL: https://github.com/swysocki/gpt-image
@@ -6,7 +6,7 @@ Haishoku is a development tool for grabbing the dominant color or representative
Name: python-%{pypi_name}
Version: 1.1.8
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A development tool for grabbing the dominant color or representative color palette from an image
License: MIT
URL: https://github.com/LanceGin/haishoku
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.0.31
Release: 1%?dist
Release: 2%?dist
Summary: Beautiful spinners for terminal, IPython and Jupyter
License: MIT
URL: https://github.com/manrajgrover/halo
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.2.0
Release: 1%?dist
Release: 2%?dist
Summary: Some handy archive helpers for Python
License: MIT
URL: https://handy-archives.readthedocs.io/en/latest/
+3 -3
View File
@@ -3,11 +3,11 @@
Name: python-%{pypi_name}
Version: 1.5.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: xet client tech, used in huggingface_hub
License: Apache-2.0
URL: https://github.com/huggingface/xet-core
Source0: %url/archive/refs/tags/v%version.tar.gz
Source0: %{url}/releases/download/%{version}/hf_xet-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-pip
@@ -40,7 +40,7 @@ Summary: documentation for python3-%{pypi_name}
documentation for python3-%{pypi_name}.
%prep
%autosetup -n xet-core-%{version}
%autosetup -n hf_xet-%{version}
%build
%pyproject_wheel
@@ -5,7 +5,7 @@
Name: python-%{pypi_name}
Version: 1.2.0
Release: 1%?dist
Release: 2%?dist
Summary: Hydra is a framework for elegantly configuring complex applications
License: MIT
URL: https://github.com/facebookresearch/hydra
+1 -1
View File
@@ -1,6 +1,6 @@
Name: python-ignis
Version: 0.5.1
Release: 2%?dist
Release: 3%?dist
Summary: A widget framework for building desktop shells, written and configurable in Python
License: LGPL-2.1-or-later
@@ -3,11 +3,11 @@
Name: python-%{pypi_name}
Version: 0.6.0
Release: 1%?dist
Release: 2%?dist
Summary: FFMPEG wrapper for Python
License: BSD-2-Clause
URL: https://github.com/imageio/imageio-ffmpeg
Source0: %url/archive/refs/tags/v%{version}.tar.gz
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@@ -4,7 +4,7 @@
Name: python-%{real_name}
Version: 1.0.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python library to adapt iterables to a file-like interface
# According to README
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.1.0
Release: 1%?dist
Release: 2%?dist
Summary: Exoplanet evolution code
License: LGPL-3.0
URL: https://gitlab.unige.ch/spice_dune/jade
@@ -3,9 +3,9 @@
Name: python-%{pypi_name}
Version: 1.12.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python API Client for Jellyfin
License: GPL-3.0
License: GPL-3.0-or-later
URL: https://github.com/jellyfin/jellyfin-apiclient-python
Source0: %url/archive/refs/tags/v%version.tar.gz
BuildArch: noarch
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.11.1
Release: 2%?dist
Release: 3%?dist
Summary: An object-oriented JSON Schema implementation for Python
License: MIT
URL: https://github.com/marksparkza/jschon
+2 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.2.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast PyTorch based DSP for audio and 1D signals
License: MIT
URL: https://github.com/adefossez/julius
@@ -15,6 +15,7 @@ BuildRequires: python3-build
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-hatchling
Packager: Owen Zimmerman <owen@fyralabs.com>
@@ -7,7 +7,7 @@
Name: python-jupyter-sphinx
Version: 0.5.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Jupyter Sphinx extensions
License: BSD-3-Clause
URL: https://jupyter-sphinx.readthedocs.io/
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.9.5
Release: 1%?dist
Release: 2%?dist
Summary: Cython bindings and Pillow plugin for JPEG XL
License: MIT
URL: https://github.com/olokelo/jxlpy
@@ -3,11 +3,11 @@
Name: python-%{pypi_name}
Version: 3.81.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Pure Python library for LaTeX to MathML conversion
License: MIT
URL: https://github.com/roniemartinez/latex2mathml
Source0: %{pypi_source}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@@ -18,6 +18,8 @@ BuildRequires: python3-poetry-core
BuildRequires: python3-installer
BuildRequires: python3-build
BuildRequires: python3-hatchling
BuildRequires: python3-importlib-metadata
BuildRequires: python3-uv-build
Packager: Owen Zimmerman <owen@fyralabs.com>
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.33.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tools for handling multimodal data in machine learning projects
License: Apache-2.0
URL: https://lhotse.readthedocs.io/en/latest/
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.11.0
Release: 1%?dist
Release: 2%?dist
Summary: Python library for audio and music analysis
License: MIT
URL: https://librosa.org
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.0.14
Release: 1%?dist
Release: 2%?dist
Summary: Colored symbols for various log levels for Python
License: MIT
URL: https://github.com/manrajgrover/py-log-symbols
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.24.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: get things from one computer to another, safely
License: MIT
URL: https://github.com/magic-wormhole/magic-wormhole
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 3.0.2
Release: 1%?dist
Release: 2%?dist
Summary: Material You color generation algorithms in pure python!
License: MIT
URL: https://github.com/T-Dynamos/materialyoucolor-python
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.3.2
Release: 1%?dist
Release: 2%?dist
Summary: python3-library to convert Markdown with included LaTeX-Formulas to HTML with MathML
License: LGPL-2.1
URL: https://github.com/polarwinkel/mdtex2html
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 2.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Batteries-Included Python 3 CLI Framework
License: MIT
URL: https://github.com/clueboard/milc
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.5.1
Release: 1%?dist
Release: 2%?dist
Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own
License: MIT
URL: https://github.com/miyuchina/mistletoe
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.4.1
Release: 1%?dist
Release: 2%?dist
Summary: MPEG-DASH MPD(Media Presentation Description) Parser
License: MIT
URL: https://github.com/sangwonl/python-mpegdash
+1 -1
View File
@@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: 1.0.8
Release: 3%?dist
Release: 4%?dist
Summary: Python interface to the awesome mpv media player
License: GPL-2.0+ OR LGPL-2.1+
URL: https://github.com/jaseg/python-mpv
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.4.3
Release: 1%?dist
Release: 2%?dist
Summary: Python parser and tools for MUSDB18 Music Separation Dataset
License: MIT
URL: https://github.com/sigsep/sigsep-mus-db
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.4.1
Release: 1%?dist
Release: 2%?dist
Summary: Source separation evaluation tools for python
License: MIT
URL: https://github.com/sigsep/sigsep-mus-eval
+1 -1
View File
@@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 0.65.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: NumPy aware dynamic Python compiler using LLVM
License: BSD-2-Clause AND MIT AND BSD-3-Clause
URL: https://numba.pydata.org
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 2.3.0
Release: 1%?dist
Release: 2%?dist
Summary: Flexible Python configuration system. The last one you will ever need
License: BSD-3-Clause
URL: https://github.com/omry/omegaconf
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Open-Unmix - Music Source Separation for PyTorch
License: MIT
URL: https://github.com/sigsep/open-unmix-pytorch
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 20250625
Release: 1%?dist
Release: 2%?dist
Summary: Robust Speech Recognition via Large-Scale Weak Supervision
License: MIT
URL: https://github.com/openai/whisper
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.3.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Open Chinese Convert
License: Apache-2.0
URL: https://github.com/BYVoid/OpenCC
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.19.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: PEFT: State-of-the-art Parameter-Efficient Fine-Tuning
License: Apache-2.0
URL: https://github.com/huggingface/peft
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.6.1rc1
Release: 1%?dist
Release: 2%?dist
Summary: Pretty Good Privacy for Python
License: BSD-3-Clause
URL: https://github.com/memory/PGPy
@@ -7,7 +7,7 @@
Name: python-%{srcname}
Version: 1.3.0
Release: 1%?dist
Release: 2%?dist
Summary: Python library for working with HEIF images and plugin for Pillow
License: BSD-3-Clause
@@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: %{pypi_version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Live patches pip to use system certs by default
License: BSD-2-Clause
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.12.33
Release: 1%?dist
Release: 2%?dist
Summary: A framework for package management
License: BSD-3-Clause
URL: https://pkgcore.github.io/pkgcore
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 4.18.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python bindings for the Plex API
License: BSD-3-Clause
URL: https://github.com/pushingkarmaorg/python-plexapi
+1 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 7.18.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Send usage data from your Python code to PostHog
License: MIT
URL: https://posthog.com/docs/libraries/python
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 7.35.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Protocol Buffers
License: BSD-3-Clause
@@ -4,7 +4,7 @@
Name: python-proton-core
Version: 0.7.0
Release: 1%?dist
Release: 2%?dist
Summary: %{unmangled_name} library
License: GPL-3.0-or-later
URL: https://github.com/ProtonVPN/%{github_repo_name}
@@ -2,7 +2,7 @@
Name: python-proton-keyring-linux
Version: 0.2.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python3 Proton linux keyring base implementation
License: GPL-3.0-or-later
URL: https://github.com/ProtonVPN/python-proton-keyring-linux
@@ -5,7 +5,7 @@
Name: python-%{pypi_name}
Version: 5.2.4
Release: 1%{?dist}
Release: 2%{?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
@@ -5,7 +5,7 @@
Name: python-%{pypi_name}
Version: 1.6.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Proton VPN local agent written in Rust
License: GPL-3.0-only
URL: https://github.com/ProtonVPN/local-agent-rs
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.1.0
Release: 1%?dist
Release: 2%?dist
Summary: Simple (hopefuly useful) Proxy (as in the GoF design pattern) implementation for Python
License: BSD-2-clause
URL: https://github.com/jtushman/proxy_tools

Some files were not shown because too many files have changed in this diff Show More