Name: | python3-annotated-types |
---|---|
Version: | 0.7.0 |
Release: | 3.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 81886 |
License: | MIT |
RPM: | python3-annotated-types-0.7.0-3.el10_0.noarch.rpm |
Source RPM: | python-annotated-types-0.7.0-3.el10_0.src.rpm |
Build Date: | Tue Jan 21 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/annotated-types/annotated-types |
Summary: | Reusable constraint types to use with typing.Annotated |
Description: | PEP-593 added typing.Annotated as a way of adding context-specific metadata to existing types, and specifies that Annotated[T, x] should be treated as T by any tool or library without special logic for x. This package provides metadata objects which can be used to represent common constraints such as upper and lower bounds on scalar values and collection sizes, a Predicate marker for runtime checks, and descriptions of how we intend these metadata to be interpreted. In some cases, we also note alternative representations which do not require this package. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Update to 0.7.0 (close RHBZ#2282026)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Assert %pyproject_files contains a license file; don’t package a duplicate
- Update to 0.6.0. Fixes rhbz#2242535.
- Initial package. Closes rhbz#2238391.