pycrdt 0.12.42__tar.gz → 0.12.43__tar.gz
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 pycrdt might be problematic. Click here for more details.
- {pycrdt-0.12.42 → pycrdt-0.12.43}/.pre-commit-config.yaml +1 -1
- {pycrdt-0.12.42 → pycrdt-0.12.43}/CHANGELOG.md +4 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/Cargo.lock +18 -38
- {pycrdt-0.12.42 → pycrdt-0.12.43}/Cargo.toml +1 -1
- {pycrdt-0.12.42 → pycrdt-0.12.43}/PKG-INFO +1 -1
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/__init__.py +4 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/.github/workflows/publish.yml +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/.github/workflows/test.yml +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/.gitignore +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/LICENSE +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/README.md +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/api_reference.md +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/assets/logo.png +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/index.md +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/install.md +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/usage.md +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/mkdocs.yml +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/pyproject.toml +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_array.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_awareness.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_base.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_doc.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_map.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_provider.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_pycrdt.pyi +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_snapshot.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_sticky_index.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_sync.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_text.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_transaction.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_undo.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_update.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_version.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_xml.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/py.typed +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/array.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/doc.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/lib.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/map.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/snapshot.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/sticky_index.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/subscription.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/text.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/transaction.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/type_conversions.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/undo.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/update.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/src/xml.rs +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/conftest.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_array.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_awareness.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_doc.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_map.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_model.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_provider.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_snapshot.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_sync.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_text.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_threads.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_transaction.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_typed.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_types.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_undo.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_update.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_xml.py +0 -0
- {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/utils.py +0 -0
|
@@ -155,9 +155,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
155
155
|
|
|
156
156
|
[[package]]
|
|
157
157
|
name = "js-sys"
|
|
158
|
-
version = "0.3.
|
|
158
|
+
version = "0.3.82"
|
|
159
159
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
160
|
-
checksum = "
|
|
160
|
+
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
|
|
161
161
|
dependencies = [
|
|
162
162
|
"once_cell",
|
|
163
163
|
"wasm-bindgen",
|
|
@@ -178,12 +178,6 @@ dependencies = [
|
|
|
178
178
|
"scopeguard",
|
|
179
179
|
]
|
|
180
180
|
|
|
181
|
-
[[package]]
|
|
182
|
-
name = "log"
|
|
183
|
-
version = "0.4.28"
|
|
184
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
-
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
186
|
-
|
|
187
181
|
[[package]]
|
|
188
182
|
name = "memchr"
|
|
189
183
|
version = "2.7.6"
|
|
@@ -238,16 +232,16 @@ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
|
|
238
232
|
|
|
239
233
|
[[package]]
|
|
240
234
|
name = "proc-macro2"
|
|
241
|
-
version = "1.0.
|
|
235
|
+
version = "1.0.103"
|
|
242
236
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
-
checksum = "
|
|
237
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
244
238
|
dependencies = [
|
|
245
239
|
"unicode-ident",
|
|
246
240
|
]
|
|
247
241
|
|
|
248
242
|
[[package]]
|
|
249
243
|
name = "pycrdt"
|
|
250
|
-
version = "0.12.
|
|
244
|
+
version = "0.12.43"
|
|
251
245
|
dependencies = [
|
|
252
246
|
"pyo3",
|
|
253
247
|
"serde_json",
|
|
@@ -411,9 +405,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
411
405
|
|
|
412
406
|
[[package]]
|
|
413
407
|
name = "syn"
|
|
414
|
-
version = "2.0.
|
|
408
|
+
version = "2.0.108"
|
|
415
409
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
416
|
-
checksum = "
|
|
410
|
+
checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
|
|
417
411
|
dependencies = [
|
|
418
412
|
"proc-macro2",
|
|
419
413
|
"quote",
|
|
@@ -448,9 +442,9 @@ dependencies = [
|
|
|
448
442
|
|
|
449
443
|
[[package]]
|
|
450
444
|
name = "unicode-ident"
|
|
451
|
-
version = "1.0.
|
|
445
|
+
version = "1.0.22"
|
|
452
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
-
checksum = "
|
|
447
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
454
448
|
|
|
455
449
|
[[package]]
|
|
456
450
|
name = "unindent"
|
|
@@ -466,9 +460,9 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
466
460
|
|
|
467
461
|
[[package]]
|
|
468
462
|
name = "wasm-bindgen"
|
|
469
|
-
version = "0.2.
|
|
463
|
+
version = "0.2.105"
|
|
470
464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
471
|
-
checksum = "
|
|
465
|
+
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
|
|
472
466
|
dependencies = [
|
|
473
467
|
"cfg-if",
|
|
474
468
|
"once_cell",
|
|
@@ -477,25 +471,11 @@ dependencies = [
|
|
|
477
471
|
"wasm-bindgen-shared",
|
|
478
472
|
]
|
|
479
473
|
|
|
480
|
-
[[package]]
|
|
481
|
-
name = "wasm-bindgen-backend"
|
|
482
|
-
version = "0.2.104"
|
|
483
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
484
|
-
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
|
485
|
-
dependencies = [
|
|
486
|
-
"bumpalo",
|
|
487
|
-
"log",
|
|
488
|
-
"proc-macro2",
|
|
489
|
-
"quote",
|
|
490
|
-
"syn",
|
|
491
|
-
"wasm-bindgen-shared",
|
|
492
|
-
]
|
|
493
|
-
|
|
494
474
|
[[package]]
|
|
495
475
|
name = "wasm-bindgen-macro"
|
|
496
|
-
version = "0.2.
|
|
476
|
+
version = "0.2.105"
|
|
497
477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
-
checksum = "
|
|
478
|
+
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
|
499
479
|
dependencies = [
|
|
500
480
|
"quote",
|
|
501
481
|
"wasm-bindgen-macro-support",
|
|
@@ -503,22 +483,22 @@ dependencies = [
|
|
|
503
483
|
|
|
504
484
|
[[package]]
|
|
505
485
|
name = "wasm-bindgen-macro-support"
|
|
506
|
-
version = "0.2.
|
|
486
|
+
version = "0.2.105"
|
|
507
487
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
508
|
-
checksum = "
|
|
488
|
+
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
|
509
489
|
dependencies = [
|
|
490
|
+
"bumpalo",
|
|
510
491
|
"proc-macro2",
|
|
511
492
|
"quote",
|
|
512
493
|
"syn",
|
|
513
|
-
"wasm-bindgen-backend",
|
|
514
494
|
"wasm-bindgen-shared",
|
|
515
495
|
]
|
|
516
496
|
|
|
517
497
|
[[package]]
|
|
518
498
|
name = "wasm-bindgen-shared"
|
|
519
|
-
version = "0.2.
|
|
499
|
+
version = "0.2.105"
|
|
520
500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
521
|
-
checksum = "
|
|
501
|
+
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
|
522
502
|
dependencies = [
|
|
523
503
|
"unicode-ident",
|
|
524
504
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|