Name: | python3-looseversion |
---|---|
Version: | 1.3.0 |
Release: | 5.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 25679 |
License: | PSF-2.0 |
RPM: | python3-looseversion-1.3.0-5.el9.noarch.rpm |
Source RPM: | python-looseversion-1.3.0-5.el9.src.rpm |
Build Date: | Tue Jun 18 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.org/pypi/looseversion |
Summary: | Version numbering for anarchists and software realists |
Description: | A backwards/forwards-compatible fork of distutils.version.LooseVersion, for times when PEP-440 isnt what you need. The goal of this package is to be a drop-in replacement for the original LooseVersion. It implements an identical interface and comparison logic to LooseVersion. The only major change is that a looseversion.LooseVersion is comparable to a distutils.version.LooseVersion, which means tools should not need to worry whether all dependencies that use LooseVersion have migrated. If you are simply comparing versions of Python packages, consider moving to packaging.version.Version, which follows PEP-440. LooseVersion is better suited to interacting with heterogeneous version schemes that do not follow PEP-440. |
- 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
- Assert that the .dist-info directory contains a license file
- [packit] 1.3.0 upstream release
- chore: add packit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Avoid tox dependency
- Rebuilt for Python 3.12
- feat: update to 1.2.0 (fixes rhbz#2210045)