| Name: | python3-python-string-utils |
|---|---|
| Version: | 1.0.0 |
| Release: | 17.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 144126 |
| License: | MIT |
| RPM: | python3-python-string-utils-1.0.0-17.el10_0.noarch.rpm |
| Source RPM: | python-string_utils-1.0.0-17.el10_0.src.rpm |
| Build Date: | Fri Dec 20 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/daveoncode/python-string-utils |
| Summary: | Utility functions for strings validation and manipulation |
| Description: | A 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 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- 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