Information for build python-fastavro-1.11.1-1.fc42

ID127674
Package Namepython-fastavro
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.11.1
Release1.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-fastavro.git#4993dff95abfac9c6ce2459512cb32742d3efeb0
SummaryFast Avro for Python
DescriptionBecause the Apache Python avro package is written in pure Python, it is relatively slow. In one test case, it takes about 14 seconds to iterate through a file of 10,000 records. By comparison, the JAVA avro SDK reads the same file in 1.9 seconds. The fastavro library was written to offer performance comparable to the Java library. With regular CPython, fastavro uses C extensions which allow it to iterate the same 10,000 record file in 1.7 seconds. With PyPy, this drops to 1.5 seconds (to be fair, the JAVA benchmark is doing some extra JSON encoding/decoding). Supported Features • File Writer • File Reader (iterating via records or blocks) • Schemaless Writer • Schemaless Reader • JSON Writer • JSON Reader • Codecs (Snappy, Deflate, Zstandard, Bzip2, LZ4, XZ) • Schema resolution • Aliases • Logical Types • Parsing schemas into the canonical form • Schema fingerprinting Missing Features • Anything involving Avro’s RPC features
Built bykojiadmin
State complete
Volume DEFAULT
StartedWed, 09 Jul 2025 11:19:10 CST
CompletedWed, 09 Jul 2025 12:24:40 CST
Taskbuild (f42-build-side-1, /rpms/python-fastavro.git:4993dff95abfac9c6ce2459512cb32742d3efeb0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-fastavro.git#4993dff95abfac9c6ce2459512cb32742d3efeb0'}}
Tags
f42-build-side-1
RPMs
src
python-fastavro-1.11.1-1.fc42.src.rpm (info) (download)
riscv64
python-fastavro-doc-1.11.1-1.fc42.riscv64.rpm (info) (download)
python3-fastavro-1.11.1-1.fc42.riscv64.rpm (info) (download)
python3-fastavro+codecs-1.11.1-1.fc42.riscv64.rpm (info) (download)
python3-fastavro+lz4-1.11.1-1.fc42.riscv64.rpm (info) (download)
python3-fastavro+snappy-1.11.1-1.fc42.riscv64.rpm (info) (download)
python3-fastavro+zstandard-1.11.1-1.fc42.riscv64.rpm (info) (download)
python-fastavro-debugsource-1.11.1-1.fc42.riscv64.rpm (info) (download)
python3-fastavro-debuginfo-1.11.1-1.fc42.riscv64.rpm (info) (download)
Logs
riscv64
installed_pkgs.log
build.log
state.log
hw_info.log
dnf5.log
root.log
mock_output.log
mock_config.log
Changelog * Sun May 18 2025 Packit <hello@packit.dev> - 1.11.1-1 - Update to 1.11.1 upstream release - Resolves: rhbz#2367031 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Dec 20 2024 Packit <hello@packit.dev> - 1.10.0-1 - Update to 1.10.0 upstream release - Resolves: rhbz#2333498 * Sun Sep 08 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.9.7-1 - Update to 1.9.7 upstream release - Resolves: rhbz#2310338 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 10 2024 Packit <hello@packit.dev> - 1.9.5-1 - Update to 1.9.5 upstream release - Resolves: rhbz#2297035 * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.9.4-2 - Rebuilt for Python 3.13 * Wed Feb 14 2024 Packit <hello@packit.dev> - 1.9.4-1 - [packit] 1.9.4 upstream release * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.4-5 - Skip tests that fail with zlib-ng * Wed Jan 03 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.4-4 - Assert that a license file is present in the .dist-info directory * Tue Nov 07 2023 Miro Hrončok <miro@hroncok.cz> - 1.8.4-3 - Fix tests that fail without sphinxcontrib_jsmath-*-nspkg.pth * Mon Oct 09 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.8.4-2 - chore: add packit * Fri Oct 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.4-1 - Update to 1.8.4 (close RHBZ#2241972) * Sat Sep 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.3-2 - Drop the manual Cython BuildRequires * Sat Sep 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.3-1 - Update to 1.8.3 (close RHBZ#2238056) * Wed Jul 19 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.2-1 - Update to 1.8.2 (close RHBZ#2221332) * Wed Jul 19 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.4-3 - Use new (rpm 4.17.1+) bcond style * Wed Jun 28 2023 Python Maint <python-maint@redhat.com> - 1.7.4-2 - Rebuilt for Python 3.12