Fri, 30 Aug 2024 13:49:23 UTC | login

Information for build python-fastavro-1.9.4-2.fc41

ID312067
Package Namepython-fastavro
Version1.9.4
Release2.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-fastavro.git#d5fc18f23be2cde226666581ec64e7e4f2f267b1
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 failed
Volume DEFAULT
StartedFri, 12 Jul 2024 13:29:45 UTC
CompletedFri, 12 Jul 2024 19:01:34 UTC
Taskbuild (f41, /rpms/python-fastavro.git:d5fc18f23be2cde226666581ec64e7e4f2f267b1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-fastavro.git#d5fc18f23be2cde226666581ec64e7e4f2f267b1'}}
Tags No tags
RPMs No RPMs
Changelog * 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 * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 1.5.1-3 - Rebuilt for Python 3.11 * Sat Jun 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.1-2 - Do not generate dependencies on linters, formatters, typecheckers, etc. * Fri Jun 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.1-1 - Update to 1.5.1 (close RHBZ#2094653) * Fri Jun 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.12-2 - Drop a workaround for F34 since it is EOL