Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-cached_property-2.0.1-6.fc43 RPM for noarch

From Fedora 43 testing updates for s390x / Packages / p

Name: python3-cached_property Distribution: Fedora Project
Version: 2.0.1 Vendor: Fedora Project
Release: 6.fc43 Build date: Fri Sep 19 16:53:01 2025
Group: Unspecified Build host: buildhw-x86-08.rdu3.fedoraproject.org
Size: 36091 Source RPM: python-cached_property-2.0.1-6.fc43.src.rpm
Packager: Fedora Project
Url: https://github.com/pydanny/cached-property
Summary: A cached-property for decorating methods in Python classes.
cached_property allows properties in Python classes to be cached until the cache
is invalidated or expired.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.0.1-6
  - Rebu