Name: | python3.11-calver |
---|---|
Version: | 2022.6.26 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 19473 |
License: | None |
RPM: | python3.11-calver-2022.6.26-2.el8.noarch.rpm |
Source RPM: | python-calver-2022.6.26-2.el8.src.rpm |
Build Date: | Wed Feb 19 2025 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/di/calver |
Summary: | Setuptools extension for CalVer package versions |
Description: | The calver package is a [setuptools]( extension for automatically defining your Python package version as a calendar version. UsageFirst, ensure calver is present during the project's build step by specifying it as one of the build requirements:pyproject.toml:[build-system] requires ["setuptools>42", "calver"] To enable generating the version automatically based on the date, add the following... |