Skip to main content
https://github.com/zopefoundation/AccessControl/actions/workflows/tests.yml/badge.svg https://coveralls.io/repos/github/zopefoundation/AccessControl/badge.svg?branch=master Current version on PyPI Supported Python versions

AccessControl

AccessControl provides a general security framework for use in Zope.

Change log

For changes before version 3.0, see HISTORY.rst.

7.5 (2026-08-20)

  • Add final support for Python 3.15.

  • Switch to PyPI Trusted Publishing.

7.4 (2026-07-13)

  • Fix a parity defect between the Python and C implementations of guarded_getattr: the pure-Python implementation keyed the container assertion on type(value.__self__) instead of type(inst), so under PURE_PYTHON a bound method of an allow-listed simple type (e.g. tuple/bytes/range) was returned without calling validate(). The Python implementation now keys on type(inst), matching the C implementation, and a regression test guards the behaviour.

  • Add preliminary support for Python 3.15 as of 3.15b1.

  • Add support for automatically building and publishing Windows/ARM64 wheels.

  • Add support for automatically building and publishing source distributions.

7.3 (2025-11-16)

  • Move all supported package metadata into pyproject.toml.

  • Add support for Python 3.14.

  • Drop support for Python 3.8 and 3.9.

7.2 (2024-11-03)

  • Prevent untrusted access to AccessControl.userfolder.UserFolder.data (fixes GHSA-g5vw-3h65-2q3v).

7.1 (2024-10-10)

  • Add final support for Python 3.13.

  • Respect PURE_PYTHON environment variable set to 0 when running tests.

  • Let the roles access in rolesForPermissionOn interpret AttributeError and Unauthorized as “no roles definition for this permission at this object” and report any other exception (for the Python and C implementation). We have to treat Unauthorized like AttributeError to support Shared.DC.Scripts.Bindings.UnauthorizedBinding which raises Unauthorized for any access.

