Click here to visit the old openkoji buildsystem (Archived)

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

ID39617
Package Namepython-rapidfuzz
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version3.5.2
Release4.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#ef919629c7430d3b4dc1169e4edec52f32f38af9
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 bykojiadmin
State failed
Volume DEFAULT
StartedSat, 18 May 2024 06:21:18 CST
CompletedSat, 18 May 2024 06:38:50 CST
Taskbuild (f40, /rpms/python-rapidfuzz.git:ef919629c7430d3b4dc1169e4edec52f32f38af9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#ef919629c7430d3b4dc1169e4edec52f32f38af9'}}
Tags No tags
RPMs No RPMs
Changelog * 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 * Thu Jan 18 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.5.2-2 - Add missing sources * Fri Dec 15 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.5.2-1 - Update to 3.5.2 - Fixes: rhbz#2183537 * 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 0.29.x * Fri Feb 10 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.13.7-1 - Initial package