Sun, 28 Jul 2024 23:12:51 UTC | login

Information for build python-rapidfuzz-3.5.2-7.fc41

ID311627
Package Namepython-rapidfuzz
Version3.5.2
Release7.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#12a5f557b5ff8a9776a8a0d4cc23d9e20bd0ba77
SummaryRapid fuzzy string matching in Python and C++ using the Levenshtein Distance
DescriptionRapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy. However there are a couple of aspects that set RapidFuzz apart from FuzzyWuzzy: - It is MIT licensed so it can be used whichever License you might want to choose for your project, while you're forced to adopt the GPL license when using FuzzyWuzzy - It provides many string_metrics like hamming or jaro_winkler, which are not included in FuzzyWuzzy - It is mostly written in C++ and on top of this comes with a lot of Algorithmic improvements to make string matching even faster, while still providing the same results. For detailed benchmarks check the documentation - Fixes multiple bugs in the partial_ratio implementation
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 15 Jul 2024 11:11:30 UTC
CompletedMon, 15 Jul 2024 12:16:55 UTC
Taskbuild (f41, /rpms/python-rapidfuzz.git:12a5f557b5ff8a9776a8a0d4cc23d9e20bd0ba77)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#12a5f557b5ff8a9776a8a0d4cc23d9e20bd0ba77'}}
Tags
f41
RPMs
src
python-rapidfuzz-3.5.2-7.fc41.src.rpm (info) (download)
riscv64
python3-rapidfuzz-3.5.2-7.fc41.riscv64.rpm (info) (download)
python3-rapidfuzz+full-3.5.2-7.fc41.riscv64.rpm (info) (download)
python3-rapidfuzz-devel-3.5.2-7.fc41.riscv64.rpm (info) (download)
python-rapidfuzz-debugsource-3.5.2-7.fc41.riscv64.rpm (info) (download)
python3-rapidfuzz-debuginfo-3.5.2-7.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> 3.5.2-7 - Rebuilt for Python 3.13 * Thu Mar 07 2024 Miro Hrončok <miro@hroncok.cz> 3.5.2-6 - Make the pandas BuildRequirement rich rather than %ifnarch conditional * Wed Mar 06 2024 Sandro <devel@penguinpee.nl> 3.5.2-5 - Drop dependency on pandas for i686 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> 3.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> 3.5.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Dec 15 2023 Tomáš Hrnčiar <thrnciar@redhat.com> 3.5.2-1 - Update to 3.5.2 * Mon Aug 07 2023 Troy Curtis Jr <troy@troycurtisjr.com> 2.13.7-8 - Fix build for Cython 3.0.0. * Mon Aug 07 2023 Miro Hrončok <miro@hroncok.cz> 2.13.7-7 - Build with Cython 3 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> 2.13.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jul 01 2023 Python Maint <python-maint@redhat.com> 2.13.7-5 - Rebuilt for Python 3.12 * Thu Jun 01 2023 Tomáš Hrnčiar <thrnciar@redhat.com> 2.13.7-4 - Remove pregenerated Cython 3 sources and recreate them with Cython * Sat May 27 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 2.13.7-3 - Enable verbose pytest output * Fri Feb 10 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.13.7-1 - Initial package