zope.hookable 8.0__cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl → 8.1__cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of zope.hookable might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zope.hookable
3
- Version: 8.0
3
+ Version: 8.1
4
4
  Summary: Zope hookable
5
5
  Home-page: http://github.com/zopefoundation/zope.hookable
6
6
  Author: Zope Foundation and Contributors
@@ -13,18 +13,17 @@ Classifier: License :: OSI Approved :: Zope Public License
13
13
  Classifier: Operating System :: OS Independent
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
19
18
  Classifier: Programming Language :: Python :: 3.12
20
19
  Classifier: Programming Language :: Python :: 3.13
20
+ Classifier: Programming Language :: Python :: 3.14
21
21
  Classifier: Programming Language :: Python :: Implementation :: CPython
22
22
  Classifier: Programming Language :: Python :: Implementation :: PyPy
23
23
  Classifier: Framework :: Zope :: 3
24
24
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
- Requires-Python: >=3.9
25
+ Requires-Python: >=3.10
26
26
  License-File: LICENSE.txt
27
- Requires-Dist: setuptools
28
27
  Provides-Extra: docs
29
28
  Requires-Dist: Sphinx; extra == "docs"
30
29
  Requires-Dist: sphinx_rtd_theme; extra == "docs"
@@ -44,7 +43,6 @@ Dynamic: keywords
44
43
  Dynamic: license
45
44
  Dynamic: license-file
46
45
  Dynamic: provides-extra
47
- Dynamic: requires-dist
48
46
  Dynamic: requires-python
49
47
  Dynamic: summary
50
48
 
@@ -86,6 +84,15 @@ Documentation is hosted at https://zopehookable.readthedocs.io
86
84
  Changes
87
85
  =========
88
86
 
87
+ 8.1 (2025-10-28)
88
+ ================
89
+
90
+ - Remove unnecessary ``setuptools`` runtime dependency.
91
+
92
+ - Drop support for Python 3.9.
93
+
94
+ - Add support for Python 3.14.
95
+
89
96
  8.0 (2025-09-12)
90
97
  ================
91
98
 
@@ -1,11 +1,11 @@
1
1
  zope/hookable/__init__.py,sha256=AlGd7CUrQFdO8X82n8At-Fb4oVU1woiE2AoKQUPiNYg,2460
2
2
  zope/hookable/_zope_hookable.c,sha256=N9LOxTLZ-fZN8o_iNg8mjUNCX4na4UoGO0eDrkIqLic,7452
3
- zope/hookable/_zope_hookable.cpython-310-aarch64-linux-gnu.so,sha256=m7qQhdBhVayRXIYQe0OEy_blO_o-HzgMxce9USqBBbo,93392
3
+ zope/hookable/_zope_hookable.cpython-310-aarch64-linux-gnu.so,sha256=pXNgqg15WEkzV7GZObQn3aWW77j-4-3FApoa0lVIo5Q,93392
4
4
  zope/hookable/tests/__init__.py,sha256=Z9EJNKBQorYcdV6oaIRTRgF41SMRZEEoLltZCKyVPI8,47
5
5
  zope/hookable/tests/test_compile_flags.py,sha256=91siNUs2kotDUYpVV1vAZ_opWhZ50X4_DYkIiNMh6h0,1289
6
6
  zope/hookable/tests/test_hookable.py,sha256=3FdXSprA60j5eX3LftT6MZG80moqG-0tTwQn_KjNLQc,6330
7
- zope_hookable-8.0.dist-info/METADATA,sha256=_GUgDOwcqxufdVNOiy2mYGB4Y3nC5-h0y9NNxlIO4YI,6554
8
- zope_hookable-8.0.dist-info/WHEEL,sha256=AjUWDK4NJoN1NQIl1zwntq1cT_sDMFhOqDKnZKKtl9M,153
9
- zope_hookable-8.0.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
10
- zope_hookable-8.0.dist-info/RECORD,,
11
- zope_hookable-8.0.dist-info/licenses/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
7
+ zope_hookable-8.1.dist-info/METADATA,sha256=ElY1p3uExRuj2OTiKcYkt4E73I1qOUWknXZvA8ACN4U,6663
8
+ zope_hookable-8.1.dist-info/WHEEL,sha256=vt10XHyx8XHNEIAFxeE1WFzs0eMXeaXoxjuAPSHPBl8,153
9
+ zope_hookable-8.1.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
10
+ zope_hookable-8.1.dist-info/RECORD,,
11
+ zope_hookable-8.1.dist-info/licenses/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-manylinux_2_17_aarch64
5
5
  Tag: cp310-cp310-manylinux2014_aarch64