Sat, 18 May 2024 02:47:05 UTC | login

Information for build python-fastavro-1.6.1-1.fc37

ID204962
Package Namepython-fastavro
Version1.6.1
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-fastavro.git#ae9d14721794e6409fa9ffaf74955741792c6dd6
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
StartedTue, 27 Sep 2022 06:49:37 UTC
CompletedTue, 27 Sep 2022 07:20:22 UTC
Taskbuild (f37, /rpms/python-fastavro.git:ae9d14721794e6409fa9ffaf74955741792c6dd6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-fastavro.git#ae9d14721794e6409fa9ffaf74955741792c6dd6'}}
Tags
f37
RPMs
src
python-fastavro-1.6.1-1.fc37.src.rpm (info) (download)
riscv64
python-fastavro-doc-1.6.1-1.fc37.riscv64.rpm (info) (download)
python3-fastavro-1.6.1-1.fc37.riscv64.rpm (info) (download)
python3-fastavro+codecs-1.6.1-1.fc37.riscv64.rpm (info) (download)
python3-fastavro+lz4-1.6.1-1.fc37.riscv64.rpm (info) (download)
python3-fastavro+snappy-1.6.1-1.fc37.riscv64.rpm (info) (download)
python3-fastavro+zstandard-1.6.1-1.fc37.riscv64.rpm (info) (download)
python-fastavro-debugsource-1.6.1-1.fc37.riscv64.rpm (info) (download)
python3-fastavro-debuginfo-1.6.1-1.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Thu May 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.4.12-1 - Update to 1.4.12 (close RHBZ#2088391) * Sat Apr 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.4.11-1 - Update to 1.4.11 (close RHBZ#2079637) * Mon Apr 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.4.10-1 - Update to 1.4.10 (close RHBZ#2061019) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Jan 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.4.9-1 - Update to 1.4.9 (close RHBZ#2038426) * Mon Dec 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.4.8-2 - Use provisional %pyproject_build_lib macro * Mon Dec 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.4.8-1 - Update to 1.4.8 (close RHBZ#2035758) * Tue Dec 07 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.4.7-5 - Simplify setting PYTHONPATH for doc build * Sat Nov 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.7-2 - Reduce LaTeX PDF build verbosity * Fri Oct 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.7-1 - Update to 1.4.7 (close RHBZ#2018577) * Mon Oct 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.6-3 - Fix: test_ancient_datetime test fails in timezone with offset that changed since 1960 * Mon Oct 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.6-2 - Work around RHBZ#1905174 in F34 in python-check-manifest * Mon Oct 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.6-1 - Update to 1.4.6 * Mon Oct 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.5-1 - Update to 1.4.5 (close RHBZ#2007469) - Switch to pyproject-rpm-macros (“new guidelines”) - Add extras metapackages - Build PDF documentation instead of HTML due to JS bundling issues - Change license from ASL 2.0 to (MIT and ASL 2.0) * Mon Aug 16 2021 Shane Allcroft <shaneallcroft AT fedoraproject DOT org> - 1.4.4-1 - Update to latest release * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.4.1-2 - Rebuilt for Python 3.10 * Sat May 22 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.4.1-1 - Update to latest release * Sun Mar 28 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.4-1 - Update to latest release - add new BRs - remove unneeded pyprovide macro - exclude 32 bit arches that upstream does not support - Enable tests * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild