Fri, 30 Aug 2024 15:32:11 UTC | login

Information for build python-fastavro-1.9.5-1.fc41

ID312414
Package Namepython-fastavro
Version1.9.5
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-fastavro.git#eaecdc31e5ce5f8afb07b29673c7218366cbe93a
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 bydavidlt
State complete
Volume DEFAULT
StartedSun, 14 Jul 2024 04:35:31 UTC
CompletedSun, 14 Jul 2024 04:58:06 UTC
Taskbuild (f41, /rpms/python-fastavro.git:eaecdc31e5ce5f8afb07b29673c7218366cbe93a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-fastavro.git#eaecdc31e5ce5f8afb07b29673c7218366cbe93a'}}
Tags
f41
RPMs
src
python-fastavro-1.9.5-1.fc41.src.rpm (info) (download)
riscv64
python-fastavro-doc-1.9.5-1.fc41.riscv64.rpm (info) (download)
python3-fastavro-1.9.5-1.fc41.riscv64.rpm (info) (download)
python3-fastavro+codecs-1.9.5-1.fc41.riscv64.rpm (info) (download)
python3-fastavro+lz4-1.9.5-1.fc41.riscv64.rpm (info) (download)
python3-fastavro+snappy-1.9.5-1.fc41.riscv64.rpm (info) (download)
python3-fastavro+zstandard-1.9.5-1.fc41.riscv64.rpm (info) (download)
python-fastavro-debugsource-1.9.5-1.fc41.riscv64.rpm (info) (download)
python3-fastavro-debuginfo-1.9.5-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * 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 * Sat May 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.4-1 - Update to 1.7.4 (close RHBZ#2193327) * Sat May 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.3-2 - Don’t assume %_smp_mflags is -j%_smp_build_ncpus * Fri Mar 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.3-1 - Update to 1.7.3 (close RHBZ#2176743) * Thu Mar 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.2-2 - Drop %pyproject_build_lib (F37+) * Sat Feb 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.2-1 - Update to 1.7.2 (close RHBZ#2172972) * Fri Feb 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-1 - Update to 1.7.1 (close RHBZ#2165194) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Oct 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.0-1 - Update to 1.7.0 (close RHBZ#2137908) * Sun Sep 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-1 - Update to 1.6.1 (close RHBZ#2125826) * Tue Aug 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.0-1 - Update to 1.6.0 (close RHBZ#2118528) * Tue Aug 02 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.4-1 - Update to 1.5.4 (close RHBZ#2112610) * Tue Aug 02 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.3-2 - Convert License to SPDX * Wed Jul 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.3-1 - Update to 1.5.3 (close RHBZ#2108901) * Sat Jul 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.2-1 - Update to 1.5.2 (close RHBZ#2101870) * Mon Jul 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.1-4 - Fix extra newline in description