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.

Files changed (66) hide show
  1. {pycrdt-0.12.42 → pycrdt-0.12.43}/.pre-commit-config.yaml +1 -1
  2. {pycrdt-0.12.42 → pycrdt-0.12.43}/CHANGELOG.md +4 -0
  3. {pycrdt-0.12.42 → pycrdt-0.12.43}/Cargo.lock +18 -38
  4. {pycrdt-0.12.42 → pycrdt-0.12.43}/Cargo.toml +1 -1
  5. {pycrdt-0.12.42 → pycrdt-0.12.43}/PKG-INFO +1 -1
  6. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/__init__.py +4 -0
  7. {pycrdt-0.12.42 → pycrdt-0.12.43}/.github/workflows/publish.yml +0 -0
  8. {pycrdt-0.12.42 → pycrdt-0.12.43}/.github/workflows/test.yml +0 -0
  9. {pycrdt-0.12.42 → pycrdt-0.12.43}/.gitignore +0 -0
  10. {pycrdt-0.12.42 → pycrdt-0.12.43}/LICENSE +0 -0
  11. {pycrdt-0.12.42 → pycrdt-0.12.43}/README.md +0 -0
  12. {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/api_reference.md +0 -0
  13. {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/assets/logo.png +0 -0
  14. {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/index.md +0 -0
  15. {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/install.md +0 -0
  16. {pycrdt-0.12.42 → pycrdt-0.12.43}/docs/usage.md +0 -0
  17. {pycrdt-0.12.42 → pycrdt-0.12.43}/mkdocs.yml +0 -0
  18. {pycrdt-0.12.42 → pycrdt-0.12.43}/pyproject.toml +0 -0
  19. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_array.py +0 -0
  20. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_awareness.py +0 -0
  21. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_base.py +0 -0
  22. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_doc.py +0 -0
  23. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_map.py +0 -0
  24. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_provider.py +0 -0
  25. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_pycrdt.pyi +0 -0
  26. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_snapshot.py +0 -0
  27. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_sticky_index.py +0 -0
  28. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_sync.py +0 -0
  29. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_text.py +0 -0
  30. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_transaction.py +0 -0
  31. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_undo.py +0 -0
  32. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_update.py +0 -0
  33. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_version.py +0 -0
  34. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/_xml.py +0 -0
  35. {pycrdt-0.12.42 → pycrdt-0.12.43}/python/pycrdt/py.typed +0 -0
  36. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/array.rs +0 -0
  37. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/doc.rs +0 -0
  38. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/lib.rs +0 -0
  39. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/map.rs +0 -0
  40. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/snapshot.rs +0 -0
  41. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/sticky_index.rs +0 -0
  42. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/subscription.rs +0 -0
  43. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/text.rs +0 -0
  44. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/transaction.rs +0 -0
  45. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/type_conversions.rs +0 -0
  46. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/undo.rs +0 -0
  47. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/update.rs +0 -0
  48. {pycrdt-0.12.42 → pycrdt-0.12.43}/src/xml.rs +0 -0
  49. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/conftest.py +0 -0
  50. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_array.py +0 -0
  51. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_awareness.py +0 -0
  52. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_doc.py +0 -0
  53. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_map.py +0 -0
  54. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_model.py +0 -0
  55. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_provider.py +0 -0
  56. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_snapshot.py +0 -0
  57. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_sync.py +0 -0
  58. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_text.py +0 -0
  59. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_threads.py +0 -0
  60. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_transaction.py +0 -0
  61. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_typed.py +0 -0
  62. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_types.py +0 -0
  63. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_undo.py +0 -0
  64. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_update.py +0 -0
  65. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/test_xml.py +0 -0
  66. {pycrdt-0.12.42 → pycrdt-0.12.43}/tests/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  repos:
2
2
  - repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.11.5
3
+ rev: v0.14.2
4
4
  hooks:
5
5
  - id: ruff
6
6
  args: [--fix, --show-fixes]
@@ -1,5 +1,9 @@
1
1
  # Version history
2
2
 
3
+ ## 0.12.43
4
+
5
+ - Make `pycrdt` a namespace package.
6
+
3
7
  ## 0.12.42
4
8
 
5
9
  - Bump `pyo3` to v0.27.1.
@@ -155,9 +155,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
155
155
 
156
156
  [[package]]
157
157
  name = "js-sys"
158
- version = "0.3.81"
158
+ version = "0.3.82"
159
159
  source = "registry+https://github.com/rust-lang/crates.io-index"
160
- checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
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.101"
235
+ version = "1.0.103"
242
236
  source = "registry+https://github.com/rust-lang/crates.io-index"
243
- checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
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.42"
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.107"
408
+ version = "2.0.108"
415
409
  source = "registry+https://github.com/rust-lang/crates.io-index"
416
- checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
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.20"
445
+ version = "1.0.22"
452
446
  source = "registry+https://github.com/rust-lang/crates.io-index"
453
- checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
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.104"
463
+ version = "0.2.105"
470
464
  source = "registry+https://github.com/rust-lang/crates.io-index"
471
- checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
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.104"
476
+ version = "0.2.105"
497
477
  source = "registry+https://github.com/rust-lang/crates.io-index"
498
- checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
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.104"
486
+ version = "0.2.105"
507
487
  source = "registry+https://github.com/rust-lang/crates.io-index"
508
- checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
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.104"
499
+ version = "0.2.105"
520
500
  source = "registry+https://github.com/rust-lang/crates.io-index"
521
- checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
501
+ checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
522
502
  dependencies = [
523
503
  "unicode-ident",
524
504
  ]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "pycrdt"
3
- version = "0.12.42"
3
+ version = "0.12.43"
4
4
  edition = "2021"
5
5
  readme = "README.md"
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycrdt
3
- Version: 0.12.42
3
+ Version: 0.12.43
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -1,3 +1,7 @@
1
+ from pkgutil import extend_path
2
+
3
+ __path__ = extend_path(__path__, __name__)
4
+
1
5
  from ._array import Array as Array
2
6
  from ._array import ArrayEvent as ArrayEvent
3
7
  from ._array import TypedArray as TypedArray
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