- Apr 12, 2024
-
-
-
-
Natanael Copa authored
ref: https://github.com/sopel-irc/sopel/pull/2474
-
the issue is specific to cloudflare's fork of zlib, but our own secfixes tracker reports it incorrectly. #15970
-
-
-
Natanael Copa authored
This package requires cython<3.0 and we need cython 3 because cython 0 tests does not run on python 3.12. Nothing else depends on py3-thinc so remove. We can re-add this package when upstream adds support for cython 3 if needed. ref: https://github.com/explosion/thinc/blob/3aae298d32adc167ac57e0791a5a8c0544b1e8a5/pyproject.toml#L4 ref: https://github.com/cython/cython/pull/6135
-
-
-
-
-
-
-
Leonardo Arena authored
-
-
-
-
Don't extend $subpackages at runtime, but define it at global scope. Sadly, this means manual effort to keep the subpackages in sync with the collections they pack. A check() function was added to check if for every collection a matching subpackage is defined. (If there is a subpackage without a corresponding collection, this will fail when packing anyway and is not explicitly tested.)
-
-
-
omni authored
-
-
-
-
-
-
- Apr 11, 2024
-
-
omni authored
-
omni authored
-
-
-
Patrycja Rosa authored
-
upstream patch for httpx 0.27.0: https://github.com/encode/uvicorn/pull/2288
-