Tue, 18 Jun 2024 13:12:11 UTC | login

Information for build python-string_utils-1.0.0-13.fc39

ID252333
Package Namepython-string_utils
Version1.0.0
Release13.fc39
Epoch
SummaryUtility functions for strings validation and manipulation
DescriptionA handy library to validate, manipulate and generate strings, which is: • Simple and “pythonic” • Fully documented and with examples! (html version on readthedocs.io) • 100% code coverage! (see it with your own eyes on codecov.io) • Tested (automatically on each push thanks to Travis CI) against all officially supported Python versions • Fast (mostly based on compiled regex) • Free from external dependencies • PEP8 compliant
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 07:52:46 UTC
CompletedFri, 20 Oct 2023 07:52:46 UTC
Tags
f40
RPMs
src
python-string_utils-1.0.0-13.fc39.src.rpm (info) (download)
noarch
python-string_utils-doc-1.0.0-13.fc39.noarch.rpm (info) (download)
python3-python-string-utils-1.0.0-13.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu May 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.0-12 - Fix source archive committed to dist-git - Stop pretending we will use this spec file for EPEL7/8 - Reduce macro indirection in the spec file - Drop unnecessary BuildRequires on git - Improve the source archive URL - Update summary and description from upstream - Rename the binary RPM to match the canonical project name - Fix incorrect file and directory permissions - Build docs as PDF instead of HTML to sidestep most issues with bundling etc. - Adjust spec-file whitespace for readability - Stop doing coverage analysis - Package the changelog - Confirm License is SPDX MIT - Port to pyproject-rpm-macros