propcache 0.3.0
pip install propcache
Released:
Accelerated property cache
Navigation
Verified details
These details have been verified by PyPIProject links
Owner
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache-2.0)
- Author: Andrew Svetlov
- Maintainer: aiohttp team <team@aiohttp.org>
- Tags cython, cext, propcache
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
propcache
The module provides a fast implementation of cached properties for Python 3.9+.
Introduction
The API is designed to be nearly identical to the built-in functools.cached_property class, except for the additional under_cached_property class which uses self._cache instead of self.__dict__ to store the cached values and prevents __set__ from being called.
For full documentation please read https://propcache.readthedocs.io.
Installation
$ pip install propcache
The library is Python 3 only!
PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install propcache on another operating system where wheels are not provided, the the tarball will be used to compile the library from the source code. It requires a C compiler and and Python headers installed.
To skip the compilation you must explicitly opt-in by using a PEP 517 configuration setting pure-python, or setting the PROPCACHE_NO_EXTENSIONS environment variable to a non-empty value, e.g.:
$ pip install propcache --config-settings=pure-python=false
Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.
API documentation
The documentation is located at https://propcache.readthedocs.io.
Source code
The project is hosted on GitHub
Please file an issue on the bug tracker if you have found a bug or have some suggestion in order to improve the library.
Discussion list
aio-libs google group: https://groups.google.com/forum/#!forum/aio-libs
Feel free to post your questions and ideas here.
Authors and License
The propcache package is derived from yarl which is written by Andrew Svetlov.
It’s Apache 2 licensed and freely available.
Changelog
0.3.0
(2025-02-20)
Features
Implemented support for the free-threaded build of CPython 3.13 – by @lysnikolaou.
Related issues and pull requests on GitHub: #84.
Packaging updates and notes for downstreams
Started building wheels for the free-threaded build of CPython 3.13 – by @lysnikolaou.
Related issues and pull requests on GitHub: #84.
Contributor-facing changes
GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps – an action by @webknjaz that takes into account ABI stability and the exact version of Python runtime.
Related issues and pull requests on GitHub: #93.
0.2.1
(2024-12-01)
Bug fixes
Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package – by @ajsanchezsanz and @markgreene74.
Related commits on GitHub: 64df0a6.
Fixed wrapped and func not being accessible in the Cython versions of propcache.api.cached_property and propcache.api.under_cached_property decorators – by @bdraco.
Related issues and pull requests on GitHub: #72.
Removals and backward incompatible breaking changes
Packaging updates and notes for downstreams
Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package – by @ajsanchezsanz and @markgreene74.
Related commits on GitHub: 64df0a6.
0.2.0
(2024-10-07)
Bug fixes
Features
Improved documentation
Packaging updates and notes for downstreams
0.1.0
(2024-10-03)
Features
0.0.0
(2024-10-02)
Initial release.
Project details
Verified details
These details have been verified by PyPIProject links
Owner
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache-2.0)
- Author: Andrew Svetlov
- Maintainer: aiohttp team <team@aiohttp.org>
- Tags cython, cext, propcache
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Uploaded
CPython 3.13t
Windows x86-64
Uploaded
CPython 3.13t
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13t
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.13t
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.13t
musllinux: musl 1.2+ i686
Uploaded
CPython 3.13t
musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.13t
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.13t
macOS 11.0+ ARM64
Uploaded
CPython 3.13t
macOS 10.13+ x86-64
Uploaded
CPython 3.13t
macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.13
Windows x86-64
Uploaded
CPython 3.13
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.13
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.13
musllinux: musl 1.2+ i686
Uploaded
CPython 3.13
musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.13
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.13
macOS 11.0+ ARM64
Uploaded
CPython 3.13
macOS 10.13+ x86-64
Uploaded
CPython 3.13
macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.12
Windows x86-64
Uploaded
CPython 3.12
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.12
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.12
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.12
musllinux: musl 1.2+ i686
Uploaded
CPython 3.12
musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.12
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.12
macOS 11.0+ ARM64
Uploaded
CPython 3.12
macOS 10.13+ x86-64
Uploaded
CPython 3.12
macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.11
Windows x86-64
Uploaded
CPython 3.11
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.11
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.11
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.11
musllinux: musl 1.2+ i686
Uploaded
CPython 3.11
musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.11
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.11
macOS 11.0+ ARM64
Uploaded
CPython 3.11
macOS 10.9+ x86-64
Uploaded
CPython 3.11
macOS 10.9+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.10
Windows x86-64
Uploaded
CPython 3.10
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.10
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.10
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.10
musllinux: musl 1.2+ i686
Uploaded
CPython 3.10
musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.10
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.10
macOS 11.0+ ARM64
Uploaded
CPython 3.10
macOS 10.9+ x86-64
Uploaded
CPython 3.10
macOS 10.9+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.9
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.9
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.9
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.9
musllinux: musl 1.2+ i686
Uploaded
CPython 3.9
musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.9
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.9
macOS 11.0+ ARM64
Uploaded
CPython 3.9
macOS 10.9+ x86-64
Uploaded
CPython 3.9
macOS 10.9+ universal2 (ARM64, x86-64)
File details
Details for the file propcache-0.3.0.tar.gz
.
File metadata
- Download URL: propcache-0.3.0.tar.gz
- Upload date:
- Size: 42.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8fd93de4e1d278046345f49e2238cdb298589325849b2645d4a94c53faeffc5 |
|
MD5 | e21cefaa1f64bade3837e33eb6b9ff6d |
|
BLAKE2b-256 | 9276f941e63d55c0293ff7829dd21e7cf1147e90a526756869a9070f287a68c9 |
Provenance
The following attestation bundles were made for propcache-0.3.0.tar.gz
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0.tar.gz
- Subject digest:
a8fd93de4e1d278046345f49e2238cdb298589325849b2645d4a94c53faeffc5
- Sigstore transparency entry: 173072153
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: propcache-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67dda3c7325691c2081510e92c561f465ba61b975f481735aefdfc845d2cd043 |
|
MD5 | f14ce783367216adeb9ab9deca71469f |
|
BLAKE2b-256 | b5356c4c6fc8774a9e3629cd750dc24a7a4fb090a25ccd5c3246d127b70f9e22 |
Provenance
The following attestation bundles were made for propcache-0.3.0-py3-none-any.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-py3-none-any.whl
- Subject digest:
67dda3c7325691c2081510e92c561f465ba61b975f481735aefdfc845d2cd043
- Sigstore transparency entry: 173072228
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-win_amd64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 46.4 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e872573220d1ee2305b35c9813626e620768248425f58798413e9c39741f46 |
|
MD5 | e3f4f28d823ad0dd9d23166edf341d7b |
|
BLAKE2b-256 | 6f45960365f4f8978f48ebb56b1127adf33a49f2e69ecd46ac1f46d6cf78a79d |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-win_amd64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-win_amd64.whl
- Subject digest:
75e872573220d1ee2305b35c9813626e620768248425f58798413e9c39741f46
- Sigstore transparency entry: 173072280
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-win32.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-win32.whl
- Upload date:
- Size: 42.3 kB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c3e893c4464ebd751b44ae76c12c5f5c1e4f6cbd6fbf67e3783cd93ad221863 |
|
MD5 | 1db7bbdc92dd9f28cb11fb7aa1a3eaa3 |
|
BLAKE2b-256 | 42789432542a35d944abeca9e02927a0de38cd7a298466d8ffa171536e2381c3 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-win32.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-win32.whl
- Subject digest:
0c3e893c4464ebd751b44ae76c12c5f5c1e4f6cbd6fbf67e3783cd93ad221863
- Sigstore transparency entry: 173072282
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 277.1 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c929916cbdb540d3407c66f19f73387f43e7c12fa318a66f64ac99da601bcdf |
|
MD5 | 68c5f4a5dcf7d9135acd106ece353866 |
|
BLAKE2b-256 | 6471cf831fdc2617f86cfd7f414cfc487d018e722dac8acc098366ce9bba0941 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Subject digest:
6c929916cbdb540d3407c66f19f73387f43e7c12fa318a66f64ac99da601bcdf
- Sigstore transparency entry: 173072267
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-musllinux_1_2_s390x.whl
- Upload date:
- Size: 288.7 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c441c841e82c5ba7a85ad25986014be8d7849c3cfbdb6004541873505929a74e |
|
MD5 | 898773bd885b2cb2303571715765c668 |
|
BLAKE2b-256 | e8f0fd9b8247b449fe02a4f96538b979997e229af516d7462b006392badc59a1 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-musllinux_1_2_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-musllinux_1_2_s390x.whl
- Subject digest:
c441c841e82c5ba7a85ad25986014be8d7849c3cfbdb6004541873505929a74e
- Sigstore transparency entry: 173072276
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 280.2 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecc2920630283e0783c22e2ac94427f8cca29a04cfdf331467d4f661f4072dac |
|
MD5 | e9284aec700bf14ab7a83b6d34cb1b1e |
|
BLAKE2b-256 | dccf6292b5ce6ed0017e6a89024a827292122cc41b6259b30ada0c6732288513 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
- Subject digest:
ecc2920630283e0783c22e2ac94427f8cca29a04cfdf331467d4f661f4072dac
- Sigstore transparency entry: 173072252
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 257.2 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ff4e9ecb6e4b363430edf2c6e50173a63e0820e549918adef70515f87ced19a |
|
MD5 | 916cfbfd8493172d0f999a8a91900661 |
|
BLAKE2b-256 | f480fd3f741483dc8e59f7ba7e05eaa0f4e11677d7db2077522b92ff80117a2a |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
- Subject digest:
9ff4e9ecb6e4b363430edf2c6e50173a63e0820e549918adef70515f87ced19a
- Sigstore transparency entry: 173072238
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 254.1 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f47d52fd9b2ac418c4890aad2f6d21a6b96183c98021f0a48497a904199f006e |
|
MD5 | 08eba56525a984b2ed383b5e8fdf97c0 |
|
BLAKE2b-256 | d83c446e125f5bbbc1922964dd67cb541c01cdb678d811297b79a4ff6accc843 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Subject digest:
f47d52fd9b2ac418c4890aad2f6d21a6b96183c98021f0a48497a904199f006e
- Sigstore transparency entry: 173072258
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 275.2 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02df07041e0820cacc8f739510078f2aadcfd3fc57eaeeb16d5ded85c872c89e |
|
MD5 | 18ef8afcf0a1381391df40cbdb6f994c |
|
BLAKE2b-256 | 3768d94649e399e8d7fc051e5a4f2334efc567993525af083db145a70690a121 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Subject digest:
02df07041e0820cacc8f739510078f2aadcfd3fc57eaeeb16d5ded85c872c89e
- Sigstore transparency entry: 173072194
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 281.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fddb8870bdb83456a489ab67c6b3040a8d5a55069aa6f72f9d872235fbc52f54 |
|
MD5 | 14a5e68dea1c81829a199f3851b0b436 |
|
BLAKE2b-256 | b0b82c860c92b4134f68c7716c6f30a0d723973f881c32a6d7a24c4ddca05fdf |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
fddb8870bdb83456a489ab67c6b3040a8d5a55069aa6f72f9d872235fbc52f54
- Sigstore transparency entry: 173072299
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 293.3 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4544699674faf66fb6b4473a1518ae4999c1b614f0b8297b1cef96bac25381db |
|
MD5 | 9e6ee467689d9723799177cdbf7e519b |
|
BLAKE2b-256 | 768d94a8585992a064a23bd54f56c5e58c3b8bf0c0a06ae10e56f2353ae16c3d |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
4544699674faf66fb6b4473a1518ae4999c1b614f0b8297b1cef96bac25381db
- Sigstore transparency entry: 173072193
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 293.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 794c3dd744fad478b6232289c866c25406ecdfc47e294618bdf1697e69bd64a6 |
|
MD5 | e34c238998d57125c9fee26ae4172985 |
|
BLAKE2b-256 | eeffe4179facd21515b24737e1e26e02615dfb5ed29416eed4cf5bc6ac5ce5fb |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
794c3dd744fad478b6232289c866c25406ecdfc47e294618bdf1697e69bd64a6
- Sigstore transparency entry: 173072295
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 291.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c0fdbdf6983526e269e5a8d53b7ae3622dd6998468821d660d0daf72779aefa |
|
MD5 | d1a7bfddff367fcad390ed3cac02d46e |
|
BLAKE2b-256 | 0fb667451a437aed90c4e951e320b5b3d7eb584ade1d5592f6e5e8f678030989 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
7c0fdbdf6983526e269e5a8d53b7ae3622dd6998468821d660d0daf72779aefa
- Sigstore transparency entry: 173072201
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 268.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f857034dc68d5ceb30fb60afb6ff2103087aea10a01b613985610e007053a121 |
|
MD5 | 36badcd5c9ff1539868b65c3854480f1 |
|
BLAKE2b-256 | cd72b564be7411b525d11757b713c757c21cd4dc13b6569c3b2b8f6d3c96fd5e |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
f857034dc68d5ceb30fb60afb6ff2103087aea10a01b613985610e007053a121
- Sigstore transparency entry: 173072202
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 46.7 kB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07700939b2cbd67bfb3b76a12e1412405d71019df00ca5697ce75e5ef789d829 |
|
MD5 | f81e049c9c4ad9047ebe7d8e2c123077 |
|
BLAKE2b-256 | 1b4cb55c98d586c69180d3048984a57a5ea238bdeeccf82dbfcd598e935e10bb |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
- Subject digest:
07700939b2cbd67bfb3b76a12e1412405d71019df00ca5697ce75e5ef789d829
- Sigstore transparency entry: 173072271
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl
- Upload date:
- Size: 47.3 kB
- Tags: CPython 3.13t, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65a37714b8ad9aba5780325228598a5b16c47ba0f8aeb3dc0514701e4413d7c0 |
|
MD5 | 7c013e776e8a738d8b1551c21c7dc4cc |
|
BLAKE2b-256 | 8689752388f12e6027a5e63f5d075f15291ded48e2d8311314fff039da5a9b11 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl
- Subject digest:
65a37714b8ad9aba5780325228598a5b16c47ba0f8aeb3dc0514701e4413d7c0
- Sigstore transparency entry: 173072300
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl
- Upload date:
- Size: 82.1 kB
- Tags: CPython 3.13t, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e560fd75aaf3e5693b91bcaddd8b314f4d57e99aef8a6c6dc692f935cc1e6bbf |
|
MD5 | 2314d898e7ced8545b4a9f568a5b0f70 |
|
BLAKE2b-256 | ee957d32e3560f5bf83fc2f2a4c1b0c181d327d53d5f85ebd045ab89d4d97763 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl
- Subject digest:
e560fd75aaf3e5693b91bcaddd8b314f4d57e99aef8a6c6dc692f935cc1e6bbf
- Sigstore transparency entry: 173072285
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 43.6 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c8f7d896a16da9455f882870a507567d4f58c53504dc2d4b1e1d386dfe4588a |
|
MD5 | 6fff142b42e9d44dfc3648c12adf0fe7 |
|
BLAKE2b-256 | 80ecc6a84f9a36f608379b95f0e786c111d5465926f8c62f12be8cdadb02b15c |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-win_amd64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-win_amd64.whl
- Subject digest:
1c8f7d896a16da9455f882870a507567d4f58c53504dc2d4b1e1d386dfe4588a
- Sigstore transparency entry: 173072245
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-win32.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-win32.whl
- Upload date:
- Size: 39.8 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee0bd3a7b2e184e88d25c9baa6a9dc609ba25b76daae942edfb14499ac7ec374 |
|
MD5 | a93c59b7f0e12e1e83dc6afd725f623e |
|
BLAKE2b-256 | ab760583ca2c551aa08ffcff87b2c6849c8f01c1f6fb815a5226f0c5c202173e |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-win32.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-win32.whl
- Subject digest:
ee0bd3a7b2e184e88d25c9baa6a9dc609ba25b76daae942edfb14499ac7ec374
- Sigstore transparency entry: 173072248
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 216.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fa0e7c9c3cf7c276d4f6ab9af8adddc127d04e0fcabede315904d2ff76db626 |
|
MD5 | e510cba3a7bf00131e81f2a66fd86c01 |
|
BLAKE2b-256 | 92e3a7b9782aef5a2fc765b1d97da9ec7aed2f25a4e985703608e73232205e3f |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Subject digest:
4fa0e7c9c3cf7c276d4f6ab9af8adddc127d04e0fcabede315904d2ff76db626
- Sigstore transparency entry: 173072305
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-musllinux_1_2_s390x.whl
- Upload date:
- Size: 222.9 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c5f5290799a3f6539cc5e6f474c3e5c5fbeba74a5e1e5be75587746a940d51e |
|
MD5 | 6fbe2cbcf216fe8465a9e1dfe609afd1 |
|
BLAKE2b-256 | 3471277f7f9add469698ac9724c199bfe06f85b199542121a71f65a80423d62a |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-musllinux_1_2_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-musllinux_1_2_s390x.whl
- Subject digest:
7c5f5290799a3f6539cc5e6f474c3e5c5fbeba74a5e1e5be75587746a940d51e
- Sigstore transparency entry: 173072264
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 218.1 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24c04f8fbf60094c531667b8207acbae54146661657a1b1be6d3ca7773b7a545 |
|
MD5 | 0fc70a132233fbcde5e521bb51d88a9a |
|
BLAKE2b-256 | e94fbb470f3e687790547e2e78105fb411f54e0cdde0d74106ccadd2521c6572 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl
- Subject digest:
24c04f8fbf60094c531667b8207acbae54146661657a1b1be6d3ca7773b7a545
- Sigstore transparency entry: 173072177
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 208.4 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d62c4f6706bff5d8a52fd51fec6069bef69e7202ed481486c0bc3874912c787 |
|
MD5 | 49e7ed51805483447bd366975f7f0739 |
|
BLAKE2b-256 | 9db30a6720b86791251273fff8a01bc8e628bc70903513bd456f86cde1e1ef84 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
- Subject digest:
5d62c4f6706bff5d8a52fd51fec6069bef69e7202ed481486c0bc3874912c787
- Sigstore transparency entry: 173072199
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 208.2 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 549722908de62aa0b47a78b90531c022fa6e139f9166be634f667ff45632cc92 |
|
MD5 | 0effc4de55b51196672f3936e9cd1f44 |
|
BLAKE2b-256 | 14b339d60224048feef7a96edabb8217dc3f75415457e5ebbef6814f8b2a27b5 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Subject digest:
549722908de62aa0b47a78b90531c022fa6e139f9166be634f667ff45632cc92
- Sigstore transparency entry: 173072225
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 212.9 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c6ec957025bf32b15cbc6b67afe233c65b30005e4c55fe5768e4bb518d712f1 |
|
MD5 | c7d9fd0bd703883fe6eeddbfe29c7d28 |
|
BLAKE2b-256 | 0184bc60188c3290ff8f5f4a92b9ca2d93a62e449c8daf6fd11ad517ad136926 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Subject digest:
3c6ec957025bf32b15cbc6b67afe233c65b30005e4c55fe5768e4bb518d712f1
- Sigstore transparency entry: 173072154
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 227.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c6e7e4f9167fddc438cd653d826f2222222564daed4116a02a184b464d3ef05 |
|
MD5 | 424638aca045cc32ec9af9a4ce2eaf36 |
|
BLAKE2b-256 | ddcefffdddd9725b690b01d345c1156b4c2cc6dca09ab5c23a6d07b8f37d6e2f |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
7c6e7e4f9167fddc438cd653d826f2222222564daed4116a02a184b464d3ef05
- Sigstore transparency entry: 173072171
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 742840d1d0438eb7ea4280f3347598f507a199a35a08294afdcc560c3739989d |
|
MD5 | 852474b602d4f5d23481ebf8b862214f |
|
BLAKE2b-256 | ef5aa9bf90894001468bf8e6ea293bb00626cc9ef10f8eb7996e9ec29345c7ed |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
742840d1d0438eb7ea4280f3347598f507a199a35a08294afdcc560c3739989d
- Sigstore transparency entry: 173072303
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 229.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b812b3cb6caacd072276ac0492d249f210006c57726b6484a1e1805b3cfeea0 |
|
MD5 | d7a2ed157ac790566d349cbc55abe949 |
|
BLAKE2b-256 | efeaf8410c40abcb2e40dffe9adeed017898c930974650a63e5c79b886aa9f73 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
3b812b3cb6caacd072276ac0492d249f210006c57726b6484a1e1805b3cfeea0
- Sigstore transparency entry: 173072203
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 225.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1323cd04d6e92150bcc79d0174ce347ed4b349d748b9358fd2e497b121e03c8 |
|
MD5 | f4e5787f5b6e977c0f19b3c8cb92ac73 |
|
BLAKE2b-256 | 131c6961f11eb215a683b34b903b82bde486c606516c1466bf1fa67f26906d51 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
d1323cd04d6e92150bcc79d0174ce347ed4b349d748b9358fd2e497b121e03c8
- Sigstore transparency entry: 173072175
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 214.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a94ffc66738da99232ddffcf7910e0f69e2bbe3a0802e54426dbf0714e1c2ffe |
|
MD5 | a9be04a2ebdf084cf355a856a54632be |
|
BLAKE2b-256 | 58ae45c89a5994a334735a3032b48e8e4a98c05d9536ddee0719913dc27da548 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
a94ffc66738da99232ddffcf7910e0f69e2bbe3a0802e54426dbf0714e1c2ffe
- Sigstore transparency entry: 173072268
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 44.3 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb2f144c6d98bb5cbc94adeb0447cfd4c0f991341baa68eee3f3b0c9c0e83767 |
|
MD5 | dd499cff4c191c4341483a96eb5593c9 |
|
BLAKE2b-256 | 019bfd5ddbee66cf7686e73c516227c2fd9bf471dbfed0f48329d095ea1228d3 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
- Subject digest:
bb2f144c6d98bb5cbc94adeb0447cfd4c0f991341baa68eee3f3b0c9c0e83767
- Sigstore transparency entry: 173072266
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 44.9 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0c1a133d42c6fc1f5fbcf5c91331657a1ff822e87989bf4a6e2e39b818d0ee9 |
|
MD5 | 3c70954f19a3efa2b60e15f08ff70b0e |
|
BLAKE2b-256 | b85176675703c90de38ac75adb8deceb3f3ad99b67ff02a0fa5d067757971ab8 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
- Subject digest:
b0c1a133d42c6fc1f5fbcf5c91331657a1ff822e87989bf4a6e2e39b818d0ee9
- Sigstore transparency entry: 173072273
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp313-cp313-macosx_10_13_universal2.whl
.
File metadata
- Download URL: propcache-0.3.0-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 77.3 kB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2b9bf8c79b660d0ca1ad95e587818c30ccdb11f787657458d6f26a1ea18c568 |
|
MD5 | b784c812e0c866f667e973f48e2997f3 |
|
BLAKE2b-256 | 3a0fa79dd23a0efd6ee01ab0dc9750d8479b343bfd0c73560d59d271eb6a99d4 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp313-cp313-macosx_10_13_universal2.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp313-cp313-macosx_10_13_universal2.whl
- Subject digest:
a2b9bf8c79b660d0ca1ad95e587818c30ccdb11f787657458d6f26a1ea18c568
- Sigstore transparency entry: 173072293
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 44.4 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d15bc27163cd4df433e75f546b9ac31c1ba7b0b128bfb1b90df19082466ff57 |
|
MD5 | ae829180984b907e7e82980134484370 |
|
BLAKE2b-256 | e417e5789a54a0455a61cb9efc4ca6071829d992220c2998a27c59aeba749f6f |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-win_amd64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-win_amd64.whl
- Subject digest:
2d15bc27163cd4df433e75f546b9ac31c1ba7b0b128bfb1b90df19082466ff57
- Sigstore transparency entry: 173072233
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-win32.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-win32.whl
- Upload date:
- Size: 40.3 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b5b7fd6ee7b54e01759f2044f936dcf7dea6e7585f35490f7ca0420fe723c0d |
|
MD5 | 5c8dd26c681d1952b36f7a176a17c573 |
|
BLAKE2b-256 | 5a11bee5439de1307d06fad176f7143fec906e499c33d7aff863ea8428b8e98b |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-win32.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-win32.whl
- Subject digest:
6b5b7fd6ee7b54e01759f2044f936dcf7dea6e7585f35490f7ca0420fe723c0d
- Sigstore transparency entry: 173072182
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 231.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 728af36011bb5d344c4fe4af79cfe186729efb649d2f8b395d1572fb088a996c |
|
MD5 | ba590dd1eb41fe93ea813ce02bd5cb40 |
|
BLAKE2b-256 | eaaa96f7f9ed6def82db67c972bdb7bd9f28b95d7d98f7e2abaf144c284bf609 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Subject digest:
728af36011bb5d344c4fe4af79cfe186729efb649d2f8b395d1572fb088a996c
- Sigstore transparency entry: 173072208
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-musllinux_1_2_s390x.whl
- Upload date:
- Size: 239.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41de3da5458edd5678b0f6ff66691507f9885f5fe6a0fb99a5d10d10c0fd2d64 |
|
MD5 | f2a19f48e092fdbcf92d0d84c1e966d8 |
|
BLAKE2b-256 | cbc9f09a4ec394cfcce4053d8b2a04d622b5f22d21ba9bb70edd0cad061fa77b |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-musllinux_1_2_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-musllinux_1_2_s390x.whl
- Subject digest:
41de3da5458edd5678b0f6ff66691507f9885f5fe6a0fb99a5d10d10c0fd2d64
- Sigstore transparency entry: 173072260
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 234.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a16167118677d94bb48bfcd91e420088854eb0737b76ec374b91498fb77a70e |
|
MD5 | 593812835fc747ebda1aa08f1c545ddc |
|
BLAKE2b-256 | 6fbe105d9ceda0f97eff8c06bac1673448b2db2a497444de3646464d3f5dc881 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl
- Subject digest:
5a16167118677d94bb48bfcd91e420088854eb0737b76ec374b91498fb77a70e
- Sigstore transparency entry: 173072168
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 222.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf15fc0b45914d9d1b706f7c9c4f66f2b7b053e9517e40123e137e8ca8958b3d |
|
MD5 | a9b853309815182b2fdf68d1b0d7a3d1 |
|
BLAKE2b-256 | 9d18b8392cab6e0964b67a30a8f4dadeaff64dc7022b5a34bb1d004ea99646f4 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
- Subject digest:
bf15fc0b45914d9d1b706f7c9c4f66f2b7b053e9517e40123e137e8ca8958b3d
- Sigstore transparency entry: 173072241
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 221.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9be90eebc9842a93ef8335291f57b3b7488ac24f70df96a6034a13cb58e6ff86 |
|
MD5 | c384b152c4883732d42cf57b3b218c22 |
|
BLAKE2b-256 | 606372404380ae1d9c96d96e165aa02c66c2aae6072d067fc4713da5cde96762 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Subject digest:
9be90eebc9842a93ef8335291f57b3b7488ac24f70df96a6034a13cb58e6ff86
- Sigstore transparency entry: 173072157
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 226.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f4d7a7c0aff92e8354cceca6fe223973ddf08401047920df0fcb24be2bd5138 |
|
MD5 | f12f8a5c4362a54b4b2156f0f438b659 |
|
BLAKE2b-256 | be0defe7fec316ca92dbf4bc4a9ba49ca889c43ca6d48ab1d6fa99fc94e5bb98 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Subject digest:
6f4d7a7c0aff92e8354cceca6fe223973ddf08401047920df0fcb24be2bd5138
- Sigstore transparency entry: 173072166
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 243.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8884ba1a0fe7210b775106b25850f5e5a9dc3c840d1ae9924ee6ea2eb3acbfe7 |
|
MD5 | 35c4d834bc0eb00ef4d80778d6583c08 |
|
BLAKE2b-256 | 9dc4ecfc988879c0fd9db03228725b662d76cf484b6b46f7e92fee94e4b52490 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
8884ba1a0fe7210b775106b25850f5e5a9dc3c840d1ae9924ee6ea2eb3acbfe7
- Sigstore transparency entry: 173072156
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 248.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d663fd71491dde7dfdfc899d13a067a94198e90695b4321084c6e450743b8c7 |
|
MD5 | 4f10f994cf684061112cc65a63e2217e |
|
BLAKE2b-256 | e7af8a9db04ac596d531ca0ef7dde518feaadfcdabef7b17d6a5ec59ee3effc2 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
8d663fd71491dde7dfdfc899d13a067a94198e90695b4321084c6e450743b8c7
- Sigstore transparency entry: 173072283
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 248.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 997e7b8f173a391987df40f3b52c423e5850be6f6df0dcfb5376365440b56667 |
|
MD5 | 79157883b5e06db0745ed3693b1334a9 |
|
BLAKE2b-256 | a5fb4b537dd92f9fd4be68042ec51c9d23885ca5fafe51ec24c58d9401034e5f |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
997e7b8f173a391987df40f3b52c423e5850be6f6df0dcfb5376365440b56667
- Sigstore transparency entry: 173072259
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 242.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67054e47c01b7b349b94ed0840ccae075449503cf1fdd0a1fdd98ab5ddc2667b |
|
MD5 | 23a383ed65ed20c545c5f8e1bf78d808 |
|
BLAKE2b-256 | 7320d75b42eaffe5075eac2f4e168f6393d21c664c91225288811d85451b2578 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
67054e47c01b7b349b94ed0840ccae075449503cf1fdd0a1fdd98ab5ddc2667b
- Sigstore transparency entry: 173072213
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 229.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa806bbc13eac1ab6291ed21ecd2dd426063ca5417dd507e6be58de20e58dfcf |
|
MD5 | dbdd6752b5417923d4505839d71b334e |
|
BLAKE2b-256 | 04a2298dd27184faa8b7d91cc43488b578db218b3cc85b54d912ed27b8c5597a |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
aa806bbc13eac1ab6291ed21ecd2dd426063ca5417dd507e6be58de20e58dfcf
- Sigstore transparency entry: 173072275
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 45.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb91d20fa2d3b13deea98a690534697742029f4fb83673a3501ae6e3746508b5 |
|
MD5 | c2236cb2a3501e7050de9d855e5836fa |
|
BLAKE2b-256 | e16d28bfd3af3a567ad7d667348e7f46a520bda958229c4d545ba138a044232f |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Subject digest:
fb91d20fa2d3b13deea98a690534697742029f4fb83673a3501ae6e3746508b5
- Sigstore transparency entry: 173072218
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 46.1 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a61a68d630e812b67b5bf097ab84e2cd79b48c792857dc10ba8a223f5b06a2af |
|
MD5 | 1acf8fa43dc7c6d6d4662c13ab13fa0b |
|
BLAKE2b-256 | 11a54a6cc1a559d1f2fb57ea22edc4245158cdffae92f7f92afcee2913f84417 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
- Subject digest:
a61a68d630e812b67b5bf097ab84e2cd79b48c792857dc10ba8a223f5b06a2af
- Sigstore transparency entry: 173072190
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp312-cp312-macosx_10_13_universal2.whl
.
File metadata
- Download URL: propcache-0.3.0-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 79.9 kB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e53d19c2bf7d0d1e6998a7e693c7e87300dd971808e6618964621ccd0e01fe4e |
|
MD5 | f9a5c95aa1a295cfc3e5946d8cb60d91 |
|
BLAKE2b-256 | 8d2c921f15dc365796ec23975b322b0078eae72995c7b4d49eba554c6a308d70 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp312-cp312-macosx_10_13_universal2.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp312-cp312-macosx_10_13_universal2.whl
- Subject digest:
e53d19c2bf7d0d1e6998a7e693c7e87300dd971808e6618964621ccd0e01fe4e
- Sigstore transparency entry: 173072197
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 44.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cacea77ef7a2195f04f9279297684955e3d1ae4241092ff0cfcef532bb7a1c32 |
|
MD5 | f9d52e13d37c71ad6f3cd20c97948441 |
|
BLAKE2b-256 | d83557abeb6146fe3c19081eeaf3d9d4cfea256f87f1e5101acf80d3332c1820 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-win_amd64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-win_amd64.whl
- Subject digest:
cacea77ef7a2195f04f9279297684955e3d1ae4241092ff0cfcef532bb7a1c32
- Sigstore transparency entry: 173072297
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-win32.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-win32.whl
- Upload date:
- Size: 40.5 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63f26258a163c34542c24808f03d734b338da66ba91f410a703e505c8485791d |
|
MD5 | 7a43e7373701679132e0977d3990b9d3 |
|
BLAKE2b-256 | c8e0cb077e8e7a583c733df7f53327fcbdb92e42be59b976ce60bf1d904a0efe |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-win32.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-win32.whl
- Subject digest:
63f26258a163c34542c24808f03d734b338da66ba91f410a703e505c8485791d
- Sigstore transparency entry: 173072265
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 223.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8319293e85feadbbfe2150a5659dbc2ebc4afdeaf7d98936fb9a2f2ba0d4c35c |
|
MD5 | 30a2f04be6f4b73b599905f1449cc7e1 |
|
BLAKE2b-256 | 39ce82d16aec96c5513ae7db13ab901a65a1e54c915292fb5b2390e33275b61d |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Subject digest:
8319293e85feadbbfe2150a5659dbc2ebc4afdeaf7d98936fb9a2f2ba0d4c35c
- Sigstore transparency entry: 173072231
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-musllinux_1_2_s390x.whl
- Upload date:
- Size: 231.9 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a1948df1bb1d56b5e7b0553c0fa04fd0e320997ae99689488201f19fa90d2e7 |
|
MD5 | be95590d05b1058d92e2b6c45211252c |
|
BLAKE2b-256 | 8f7d10dbae48ff2bb189e92c2b3487a48f3229146a25941ad0d485934d1104d4 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-musllinux_1_2_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-musllinux_1_2_s390x.whl
- Subject digest:
6a1948df1bb1d56b5e7b0553c0fa04fd0e320997ae99689488201f19fa90d2e7
- Sigstore transparency entry: 173072287
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 228.3 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6985a593417cdbc94c7f9c3403747335e450c1599da1647a5af76539672464d3 |
|
MD5 | 49dd09577da50a1f8990508ff69146c2 |
|
BLAKE2b-256 | 1a95a61d86cc49aa0945f6c06f3a4614fc543e311a50558c92861f5e9691a37c |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl
- Subject digest:
6985a593417cdbc94c7f9c3403747335e450c1599da1647a5af76539672464d3
- Sigstore transparency entry: 173072195
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 215.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6032231d4a5abd67c7f71168fd64a47b6b451fbcb91c8397c2f7610e67683810 |
|
MD5 | 868f4189b265f797bcc255ba7857bbb7 |
|
BLAKE2b-256 | 6e1be8f86921ed4016da80faf3b8f515f7829decabdbff106736bfff353bceba |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
- Subject digest:
6032231d4a5abd67c7f71168fd64a47b6b451fbcb91c8397c2f7610e67683810
- Sigstore transparency entry: 173072253
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 212.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19d36bb351ad5554ff20f2ae75f88ce205b0748c38b146c75628577020351e3c |
|
MD5 | 6b94d33bbc64dac7788c4be8f056996b |
|
BLAKE2b-256 | ff86620451bdc02e91b1712cd71890c17077ee97e2a28493836a87e47b8e70ff |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Subject digest:
19d36bb351ad5554ff20f2ae75f88ce205b0748c38b146c75628577020351e3c
- Sigstore transparency entry: 173072306
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 220.3 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b975528998de037dfbc10144b8aed9b8dd5a99ec547f14d1cb7c5665a43f075 |
|
MD5 | e448ff28accced81cecd56d868834abb |
|
BLAKE2b-256 | e0f61da65f900927bafd4675a16e890618ec7643f2f922bf0e4d84bb38645618 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Subject digest:
2b975528998de037dfbc10144b8aed9b8dd5a99ec547f14d1cb7c5665a43f075
- Sigstore transparency entry: 173072277
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 231.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15010f29fbed80e711db272909a074dc79858c6d28e2915704cfc487a8ac89c6 |
|
MD5 | f192ae88388659c6868516095c03a1f4 |
|
BLAKE2b-256 | 8ba2c373561777c0cb9b9e7b9b9a10b9b3a7b6bde75a2535b962231cecc8fdb8 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
15010f29fbed80e711db272909a074dc79858c6d28e2915704cfc487a8ac89c6
- Sigstore transparency entry: 173072205
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 238.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec5060592d83454e8063e487696ac3783cc48c9a329498bafae0d972bc7816c9 |
|
MD5 | 5658bbdbfa161bcb1a12d4a35bee60ff |
|
BLAKE2b-256 | 42e8029f58cccbae83c9969a7ee7a06558d5b83a93dfc54e0f4f70234bbaea1b |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
ec5060592d83454e8063e487696ac3783cc48c9a329498bafae0d972bc7816c9
- Sigstore transparency entry: 173072181
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 240.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e45377d5d6fefe1677da2a2c07b024a6dac782088e37c0b1efea4cfe2b1be19b |
|
MD5 | 8c064e3959b324186a277bb556977987 |
|
BLAKE2b-256 | 5982f3d4e84f4539dcfc9c3d338282b9e915f5b63c921986ecfdf7af2d12f87c |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
e45377d5d6fefe1677da2a2c07b024a6dac782088e37c0b1efea4cfe2b1be19b
- Sigstore transparency entry: 173072185
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 232.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b58229a844931bca61b3a20efd2be2a2acb4ad1622fc026504309a6883686fbf |
|
MD5 | 50053a4e1c27812fd5e3664e75cfa4af |
|
BLAKE2b-256 | bf7338f0128462b8b616181d8c53bd5d04eac41c50c449b07615c65d56ba0a9b |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
b58229a844931bca61b3a20efd2be2a2acb4ad1622fc026504309a6883686fbf
- Sigstore transparency entry: 173072180
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 220.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a254537b9b696ede293bfdbc0a65200e8e4507bc9f37831e2a0318a9b333c85c |
|
MD5 | 052a86ba1c7a9d69e903a6b328ba28dd |
|
BLAKE2b-256 | d7d24673f715beedf6038b485bcd976813149231d9df5bb6196cb69a09c185c9 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
a254537b9b696ede293bfdbc0a65200e8e4507bc9f37831e2a0318a9b333c85c
- Sigstore transparency entry: 173072223
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 45.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8074c5dd61c8a3e915fa8fc04754fa55cfa5978200d2daa1e2d4294c1f136aa |
|
MD5 | e06056faeb970809aee8cf987c8c8b27 |
|
BLAKE2b-256 | f691ee5b6aa7aa31754fefcf0c5180e09223cac380ef195c4ddc8c266eb641ea |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Subject digest:
d8074c5dd61c8a3e915fa8fc04754fa55cfa5978200d2daa1e2d4294c1f136aa
- Sigstore transparency entry: 173072222
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 45.9 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2578541776769b500bada3f8a4eeaf944530516b6e90c089aa368266ed70c49e |
|
MD5 | 221da7c8d83fa1538afc242e0ddb1540 |
|
BLAKE2b-256 | c8322424d89da88cd81b7d148e0d2b3131461b570a02aa9d84a2e567509adb0d |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
- Subject digest:
2578541776769b500bada3f8a4eeaf944530516b6e90c089aa368266ed70c49e
- Sigstore transparency entry: 173072263
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: propcache-0.3.0-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 79.6 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ddd49258610499aab83b4f5b61b32e11fce873586282a0e972e5ab3bcadee51 |
|
MD5 | f7e7e1aa7122ff38009a1412b217fe12 |
|
BLAKE2b-256 | 45c9cf09ff7e6d09f14149094f7cd50d2dec032b24e61af21fc4540da2b17bfb |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp311-cp311-macosx_10_9_universal2.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp311-cp311-macosx_10_9_universal2.whl
- Subject digest:
9ddd49258610499aab83b4f5b61b32e11fce873586282a0e972e5ab3bcadee51
- Sigstore transparency entry: 173072250
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 44.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42924dc0c9d73e49908e35bbdec87adedd651ea24c53c29cac103ede0ea1d340 |
|
MD5 | 16ccb37297b52277b8e8ebb736902c4c |
|
BLAKE2b-256 | a342488c90190491f3e61bd2c2fb0b3d91c1c78778270dde2f0b6633fc9ff723 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-win_amd64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-win_amd64.whl
- Subject digest:
42924dc0c9d73e49908e35bbdec87adedd651ea24c53c29cac103ede0ea1d340
- Sigstore transparency entry: 173072162
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-win32.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-win32.whl
- Upload date:
- Size: 40.6 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf0d9a171908f32d54f651648c7290397b8792f4303821c42a74e7805bfb813c |
|
MD5 | faff81f318101b102af54dec791db646 |
|
BLAKE2b-256 | f3ea7412c79bcec06597c967d49789f5a1f7fd76a8654908feeaefafb7447c9a |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-win32.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-win32.whl
- Subject digest:
bf0d9a171908f32d54f651648c7290397b8792f4303821c42a74e7805bfb813c
- Sigstore transparency entry: 173072167
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 203.5 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed7161bccab7696a473fe7ddb619c1d75963732b37da4618ba12e60899fefe4f |
|
MD5 | c21a42ed546498d2f0384978ffa29147 |
|
BLAKE2b-256 | 2b726e273543337a3e22cf462eb836f065a9830b4d41baeb1f58db2695c934f3 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Subject digest:
ed7161bccab7696a473fe7ddb619c1d75963732b37da4618ba12e60899fefe4f
- Sigstore transparency entry: 173072159
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-musllinux_1_2_s390x.whl
- Upload date:
- Size: 210.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7080b0159ce05f179cfac592cda1a82898ca9cd097dacf8ea20ae33474fbb25 |
|
MD5 | 8dc2ed5c0ddace31698d2a18637bfd8d |
|
BLAKE2b-256 | d61ecb8a6c82178efffa0b00dc463f36cd086f747345585140aeb95d5cb93666 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-musllinux_1_2_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-musllinux_1_2_s390x.whl
- Subject digest:
a7080b0159ce05f179cfac592cda1a82898ca9cd097dacf8ea20ae33474fbb25
- Sigstore transparency entry: 173072236
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 207.4 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fa159dcee5dba00c1def3231c249cf261185189205073bde13797e57dd7540a |
|
MD5 | 15c1b5704c8b9ec9cd0ac14ca0dca0dd |
|
BLAKE2b-256 | 09f3a2170ffc9fa774c1dfd52294113c0fa6cdc5b71dbfd7129bb9378fdd8b42 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl
- Subject digest:
5fa159dcee5dba00c1def3231c249cf261185189205073bde13797e57dd7540a
- Sigstore transparency entry: 173072173
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 197.2 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cb625bcb5add899cb8ba7bf716ec1d3e8f7cdea9b0713fa99eadf73b6d4986f |
|
MD5 | 3240a1519a41e4ab93874eb2b94336f4 |
|
BLAKE2b-256 | 973d2fa19303d87aa21f9a42dcd870d6088a2a776ff5518e394d50412c3679a6 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
- Subject digest:
8cb625bcb5add899cb8ba7bf716ec1d3e8f7cdea9b0713fa99eadf73b6d4986f
- Sigstore transparency entry: 173072187
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 195.9 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d383bf5e045d7f9d239b38e6acadd7b7fdf6c0087259a84ae3475d18e9a2ae8b |
|
MD5 | 00352776e4291c23c148ed9aa31ba2b3 |
|
BLAKE2b-256 | 48f62b0140bc47013e43575973068e72ad51ee9f22f2dad42e6d6e362d715125 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Subject digest:
d383bf5e045d7f9d239b38e6acadd7b7fdf6c0087259a84ae3475d18e9a2ae8b
- Sigstore transparency entry: 173072255
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 198.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ecde3671e62eeb99e977f5221abcf40c208f69b5eb986b061ccec317c82ebd0 |
|
MD5 | cefb79e89b1adc57492ecb51d25b0124 |
|
BLAKE2b-256 | bbecb79c3210ba459800d1a8f1afeb81d7b503893555a7b79c24082ff26d3314 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Subject digest:
9ecde3671e62eeb99e977f5221abcf40c208f69b5eb986b061ccec317c82ebd0
- Sigstore transparency entry: 173072164
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 205.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ee1983728964d6070ab443399c476de93d5d741f71e8f6e7880a065f878e0b9 |
|
MD5 | aa44f1e25a02806e1fd68bdaf2133269 |
|
BLAKE2b-256 | f4eb41447de61eb5454891658d0fb9b1d7d35d49a4a5dd2e0c86f2c332e8b7e1 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
8ee1983728964d6070ab443399c476de93d5d741f71e8f6e7880a065f878e0b9
- Sigstore transparency entry: 173072272
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 217.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d913d36bdaf368637b4f88d554fb9cb9d53d6920b9c5563846555938d5450bf |
|
MD5 | 988a948be747ba7ca1c14100321fc5c5 |
|
BLAKE2b-256 | ab167b6b2bf8c207cfd0e5ca3d41aea397392de9899867ec024f88c94f9ae2ab |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
2d913d36bdaf368637b4f88d554fb9cb9d53d6920b9c5563846555938d5450bf
- Sigstore transparency entry: 173072247
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 219.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e2e068a83552ddf7a39a99488bcba05ac13454fb205c847674da0352602082f |
|
MD5 | 12170566166cbae8969a350adb5c7964 |
|
BLAKE2b-256 | fbae82cfb50267d9a1baa0340728eb9e32245a68538fef929d7bb786d01c11a8 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
7e2e068a83552ddf7a39a99488bcba05ac13454fb205c847674da0352602082f
- Sigstore transparency entry: 173072251
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 205.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3302c5287e504d23bb0e64d2a921d1eb4a03fb93a0a0aa3b53de059f5a5d737d |
|
MD5 | 18e93c506453f8c05bf732bdb152b85e |
|
BLAKE2b-256 | 06a6c682669bae41199358e16cc7b1c818f91c5f9e925cc863dabd98ce32716a |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
3302c5287e504d23bb0e64d2a921d1eb4a03fb93a0a0aa3b53de059f5a5d737d
- Sigstore transparency entry: 173072176
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 195.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36ca5e9a21822cc1746023e88f5c0af6fce3af3b85d4520efb1ce4221bed75cc |
|
MD5 | ccb3b7aeb42ed5919429e50fdcfb0ec5 |
|
BLAKE2b-256 | 03b69719878f8b5b20d37ee663a40f8dcbf888559e4d3be2ba2fe5c790fc28d2 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
36ca5e9a21822cc1746023e88f5c0af6fce3af3b85d4520efb1ce4221bed75cc
- Sigstore transparency entry: 173072216
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 45.4 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3e7420211f5a65a54675fd860ea04173cde60a7cc20ccfbafcccd155225f8bc |
|
MD5 | f3c963c7189d01df62fdc1c90e38bba5 |
|
BLAKE2b-256 | af680bde765c9f5dc02b4466d2838600af38c81b184c26c6d3cd44643ac668e3 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Subject digest:
d3e7420211f5a65a54675fd860ea04173cde60a7cc20ccfbafcccd155225f8bc
- Sigstore transparency entry: 173072160
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 45.9 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2383a17385d9800b6eb5855c2f05ee550f803878f344f58b6e194de08b96352c |
|
MD5 | b6e731f2249070d84ae102cdc7b51bb7 |
|
BLAKE2b-256 | 993a33a207dfcb3ee1131ea23a2aeb726c3c4994f89546d7eadf8c50627c8b63 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
- Subject digest:
2383a17385d9800b6eb5855c2f05ee550f803878f344f58b6e194de08b96352c
- Sigstore transparency entry: 173072210
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: propcache-0.3.0-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 79.6 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efa44f64c37cc30c9f05932c740a8b40ce359f51882c70883cc95feac842da4d |
|
MD5 | c8454f650b24eb68ff20497d7d331543 |
|
BLAKE2b-256 | 8df0dc9ec44d2e63c13f816a16398c039329736712440ff82b682dd9a78d2258 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp310-cp310-macosx_10_9_universal2.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp310-cp310-macosx_10_9_universal2.whl
- Subject digest:
efa44f64c37cc30c9f05932c740a8b40ce359f51882c70883cc95feac842da4d
- Sigstore transparency entry: 173072184
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 45.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf4298f366ca7e1ad1d21bbb58300a6985015909964077afd37559084590c929 |
|
MD5 | ad7c1a5b1454f57b87ce8767c9d56982 |
|
BLAKE2b-256 | 268f676ea691f5788bd9376ba77475204093a559c883ee1b6def0291e41020dc |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-win_amd64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-win_amd64.whl
- Subject digest:
bf4298f366ca7e1ad1d21bbb58300a6985015909964077afd37559084590c929
- Sigstore transparency entry: 173072217
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-win32.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-win32.whl
- Upload date:
- Size: 41.2 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cedd25e5f678f7738da38037435b340694ab34d424938041aa630d8bac42663 |
|
MD5 | 7f0f2e44c3187fa67962d374a152bb47 |
|
BLAKE2b-256 | d792e07bd88ece413fd069d66533d95cbc83649b57b60990f26a35a7f84e25ed |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-win32.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-win32.whl
- Subject digest:
7cedd25e5f678f7738da38037435b340694ab34d424938041aa630d8bac42663
- Sigstore transparency entry: 173072200
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 207.6 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8526b0941ec5a40220fc4dfde76aed58808e2b309c03e9fa8e2260083ef7157f |
|
MD5 | 778c49270de6d09cbbbed4a7c46b1728 |
|
BLAKE2b-256 | 8fec4ae54f9f8874c58ca1659a9dd260c3b312ca9911d3c74542ef003ca6e9b4 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Subject digest:
8526b0941ec5a40220fc4dfde76aed58808e2b309c03e9fa8e2260083ef7157f
- Sigstore transparency entry: 173072191
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-musllinux_1_2_s390x.whl
- Upload date:
- Size: 214.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 507c5357a8d8b4593b97fb669c50598f4e6cccbbf77e22fa9598aba78292b4d7 |
|
MD5 | 862f4a4f1bb9e3a7c49db53f66c93381 |
|
BLAKE2b-256 | a764efe070403dcb086d200a801dbf6e4d09f7f1278b15fae038038ad573eb22 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-musllinux_1_2_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-musllinux_1_2_s390x.whl
- Subject digest:
507c5357a8d8b4593b97fb669c50598f4e6cccbbf77e22fa9598aba78292b4d7
- Sigstore transparency entry: 173072170
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 211.6 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 119e244ab40f70a98c91906d4c1f4c5f2e68bd0b14e7ab0a06922038fae8a20f |
|
MD5 | c400f3743ede6a8a6be04a05a6a2c9be |
|
BLAKE2b-256 | a3d72d3cdf6e4fcc28bb3dd4cf23f6ae34cb24f2db4b7131a421bd7f38d70e56 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl
- Subject digest:
119e244ab40f70a98c91906d4c1f4c5f2e68bd0b14e7ab0a06922038fae8a20f
- Sigstore transparency entry: 173072229
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 200.8 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49ea05212a529c2caffe411e25a59308b07d6e10bf2505d77da72891f9a05641 |
|
MD5 | d68be86814439fec9da40884e19a7c8a |
|
BLAKE2b-256 | 5f49bb38b9159cfd6c74a6daf368e644eecbbda05a2f4731b6d5b6446a7bcb34 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
- Subject digest:
49ea05212a529c2caffe411e25a59308b07d6e10bf2505d77da72891f9a05641
- Sigstore transparency entry: 173072207
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 199.7 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be90c94570840939fecedf99fa72839aed70b0ced449b415c85e01ae67422c90 |
|
MD5 | d9d210dc6a93f39d109d810a7d549925 |
|
BLAKE2b-256 | 2f772dc3a33bcbd3652686038267aff2a2ff03e71e9a7f76f444c72cadf1ba21 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Subject digest:
be90c94570840939fecedf99fa72839aed70b0ced449b415c85e01ae67422c90
- Sigstore transparency entry: 173072288
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 203.8 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58e6d2a5a7cb3e5f166fd58e71e9a4ff504be9dc61b88167e75f835da5764d07 |
|
MD5 | 28d29f3506d5a76e5a87530f668d7952 |
|
BLAKE2b-256 | 1b6eb407dff7f7dbbd9efd65236a53d4512929ce37026670af5c12f91bb95862 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Subject digest:
58e6d2a5a7cb3e5f166fd58e71e9a4ff504be9dc61b88167e75f835da5764d07
- Sigstore transparency entry: 173072242
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 208.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26a67e5c04e3119594d8cfae517f4b9330c395df07ea65eab16f3d559b7068fe |
|
MD5 | 8f6b9d46189f42f7fa0b763b1f64c1f9 |
|
BLAKE2b-256 | 70b8a6dc434561bac3601644724635328e05ea6b9163e4a628f5f4222a384625 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
26a67e5c04e3119594d8cfae517f4b9330c395df07ea65eab16f3d559b7068fe
- Sigstore transparency entry: 173072211
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 221.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd54895e4ae7d32f1e3dd91261df46ee7483a735017dc6f987904f194aa5fd14 |
|
MD5 | f13e939a2c812551172dd0cc9ad3ff3c |
|
BLAKE2b-256 | fb038c081bfb32bb0c12118aff9720c498015c332630858c9aaec7930c40911d |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
cd54895e4ae7d32f1e3dd91261df46ee7483a735017dc6f987904f194aa5fd14
- Sigstore transparency entry: 173072158
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 223.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03acd9ff19021bd0567582ac88f821b66883e158274183b9e5586f678984f8fe |
|
MD5 | fd7862836bdbc9e4fc1bd2279f02083e |
|
BLAKE2b-256 | 577ba6c8de8814f9f07b74c959e6d2ef1137ac2ff622fa1bd4cd00c5a6890525 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
03acd9ff19021bd0567582ac88f821b66883e158274183b9e5586f678984f8fe
- Sigstore transparency entry: 173072256
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 208.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df03cd88f95b1b99052b52b1bb92173229d7a674df0ab06d2b25765ee8404bce |
|
MD5 | fd15d7f3add8808104dd26c37084b4a0 |
|
BLAKE2b-256 | e66509b1bacf723721e36a84034ff0a4d64d13c7ddb92cfefe9c0b861886f814 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
df03cd88f95b1b99052b52b1bb92173229d7a674df0ab06d2b25765ee8404bce
- Sigstore transparency entry: 173072291
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 198.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee25f1ac091def37c4b59d192bbe3a206298feeb89132a470325bf76ad122a1e |
|
MD5 | 0bf9c454a4db5a56f5bb8171069aafce |
|
BLAKE2b-256 | 1f966f6fdb8bfd749803b160f23c446ef45f7cb51e355a24c5b07d8687ae2ee9 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
ee25f1ac091def37c4b59d192bbe3a206298feeb89132a470325bf76ad122a1e
- Sigstore transparency entry: 173072220
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 46.0 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11ae6a8a01b8a4dc79093b5d3ca2c8a4436f5ee251a9840d7790dccbd96cb649 |
|
MD5 | ba8a3009f4a0c35b3b85354909495e6b |
|
BLAKE2b-256 | 40613624c088406e9e54beb42801e9da53cc8b379f4c1b4ee3911876282d4af6 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
- Subject digest:
11ae6a8a01b8a4dc79093b5d3ca2c8a4436f5ee251a9840d7790dccbd96cb649
- Sigstore transparency entry: 173072178
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 46.4 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46ed02532cb66612d42ae5c3929b5e98ae330ea0f3900bc66ec5f4862069519b |
|
MD5 | 6c8b1bf5d9bfeaf78c8715aae8f34fed |
|
BLAKE2b-256 | 575e54d314533896ed43f5573ac80366a056f17a397234ada6e4303fa84a232f |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
- Subject digest:
46ed02532cb66612d42ae5c3929b5e98ae330ea0f3900bc66ec5f4862069519b
- Sigstore transparency entry: 173072183
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type:
File details
Details for the file propcache-0.3.0-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: propcache-0.3.0-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 80.7 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03c091bb752349402f23ee43bb2bff6bd80ccab7c9df6b88ad4322258d6960fc |
|
MD5 | 78fc00e9812894010af889616e5ca499 |
|
BLAKE2b-256 | 6d052695901870f8b8f5d68f7cbb05de92a7f21f032a0edc42a5b527d22eab28 |
Provenance
The following attestation bundles were made for propcache-0.3.0-cp39-cp39-macosx_10_9_universal2.whl
:
Publisher:
ci-cd.yml
on aio-libs/propcache
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
propcache-0.3.0-cp39-cp39-macosx_10_9_universal2.whl
- Subject digest:
03c091bb752349402f23ee43bb2bff6bd80ccab7c9df6b88ad4322258d6960fc
- Sigstore transparency entry: 173072257
- Sigstore integration time:
- Permalink:
aio-libs/propcache@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Branch / Tag:
refs/tags/v0.3.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@7b88cc099e5bec0a847ef6099d5934b99a53f61e
- Trigger Event:
push
- Statement type: