mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net-im/py-matrix-synapse: Update to 1.125.0
PR: 283422
This commit is contained in:
parent
4f95dd485f
commit
f59fbc4e16
5 changed files with 112 additions and 149 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= matrix-synapse
|
||||
DISTVERSION= 1.120.2
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.125.0
|
||||
CATEGORIES= net-im python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,9 +10,9 @@ COMMENT= Matrix protocol reference homeserver
|
|||
WWW= https://element-hq.github.io/synapse
|
||||
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE-AGPL-3.0
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0<2.0.1_99:devel/py-poetry-core@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0<2.1.1_99:devel/py-poetry-core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-rust>=1.3<1.10.2_99:devel/py-setuptools-rust@${PY_FLAVOR}
|
||||
# Keep the RUN_DEPENDS layout similar to the pyproject.toml file
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,86 +1,83 @@
|
|||
CARGO_CRATES= aho-corasick-1.1.3 \
|
||||
anyhow-1.0.93 \
|
||||
anyhow-1.0.95 \
|
||||
arc-swap-1.7.1 \
|
||||
autocfg-1.3.0 \
|
||||
base64-0.21.7 \
|
||||
bitflags-2.5.0 \
|
||||
bitflags-2.8.0 \
|
||||
blake2-0.10.6 \
|
||||
block-buffer-0.10.4 \
|
||||
bumpalo-3.16.0 \
|
||||
bytes-1.8.0 \
|
||||
bytes-1.10.0 \
|
||||
cfg-if-1.0.0 \
|
||||
cpufeatures-0.2.12 \
|
||||
crypto-common-0.1.6 \
|
||||
digest-0.10.7 \
|
||||
fnv-1.0.7 \
|
||||
generic-array-0.14.7 \
|
||||
getrandom-0.2.15 \
|
||||
getrandom-0.3.1 \
|
||||
headers-0.4.0 \
|
||||
headers-core-0.3.0 \
|
||||
heck-0.4.1 \
|
||||
heck-0.5.0 \
|
||||
hex-0.4.3 \
|
||||
http-1.1.0 \
|
||||
http-1.2.0 \
|
||||
httpdate-1.0.3 \
|
||||
indoc-2.0.5 \
|
||||
itoa-1.0.11 \
|
||||
js-sys-0.3.69 \
|
||||
lazy_static-1.5.0 \
|
||||
libc-0.2.154 \
|
||||
lock_api-0.4.12 \
|
||||
log-0.4.22 \
|
||||
log-0.4.25 \
|
||||
memchr-2.7.2 \
|
||||
memoffset-0.9.1 \
|
||||
mime-0.3.17 \
|
||||
once_cell-1.19.0 \
|
||||
parking_lot-0.12.2 \
|
||||
parking_lot_core-0.9.10 \
|
||||
portable-atomic-1.6.0 \
|
||||
ppv-lite86-0.2.17 \
|
||||
proc-macro2-1.0.89 \
|
||||
pyo3-0.21.2 \
|
||||
pyo3-build-config-0.21.2 \
|
||||
pyo3-ffi-0.21.2 \
|
||||
pyo3-log-0.10.0 \
|
||||
pyo3-macros-0.21.2 \
|
||||
pyo3-macros-backend-0.21.2 \
|
||||
pythonize-0.21.1 \
|
||||
pyo3-0.23.4 \
|
||||
pyo3-build-config-0.23.4 \
|
||||
pyo3-ffi-0.23.4 \
|
||||
pyo3-log-0.12.0 \
|
||||
pyo3-macros-0.23.4 \
|
||||
pyo3-macros-backend-0.23.4 \
|
||||
pythonize-0.23.0 \
|
||||
quote-1.0.36 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
redox_syscall-0.5.1 \
|
||||
rand-0.9.0 \
|
||||
rand_chacha-0.9.0 \
|
||||
rand_core-0.9.0 \
|
||||
regex-1.11.1 \
|
||||
regex-automata-0.4.8 \
|
||||
regex-syntax-0.8.5 \
|
||||
ryu-1.0.18 \
|
||||
scopeguard-1.2.0 \
|
||||
serde-1.0.215 \
|
||||
serde_derive-1.0.215 \
|
||||
serde_json-1.0.132 \
|
||||
serde-1.0.217 \
|
||||
serde_derive-1.0.217 \
|
||||
serde_json-1.0.138 \
|
||||
sha1-0.10.6 \
|
||||
sha2-0.10.8 \
|
||||
smallvec-1.13.2 \
|
||||
subtle-2.5.0 \
|
||||
syn-2.0.85 \
|
||||
target-lexicon-0.12.14 \
|
||||
typenum-1.17.0 \
|
||||
ulid-1.1.3 \
|
||||
ulid-1.2.0 \
|
||||
unicode-ident-1.0.12 \
|
||||
unindent-0.2.3 \
|
||||
version_check-0.9.4 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
wasi-0.13.3+wasi-0.2.2 \
|
||||
wasm-bindgen-0.2.92 \
|
||||
wasm-bindgen-backend-0.2.92 \
|
||||
wasm-bindgen-macro-0.2.92 \
|
||||
wasm-bindgen-macro-support-0.2.92 \
|
||||
wasm-bindgen-shared-0.2.92 \
|
||||
web-time-1.1.0 \
|
||||
windows-targets-0.52.5 \
|
||||
windows_aarch64_gnullvm-0.52.5 \
|
||||
windows_aarch64_msvc-0.52.5 \
|
||||
windows_i686_gnu-0.52.5 \
|
||||
windows_i686_gnullvm-0.52.5 \
|
||||
windows_i686_msvc-0.52.5 \
|
||||
windows_x86_64_gnu-0.52.5 \
|
||||
windows_x86_64_gnullvm-0.52.5 \
|
||||
windows_x86_64_msvc-0.52.5
|
||||
windows-targets-0.52.6 \
|
||||
windows_aarch64_gnullvm-0.52.6 \
|
||||
windows_aarch64_msvc-0.52.6 \
|
||||
windows_i686_gnu-0.52.6 \
|
||||
windows_i686_gnullvm-0.52.6 \
|
||||
windows_i686_msvc-0.52.6 \
|
||||
windows_x86_64_gnu-0.52.6 \
|
||||
windows_x86_64_gnullvm-0.52.6 \
|
||||
windows_x86_64_msvc-0.52.6 \
|
||||
wit-bindgen-rt-0.33.0 \
|
||||
zerocopy-0.8.17 \
|
||||
zerocopy-derive-0.8.17
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
TIMESTAMP = 1733671536
|
||||
SHA256 (matrix_synapse-1.120.2.tar.gz) = 7a5164e0986b4e775795d3d8552d4f79c9495201b0eb9d4eae8acae448612210
|
||||
SIZE (matrix_synapse-1.120.2.tar.gz) = 3722275
|
||||
TIMESTAMP = 1740853357
|
||||
SHA256 (matrix_synapse-1.125.0.tar.gz) = edcc536668a296098e1fa2628f4a8707b1211e5247595dfa86e01ba894483712
|
||||
SIZE (matrix_synapse-1.125.0.tar.gz) = 3769046
|
||||
SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
|
||||
SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
|
||||
SHA256 (rust/crates/anyhow-1.0.93.crate) = 4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775
|
||||
SIZE (rust/crates/anyhow-1.0.93.crate) = 47490
|
||||
SHA256 (rust/crates/anyhow-1.0.95.crate) = 34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04
|
||||
SIZE (rust/crates/anyhow-1.0.95.crate) = 52155
|
||||
SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457
|
||||
SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512
|
||||
SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0
|
||||
SIZE (rust/crates/autocfg-1.3.0.crate) = 16524
|
||||
SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567
|
||||
SIZE (rust/crates/base64-0.21.7.crate) = 82576
|
||||
SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1
|
||||
SIZE (rust/crates/bitflags-2.5.0.crate) = 43821
|
||||
SHA256 (rust/crates/bitflags-2.8.0.crate) = 8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36
|
||||
SIZE (rust/crates/bitflags-2.8.0.crate) = 47482
|
||||
SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe
|
||||
SIZE (rust/crates/blake2-0.10.6.crate) = 47234
|
||||
SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71
|
||||
SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538
|
||||
SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c
|
||||
SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677
|
||||
SHA256 (rust/crates/bytes-1.8.0.crate) = 9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da
|
||||
SIZE (rust/crates/bytes-1.8.0.crate) = 64824
|
||||
SHA256 (rust/crates/bytes-1.10.0.crate) = f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9
|
||||
SIZE (rust/crates/bytes-1.10.0.crate) = 76656
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504
|
||||
|
@ -33,18 +33,18 @@ SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da2
|
|||
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
|
||||
SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a
|
||||
SIZE (rust/crates/generic-array-0.14.7.crate) = 15950
|
||||
SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7
|
||||
SIZE (rust/crates/getrandom-0.2.15.crate) = 37163
|
||||
SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8
|
||||
SIZE (rust/crates/getrandom-0.3.1.crate) = 42449
|
||||
SHA256 (rust/crates/headers-0.4.0.crate) = 322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9
|
||||
SIZE (rust/crates/headers-0.4.0.crate) = 68864
|
||||
SHA256 (rust/crates/headers-core-0.3.0.crate) = 54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4
|
||||
SIZE (rust/crates/headers-core-0.3.0.crate) = 2333
|
||||
SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8
|
||||
SIZE (rust/crates/heck-0.4.1.crate) = 11567
|
||||
SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea
|
||||
SIZE (rust/crates/heck-0.5.0.crate) = 11517
|
||||
SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70
|
||||
SIZE (rust/crates/hex-0.4.3.crate) = 13299
|
||||
SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258
|
||||
SIZE (rust/crates/http-1.1.0.crate) = 103144
|
||||
SHA256 (rust/crates/http-1.2.0.crate) = f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea
|
||||
SIZE (rust/crates/http-1.2.0.crate) = 105932
|
||||
SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9
|
||||
SIZE (rust/crates/httpdate-1.0.3.crate) = 10639
|
||||
SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5
|
||||
|
@ -57,10 +57,8 @@ SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591
|
|||
SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025
|
||||
SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346
|
||||
SIZE (rust/crates/libc-0.2.154.crate) = 743304
|
||||
SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17
|
||||
SIZE (rust/crates/lock_api-0.4.12.crate) = 27591
|
||||
SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24
|
||||
SIZE (rust/crates/log-0.4.22.crate) = 44027
|
||||
SHA256 (rust/crates/log-0.4.25.crate) = 04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f
|
||||
SIZE (rust/crates/log-0.4.25.crate) = 44876
|
||||
SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d
|
||||
SIZE (rust/crates/memchr-2.7.2.crate) = 96220
|
||||
SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a
|
||||
|
@ -69,40 +67,34 @@ SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bc
|
|||
SIZE (rust/crates/mime-0.3.17.crate) = 15712
|
||||
SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92
|
||||
SIZE (rust/crates/once_cell-1.19.0.crate) = 33046
|
||||
SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb
|
||||
SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723
|
||||
SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8
|
||||
SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406
|
||||
SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0
|
||||
SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689
|
||||
SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de
|
||||
SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242
|
||||
SHA256 (rust/crates/proc-macro2-1.0.89.crate) = f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e
|
||||
SIZE (rust/crates/proc-macro2-1.0.89.crate) = 49446
|
||||
SHA256 (rust/crates/pyo3-0.21.2.crate) = a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8
|
||||
SIZE (rust/crates/pyo3-0.21.2.crate) = 504574
|
||||
SHA256 (rust/crates/pyo3-build-config-0.21.2.crate) = 7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50
|
||||
SIZE (rust/crates/pyo3-build-config-0.21.2.crate) = 30581
|
||||
SHA256 (rust/crates/pyo3-ffi-0.21.2.crate) = 01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403
|
||||
SIZE (rust/crates/pyo3-ffi-0.21.2.crate) = 66160
|
||||
SHA256 (rust/crates/pyo3-log-0.10.0.crate) = 2af49834b8d2ecd555177e63b273b708dea75150abc6f5341d0a6e1a9623976c
|
||||
SIZE (rust/crates/pyo3-log-0.10.0.crate) = 14517
|
||||
SHA256 (rust/crates/pyo3-macros-0.21.2.crate) = 77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c
|
||||
SIZE (rust/crates/pyo3-macros-0.21.2.crate) = 7920
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.21.2.crate) = 08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.21.2.crate) = 58088
|
||||
SHA256 (rust/crates/pythonize-0.21.1.crate) = 9d0664248812c38cc55a4ed07f88e4df516ce82604b93b1ffdc041aa77a6cb3c
|
||||
SIZE (rust/crates/pythonize-0.21.1.crate) = 13357
|
||||
SHA256 (rust/crates/pyo3-0.23.4.crate) = 57fe09249128b3173d092de9523eaa75136bf7ba85e0d69eca241c7939c933cc
|
||||
SIZE (rust/crates/pyo3-0.23.4.crate) = 1087676
|
||||
SHA256 (rust/crates/pyo3-build-config-0.23.4.crate) = 1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7
|
||||
SIZE (rust/crates/pyo3-build-config-0.23.4.crate) = 33885
|
||||
SHA256 (rust/crates/pyo3-ffi-0.23.4.crate) = dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d
|
||||
SIZE (rust/crates/pyo3-ffi-0.23.4.crate) = 74806
|
||||
SHA256 (rust/crates/pyo3-log-0.12.0.crate) = 3eb421dc86d38d08e04b927b02424db480be71b777fa3a56f32e2f2a3a1a3b08
|
||||
SIZE (rust/crates/pyo3-log-0.12.0.crate) = 14630
|
||||
SHA256 (rust/crates/pyo3-macros-0.23.4.crate) = 91871864b353fd5ffcb3f91f2f703a22a9797c91b9ab497b1acac7b07ae509c7
|
||||
SIZE (rust/crates/pyo3-macros-0.23.4.crate) = 8852
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.23.4.crate) = 43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.23.4.crate) = 70912
|
||||
SHA256 (rust/crates/pythonize-0.23.0.crate) = 91a6ee7a084f913f98d70cdc3ebec07e852b735ae3059a1500db2661265da9ff
|
||||
SIZE (rust/crates/pythonize-0.23.0.crate) = 16177
|
||||
SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7
|
||||
SIZE (rust/crates/quote-1.0.36.crate) = 28507
|
||||
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
|
||||
SIZE (rust/crates/rand-0.8.5.crate) = 87113
|
||||
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
|
||||
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
|
||||
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
|
||||
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
|
||||
SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e
|
||||
SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536
|
||||
SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94
|
||||
SIZE (rust/crates/rand-0.9.0.crate) = 97798
|
||||
SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb
|
||||
SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258
|
||||
SHA256 (rust/crates/rand_core-0.9.0.crate) = b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff
|
||||
SIZE (rust/crates/rand_core-0.9.0.crate) = 23441
|
||||
SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191
|
||||
SIZE (rust/crates/regex-1.11.1.crate) = 254170
|
||||
SHA256 (rust/crates/regex-automata-0.4.8.crate) = 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3
|
||||
|
@ -111,20 +103,16 @@ SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303af
|
|||
SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541
|
||||
SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f
|
||||
SIZE (rust/crates/ryu-1.0.18.crate) = 47713
|
||||
SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49
|
||||
SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619
|
||||
SHA256 (rust/crates/serde-1.0.215.crate) = 6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f
|
||||
SIZE (rust/crates/serde-1.0.215.crate) = 78527
|
||||
SHA256 (rust/crates/serde_derive-1.0.215.crate) = ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0
|
||||
SIZE (rust/crates/serde_derive-1.0.215.crate) = 57092
|
||||
SHA256 (rust/crates/serde_json-1.0.132.crate) = d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03
|
||||
SIZE (rust/crates/serde_json-1.0.132.crate) = 150549
|
||||
SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70
|
||||
SIZE (rust/crates/serde-1.0.217.crate) = 79019
|
||||
SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0
|
||||
SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749
|
||||
SHA256 (rust/crates/serde_json-1.0.138.crate) = d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949
|
||||
SIZE (rust/crates/serde_json-1.0.138.crate) = 154769
|
||||
SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba
|
||||
SIZE (rust/crates/sha1-0.10.6.crate) = 13517
|
||||
SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8
|
||||
SIZE (rust/crates/sha2-0.10.8.crate) = 26357
|
||||
SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67
|
||||
SIZE (rust/crates/smallvec-1.13.2.crate) = 35216
|
||||
SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc
|
||||
SIZE (rust/crates/subtle-2.5.0.crate) = 13909
|
||||
SHA256 (rust/crates/syn-2.0.85.crate) = 5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56
|
||||
|
@ -133,16 +121,16 @@ SHA256 (rust/crates/target-lexicon-0.12.14.crate) = e1fc403891a21bcfb7c37834ba66
|
|||
SIZE (rust/crates/target-lexicon-0.12.14.crate) = 25508
|
||||
SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825
|
||||
SIZE (rust/crates/typenum-1.17.0.crate) = 42849
|
||||
SHA256 (rust/crates/ulid-1.1.3.crate) = 04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289
|
||||
SIZE (rust/crates/ulid-1.1.3.crate) = 11596
|
||||
SHA256 (rust/crates/ulid-1.2.0.crate) = ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3
|
||||
SIZE (rust/crates/ulid-1.2.0.crate) = 11401
|
||||
SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
|
||||
SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168
|
||||
SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce
|
||||
SIZE (rust/crates/unindent-0.2.3.crate) = 7306
|
||||
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
|
||||
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
|
||||
SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423
|
||||
SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131
|
||||
SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2
|
||||
SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754
|
||||
SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8
|
||||
SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119
|
||||
SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da
|
||||
|
@ -155,21 +143,27 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b
|
|||
SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263
|
||||
SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb
|
||||
SIZE (rust/crates/web-time-1.1.0.crate) = 18026
|
||||
SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb
|
||||
SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699
|
||||
SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9
|
||||
SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905
|
||||
SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973
|
||||
SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402
|
||||
SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66
|
||||
SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564
|
||||
SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c
|
||||
SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357
|
||||
SHA256 (rust/crates/zerocopy-0.8.17.crate) = aa91407dacce3a68c56de03abe2760159582b846c6a4acd2f456618087f12713
|
||||
SIZE (rust/crates/zerocopy-0.8.17.crate) = 230971
|
||||
SHA256 (rust/crates/zerocopy-derive-0.8.17.crate) = 06718a168365cad3d5ff0bb133aad346959a2074bd4a85c121255a11304a8626
|
||||
SIZE (rust/crates/zerocopy-derive-0.8.17.crate) = 81373
|
||||
|
|
|
@ -1,28 +1,11 @@
|
|||
--- pyproject.toml.orig 2024-12-03 16:00:50 UTC
|
||||
--- pyproject.toml.orig 2025-02-23 20:55:48 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -215,16 +215,6 @@ pydantic = ">=1.7.4, <3"
|
||||
# See https://github.com/matrix-org/synapse/issues/15858
|
||||
pydantic = ">=1.7.4, <3"
|
||||
|
||||
-# This is for building the rust components during "poetry install", which
|
||||
-# currently ignores the `build-system.requires` directive (c.f.
|
||||
-# https://github.com/python-poetry/poetry/issues/6154). Both `pip install` and
|
||||
-# `poetry build` do the right thing without this explicit dependency.
|
||||
-#
|
||||
-# This isn't really a dev-dependency, as `poetry install --no-dev` will fail,
|
||||
-# but the alternative is to add it to the main list of deps where it isn't
|
||||
-# needed.
|
||||
-setuptools_rust = ">=1.3"
|
||||
-
|
||||
# This is used for parsing multipart responses
|
||||
python-multipart = ">=0.0.9"
|
||||
|
||||
@@ -370,7 +360,7 @@ tomli = ">=1.2.3"
|
||||
@@ -370,7 +370,7 @@ tomli = ">=1.2.3"
|
||||
# runtime errors caused by build system changes.
|
||||
# We are happy to raise these upper bounds upon request,
|
||||
# provided we check that it's safe to do so (i.e. that CI passes).
|
||||
-requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
|
||||
+requires = ["poetry-core>=1.1.0,<=2.0.1", "setuptools_rust>=1.3,<=1.10.2"]
|
||||
-requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.10.2"]
|
||||
+requires = ["poetry-core>=1.1.0,<=2.1.1", "setuptools_rust>=1.3,<=1.10.2"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- setup.py.orig 1970-01-01 00:00:00 UTC
|
||||
+++ setup.py
|
||||
@@ -179,7 +179,6 @@ install_requires = \
|
||||
'pymacaroons>=0.13.0',
|
||||
'python-multipart>=0.0.9',
|
||||
'service-identity>=18.1.0',
|
||||
- 'setuptools_rust>=1.3',
|
||||
'signedjson>=1.1.0,<2.0.0',
|
||||
'sortedcontainers>=1.5.2',
|
||||
'treq>=15.1',
|
Loading…
Add table
Reference in a new issue