Tue, 14 May 2024 18:52:01 UTC | login

Information for build python-rapidfuzz-3.5.2-3.fc40

ID290756
Package Namepython-rapidfuzz
Version3.5.2
Release3.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#d45d69a57546cb971436d8171db87f655f09b9be
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 failed
Volume DEFAULT
StartedWed, 17 Apr 2024 09:42:31 UTC
CompletedWed, 17 Apr 2024 10:43:27 UTC
Taskbuild (f40, /rpms/python-rapidfuzz.git:d45d69a57546cb971436d8171db87f655f09b9be)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#d45d69a57546cb971436d8171db87f655f09b9be'}}
Tags No tags
RPMs No RPMs
Changelog * 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