7.0 (2024-05-30)

  • Add preliminary support for Python 3.13 as of 3.13b1.

  • Remove support for Python 3.7.

  • Build Windows wheels on GHA.

  • Make dict views (.keys(), .items() and .values()) behave like their unrestricted versions. (#147)

  • Make .items() validate each keys and values, like .keys() and .values() do.

  • Fix build errors on recent macOS versions.

6.3 (2023-11-20)

  • Add support for Python 3.12.

6.2 (2023-09-04)

  • Fix information disclosure through str.format_map. (CVE-2023-41050)

6.1 (2023-05-22)

  • Update C header files for ExtensionClass and Acquisition from the original packages where needed. (#140)

  • Add preliminary support for Python 3.12a5.

6.0 (2023-01-12)

  • Build Linux binary wheels for Python 3.11

  • Drop support for Python 2.7, 3.5, 3.6.

5.7 (2022-11-17)

  • Add support for building arm64 wheels on macOS.

5.6 (2022-11-03)

  • Add support for final Python 3.11 release.

5.5 (2022-10-10)

  • Switch from -Ofast to -O3 when compiling code for Linux wheels. (#133)

  • Add support for Python 3.11 (as of 3.11.0rc2).

5.4 (2022-08-26)

  • Add support for Python 3.11 (as of 3.11.0b5).

  • Support default argument in next built-in function. (#131)

5.3.1 (2022-03-29)

  • Prevent race condition in guarded_import (#123)

5.3 (2022-02-25)

  • Provide AccessControl.get_safe_globals to facilitate safe use.

  • Honor PURE_PYTHON environment variable to enable python implementation during runtime.

  • Add support for Python 3.10.

5.2 (2021-07-30)

  • Fix Appveyor configuration so tests can run and wheels build.

5.1 (2021-07-30)

NOTE: This release has been yanked from PyPI due to wheel build issues.

  • Fix a remote code execution issue by preventing access to string.Formatter from restricted code.

5.0 (2020-10-07)

  • Add support for Python 3.9.

  • Remove deprecated classes and functions in (see #32):

    • AccessControl/DTML.py

    • AccessControl/Owned.py

    • AccessControl/Role.py

    • AccessControl/Permissions.py

  • Add deprecation warnings for BBB imports in:

    • AccessControl/AuthEncoding.py

    • AccessControl/Owned.py

    • AccessControl/Role.py

    • AccessControl/User.py

  • Although this version might run on Zope 4, it is no longer supported because of the dropped deprecation warnings.

4.2 (2020-04-20)

  • Add missing permission Manage WebDAV Locks

  • Fix regression for BBB import of `users.UnrestrictedUser (#94)

  • Add a check if database is present in .owner.ownerInfo. (#91).

4.1 (2019-09-02)

  • Python 3: Allow iteration over the result of dict.{keys,values,items} (#89).

4.0 (2019-05-08)

Changes since 3.0.12:

  • Add support for Python 3.5, 3.6, 3.7 and 3.8.

  • Restore simple access to bytes methods in Python 3 (#83)

  • Clarify deprecation warnings for several BBB shims. (#32)

  • Add a test to prove that a user folder flag cannot be acquired elsewhere. (#7)

  • Tighten basic auth string handling in BasicUserFolder.identify (#56)

  • Prevent the Zope 4 ZMI from showing an add dialog for the user folder. (#82)

  • Fix order of roles returned by AccessControl.rolemanager.RoleManager.userdefined_roles.

  • Add configuration for zodbupdate.

  • Add TaintedBytes besides TaintedString in AccessControl.tainted. (#57)

  • Security fix: In str.format, check the security for attributes that are accessed. (Ported from 2.13).

  • Port override_container context manager here from 2.13.

  • Add AppVeyor configuration to automate building Windows eggs.

  • Fix for compilers that only support C89 syntax (e.g. on Windows).

  • Sanitize and test RoleManager role handling.

  • Depend on RestrictedPython >= 4.0.

  • #16: Fixed permission handling by avoiding column and row numbers as identifiers for permissions and roles.

  • Extract .AuthEncoding to its own package for reuse.

  • Declare missing dependency on BTrees.

  • Drop Record dependency, which now does its own security declaration.

  • Remove leftovers from history support dropped in Zope.

  • Remove duplicate guard against * imports. (#60)

3.0.12 (2015-12-21)

3.0.11 (2014-11-02)

  • Harden test fix for machines that do not define localhost.

3.0.10 (2014-11-02)

  • Test fix for machines that do not define localhost.

3.0.9 (2014-08-08)

  • GitHub #6: Do not pass SecurityInfo instance itself to declarePublic/declarePrivate when using the public/private decorator. This fixes Conflicting security declarations warnings on Zope startup.

  • LP #1248529: Leave existing security manager in place inside RoleManager.manage_getUserRolesAndPermissions.

3.0.8 (2013-07-16)

  • LP #1169923: ensure initialization of shared ImplPython state (used by ImplC) when using the “C” security policy. Thanks to Arnaud Fontaine for the patch.

3.0.7 (2013-05-14)

  • Remove long-deprecated ‘Shared’ roles support (pre-dates Zope, never used by Zope itself)

  • Prevent infinite loop when looking up local roles in an acquisition chain with cycles.

3.0.6 (2012-10-31)

  • LP #1071067: Use a stronger random number generator and a constant time comparison function.

3.0.5 (2012-10-21)

  • LP #966101: Recognize special zope2.Private permission in ZCML role directive.

3.0.4 (2012-09-09)

  • LP #1047318: Tighten import restrictions for restricted code.

3.0.3 (2012-08-23)

  • Fix a bug in ZopeSecurityPolicy.py. Global variable rolesForPermissionOn could be overridden if __role__ had custom rolesForPermissionOn.

3.0.2 (2012-06-22)

  • Add Anonymous as a default role for Public permission.

3.0.1 (2012-05-24)

  • Fix tests under Python 2.6.

3.0 (2012-05-12)

  • Added decorators for public, private and protected security declarations.

  • Update tests to take advantage of automatic test suite discovery.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accesscontrol-7.5.tar.gz (115.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

accesscontrol-7.5-cp314-cp314-win_arm64.whl (145.6 kB view details)

Uploaded CPython 3.14Windows ARM64

accesscontrol-7.5-cp314-cp314-win_amd64.whl (146.0 kB view details)

Uploaded CPython 3.14Windows x86-64

accesscontrol-7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (205.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

accesscontrol-7.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (205.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

accesscontrol-7.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (201.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

accesscontrol-7.5-cp314-cp314-macosx_11_0_arm64.whl (144.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

accesscontrol-7.5-cp314-cp314-macosx_10_9_x86_64.whl (145.2 kB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

accesscontrol-7.5-cp313-cp313-win_arm64.whl (145.1 kB view details)

Uploaded CPython 3.13Windows ARM64

accesscontrol-7.5-cp313-cp313-win_amd64.whl (145.7 kB view details)

Uploaded CPython 3.13Windows x86-64

accesscontrol-7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (205.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

accesscontrol-7.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (206.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

accesscontrol-7.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (200.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

accesscontrol-7.5-cp313-cp313-macosx_11_0_arm64.whl (144.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

accesscontrol-7.5-cp313-cp313-macosx_10_9_x86_64.whl (145.2 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

accesscontrol-7.5-cp312-cp312-win_arm64.whl (145.1 kB view details)

Uploaded CPython 3.12Windows ARM64

accesscontrol-7.5-cp312-cp312-win_amd64.whl (145.7 kB view details)

Uploaded CPython 3.12Windows x86-64

accesscontrol-7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (205.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

accesscontrol-7.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (206.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

accesscontrol-7.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (200.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

accesscontrol-7.5-cp312-cp312-macosx_11_0_arm64.whl (144.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

accesscontrol-7.5-cp312-cp312-macosx_10_9_x86_64.whl (144.2 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

accesscontrol-7.5-cp311-cp311-win_arm64.whl (145.0 kB view details)

Uploaded CPython 3.11Windows ARM64

accesscontrol-7.5-cp311-cp311-win_amd64.whl (145.4 kB view details)

Uploaded CPython 3.11Windows x86-64

accesscontrol-7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (199.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

accesscontrol-7.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (199.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

accesscontrol-7.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (195.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

accesscontrol-7.5-cp311-cp311-macosx_11_0_arm64.whl (143.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

accesscontrol-7.5-cp311-cp311-macosx_10_9_x86_64.whl (143.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

accesscontrol-7.5-cp310-cp310-win_amd64.whl (145.4 kB view details)

Uploaded CPython 3.10Windows x86-64

accesscontrol-7.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (196.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

accesscontrol-7.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (195.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

accesscontrol-7.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (192.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

accesscontrol-7.5-cp310-cp310-macosx_11_0_arm64.whl (144.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

accesscontrol-7.5-cp310-cp310-macosx_10_9_x86_64.whl (143.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file accesscontrol-7.5.tar.gz.

File metadata

  • Download URL: accesscontrol-7.5.tar.gz
  • Upload date:
  • Size: 115.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5.tar.gz
Algorithm Hash digest
SHA256 7e4bb4e039f9bf14736d787d2c38a7204040325fe7ec813d26bb8f65f6ed78ac
MD5 29708be233f3219bedbfa5a3d9edd2d7
BLAKE2b-256 e7d962d1c82b61b271f35327ed2cf9dedc83a146604d390bc1b75ecc061a4d00

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5.tar.gz:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 145.6 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f64b15507551aa0538a18ce246c5e17487e7038c1a2d4e12a299474c1a6c045b
MD5 d15bc6bb2067339e0752aa8503a74d85
BLAKE2b-256 446583d49026d846f71cda94437a9c70c16afd4030d261d5ab0017e3b6909ae7

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp314-cp314-win_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 146.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e6aeaa915e9110eb59be27614bb23621e6cc2727d140a90115599529b0de1c20
MD5 c07bf3e4f38a54f68cd5a105fe3df6f6
BLAKE2b-256 2977f7273f8c85f2ee1e6f4ac8d9dbc7bcb606983e9438c0c1e16194816ffb52

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp314-cp314-win_amd64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e1f9fd8150d5a9ada00aee5fbda10f7c3e703f4204ace7c0bd393c080b8a6d59
MD5 1a5c67d3e299c82d9111c694e825bef8
BLAKE2b-256 26bdebd2e811fc4299d78f4294e5f64f406711db9a7a2f554df3aed7f1646b56

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 29f9ae5b0f63df87270b54a67c0569d7f4c2f2b79351edf1e1b905fd591ea52b
MD5 910b4b9ee4838366cd2e59649ea8aeb3
BLAKE2b-256 a71e624a1dc0820e8411e83e92c7166c3056ba6171be671d5efa8e679ce9512f

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 1dde258b748d5f34ef70366059406af3eb05cacac5e320247183d157c5e0db84
MD5 57b91b6b74b257fe8a84cd0a087cb556
BLAKE2b-256 74c67c9fc12334f950ef01d238dc91c62e5320f57cceb49c0f9d41ecc9a39092

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de269f311df56d173b3498163bed61d44c80870c0a55976f7295a3482e1f6942
MD5 43b8926fc234d4ccc747f7397eb5d67d
BLAKE2b-256 3f92f7e98e05868a11488cebf0565de145a8e5a8b5aeb88c454f153312bf2918

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp314-cp314-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp314-cp314-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66f5148763600b9be94e268460612f74f9c0c21bc497f1c129c1cbb389a7b9b9
MD5 7a97a31fe2ce81ca975b8c6229b63606
BLAKE2b-256 e4eafe052ec952d07012086c0303d0c93845d2a3f55694220d7afbfe0ba13be2

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp314-cp314-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 145.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 985fd8a2c147f5ceb8120e39d99ec5744350cd10e67cb8ad0bb94eeaa64601f3
MD5 67692c41099eff7811629dd3322cbbba
BLAKE2b-256 1ad2e647521a1222af292301448683357f441c496a9782566b9acae08e98da7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp313-cp313-win_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 145.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 49f1d3b67f3b49550745ffb7974907e927f15cd540d23690b1b108a5c483dcf7
MD5 4a9a3fedfba16b600acbcd8115ac1366
BLAKE2b-256 5b56dbeb50d505cb7f68e5f3a47247bb1107e9fc5dd57c2a61a81fb24c409850

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp313-cp313-win_amd64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e227d522fa784d43841e2ef55c6a78660b6776648576794d8e0d296117533dc7
MD5 00d4f643a2d06574166739b75e62293f
BLAKE2b-256 ce59eb9492fbf4075466d6d2b7094a14beeab6892ef8ec651b488fea13ba2cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6002520150142416c01a36e137c5d1662f9059d84f52348f0e7f1442d5cd9903
MD5 8e14c57cd5c3e7574ea5f19d8566d344
BLAKE2b-256 49d9a82286aa89e8647c028950457419b61a99acda137b98fa2ccf525f05a61f

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a5f5530106675de9c1b1f06590a7b6b6563c225c346692c0fb726eb968cf0e21
MD5 1046ee4e67f925cbc5e66886f4bb0aa0
BLAKE2b-256 c4530242726d1b2765b6d40c7c4a1ee3cb58ceb94771e13526c432ffb3827a2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ec0793e5fe783958d5e305f2d21fe7f53d013b781323fa20057278078e8c70e
MD5 d4e4f0ae7e217227469ba0c3376ae21c
BLAKE2b-256 cf61db6f041e1f27165a93b7f1670b29d6dfa7f7f4aab260a7a3ddb783f351b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ef3dbaa0fd5f6641c31386b290b3560bb420bae3cd625612d8bb93def7e843f
MD5 f6b96f7086b4157d217af206d5c54dff
BLAKE2b-256 822fa7736793ccec5dfbc04ee0f8087bd1ce9f6f5f5863248f62da5ab67e7efc

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp313-cp313-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 145.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3a7eed77bbb61eea824578963bee0c09c4dcd7b6a0d30546ce1184b8dc698252
MD5 11a76c6b0613f7a7cd7b574f512b88d8
BLAKE2b-256 14ddeb67bbba0b53c4d67e65674f24370f279f7802dfd53cd727c1e3f613bf65

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp312-cp312-win_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 145.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5c0e4776a89cb2d19c0bac346ff57c9ff8ff3bc76d2332cef6f097e7a885db78
MD5 872059ffa55fe8eb37c0c08edbdd8371
BLAKE2b-256 675d755703de192a3258a200dd588d9bb70ceb1080f207d9f73d4c404de45fe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp312-cp312-win_amd64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 782b55517b9caa65ee8f08c715b64896dd0e0017dd738eb0575b3bc7b66bd1f4
MD5 df647ecf416e170e89e875aafb1a3560
BLAKE2b-256 4fadb717f75a60f2f9d7d563d6de9c2cf93c89fa7c90c432f42e42c7fc265ed1

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9554f7d5a502c661df8feddc3eb4c79fb97501688132bb10a2fac64604e404c5
MD5 7ab089105d8108b8070c810acf391e79
BLAKE2b-256 181d21aca6aef9ecddc86277a56a91d5eec53dd30934ce34a14eb37bf67a5f46

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 05a2f09d4404bbed7494e6639f8a2fd9e8a874e6dd23a0e171abe6cdc54283b0
MD5 449a23462f88874a794c06082b6a931e
BLAKE2b-256 c9503e84af0f14ec2d126fcc3c0a82ac6b6e2afb86f5743fdb92222cbe773b84

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a47e962481b1b7bf5b48a6783f00223f6ad1ad7e943b502266e541425eea46a
MD5 6bf959d55a50b16bdd577fcd50b10b57
BLAKE2b-256 c757f6a9018b3198191d4451b5e50c5bd38df5d0f500ec2c7f1f19f69615a17f

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3084982c5a78e36c284b0ba269a246b6a7e294218824855706677c3d2649c41
MD5 6ba0ef75c6938972766a1d9a68eb9fd2
BLAKE2b-256 0227cb3d7b85fcc1d9cebd70cc49e5439fa1ee556793ffeee2c686476e78943b

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 145.0 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 36e9e23f9bccf2e9abe2b49ad6078710522035dbcd9525c80b4890f1ad5abe7e
MD5 a5a6fbf085bd56602a15aed552dfba2c
BLAKE2b-256 4fc31a67e95b193bb357fd8ece7b8fbc49b63d300a240094194b602927eea985

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp311-cp311-win_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 145.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f38d5697a1c2f9bb43a91d6b9adf587978a235b52ee76a84d878bccc36521e9
MD5 d1a2573ff1270a5a8caf95801783de0f
BLAKE2b-256 c0eb4193df5383fa631bc6003f4743c0127a2519984872a03d1dd02c3a825d58

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp311-cp311-win_amd64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 03418d3ea6c9bc22ec4812d817e2f93979a5b451322f626e8f96afaf402a1124
MD5 8bffd838d3c01fbb39cf7e6ec4a66410
BLAKE2b-256 1e9ee6918a631066f32c0190efbe0e6de7b509495b39e15c9e8fe30b143b0e5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f7123e8c6515d55fe464f7fe2d2a88972eb5d6366a36c862485c9c52b86e85f7
MD5 55dca27863017180093ac8fbfb2da033
BLAKE2b-256 9bdf1cfa7c3943185807fc67637d28bf6c81e094d262dd19b36659f7874d42fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 245ac53ef83a554315281915dff3db6832507184b6ccdde2f9c6da513a7c10b7
MD5 4e9680762cdd1affcf88739b156c776f
BLAKE2b-256 a262f94efe68f07d18210caae38f853b74073b33443700700b6666847552d15d

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d03bc5c66ed4a9717aeb54396fe4d28a6adc4d20e7388267b8111201d2d637f5
MD5 22b472d25dcea8879d508d713b7ad305
BLAKE2b-256 ec24dbe95933567794891eb7bebf2186b42e220d13410d12974d3b30275332d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4b33558f1f8b177c890674b36d7e34d19ad30fb3539f3ce74f842fd0150a4f1
MD5 a25e666a2b74cf38f81759d5728441ab
BLAKE2b-256 3f5a66956797d4f3ba9deeef7876109fff566f6ae65fe4be99f9a57beac0e165

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: accesscontrol-7.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 145.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for accesscontrol-7.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c79102bf22039a25a384ca757e958fc06218d9eb6f2bda1f7fcf38d480f450cd
MD5 2ff798d169ce3c80e1d02fda19b59ae3
BLAKE2b-256 6472ba346797deb8e64472aec67ba18425c6c344ad300ef846b48e52a3e71995

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp310-cp310-win_amd64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 440cea210ef34be6a20ad9a512f37a4df9c9afe222475a2efc990b1c8ef8997f
MD5 16f1fce09ec3d53022a46dfc53b3bc0d
BLAKE2b-256 5a8d819c3da081101b14593a88e1b673e5fc28098f0ddb9f3818c035bc6e69a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2a1c78ff65d3aa5a4b7ed09c49fedad7e0c481025189b3b5ca637955e04d00f5
MD5 41815b5e31f05e11932ce876256d53b3
BLAKE2b-256 02032fcad19a8512647186300e531408fe1bbfb8d70a3ad6b71453e173c2c8c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 8063482de32b911aeacf24a34293828932678df96fd3bf22078fbf4b6d807838
MD5 61eebf12b138a29f6f06f21a5f444368
BLAKE2b-256 9548b03be5d7814a2d8d5fa9d0929a3d76f0391749ec12b7e9771a26468d28fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bea700cf428f23117a7c8b212a114ab8bd6f1e568fb51337454923dc75d1faa9
MD5 7d1059e4d50cb73e273064546118b30f
BLAKE2b-256 ea26b8e44c9d8e4e442082a969f8539763ecfd59c9a4a765b4b4b5fd1c2ae97c

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file accesscontrol-7.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for accesscontrol-7.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ccfe4c43726845f6f9ff71ca9bba4db4df2531b73b9d32dfe83029fd4db965a7
MD5 8a9ba97e1d0be642d1f27b59892eed36
BLAKE2b-256 97ebafa1b4a48030b7460c9043d2233630baed56822f89a600e396296a234e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for accesscontrol-7.5-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/AccessControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

7.5 This release

35 files

7.4

35 files

7.3

31 files

7.2

37 files

7.1

37 files

7.0

34 files

6.3

36 files

6.2

33 files

6.1

30 files

6.0

30 files

5.7

36 files

5.6

39 files

5.5

37 files

5.4

37 files

5.3.1

36 files

5.3

36 files

5.2

13 files

5.1

5.0

9 files

4.4

11 files

4.3

11 files

4.2

7 files

4.1

7 files

4.0

6 files

3.0.14

1 file

3.0.13

3 files

3.0.12

5 files

3.0.11

5 files

3.0.10

5 files

3.0.9

5 files

3.0.8

5 files

3.0.7

5 files

3.0.6

5 files

3.0.5

5 files

3.0.4

5 files

3.0.3

5 files

3.0.2

5 files

3.0.1

5 files

3.0

5 files

2.13.16

1 file

2.13.15

3 files

2.13.14

5 files

2.13.13

5 files

2.13.12

5 files

2.13.11

5 files

2.13.10

5 files

2.13.9

5 files

2.13.8

5 files

2.13.7

5 files

2.13.6

5 files

2.13.5

5 files

2.13.4

5 files

2.13.3

5 files

2.13.2

5 files

2.13.1

5 files

2.13.0

5 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page