Compare commits
25 Commits
Author | SHA256 | Date | |
---|---|---|---|
912ad317ed | |||
cb07ac5bcc | |||
c7615ab27c | |||
ff27fcefde | |||
6b6a425495 | |||
36fcbcb000 | |||
1ae8125d65 | |||
58e48055b4 | |||
88b2d9ec18 | |||
66358ef43e | |||
7b279dd882 | |||
beacad0f6d | |||
3ed8f8648a | |||
be00521da1 | |||
1953fbbf2c | |||
08fa973c60 | |||
3222c59ff2 | |||
054fd964d2 | |||
4397261d70 | |||
57fb3b96f4 | |||
2117f03c2e | |||
112f9fafe5 | |||
ed40b4e9e0 | |||
f3677c03ea | |||
2b7a0ed2f7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4184727fc659cf9c2b523714e78738870842e596c7df528a0dfba7e72eabe614
|
||||
size 49456
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e02b28a95ff2bcb1a0e49fdd22c9d5b13e596d9095c6702fab059bebf48f4df1
|
||||
size 56836
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a23d65a5bf09988411765a9ce42df277f3f36cffd1eeb59429f54ad5b13a451
|
||||
size 58772
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c000108ebda89690b29a80bb7cf780d9efa2c2614f6a85f8fdb541de5f1a4d98
|
||||
size 58872
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f68f5a0945130c983db5f8c321e0b59e7f4608985034caa9c64c1636d8602ec
|
||||
size 53392
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e591ee85d2710e29e8f38f8441ed4b09bd97fd589f0bdc797635e2e05772933e
|
||||
size 53412
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2106461ccd01e6b71fc035c496544f8010ca0ba4e5d19f6a8867d31f90f8499c
|
||||
size 22372
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e342126f3917229e2480811bbf9f542615730eb657f2f3cedf803b590dfadc0
|
||||
size 28152
|
@@ -1,63 +0,0 @@
|
||||
From 238396359d6f4e67db0269c5554ce2701674cc50 Mon Sep 17 00:00:00 2001
|
||||
From: Ben Greiner <code@bnavigator.de>
|
||||
Date: Thu, 30 Jan 2025 17:49:28 +0100
|
||||
Subject: [PATCH] Bump trio upper version to <0.29
|
||||
|
||||
---
|
||||
.github/workflows/publish.yml | 8 ++++----
|
||||
pyproject.toml | 2 +-
|
||||
2 files changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
|
||||
index 39a3a25..8f3f504 100644
|
||||
--- a/.github/workflows/publish.yml
|
||||
+++ b/.github/workflows/publish.yml
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
args: --release --target universal2-apple-darwin --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
|
||||
- name: Test built wheel - universal2
|
||||
run: |
|
||||
- pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.26" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
pip install pycrdt --no-deps --no-index --find-links dist --force-reinstall
|
||||
pytest
|
||||
- name: Upload wheels
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
args: --release --out dist -i ${{ matrix.platform.interpreter }}
|
||||
- name: Test built wheel
|
||||
run: |
|
||||
- pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.26" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
pip install pycrdt --no-deps --no-index --find-links dist --force-reinstall
|
||||
pytest
|
||||
- name: Upload wheels
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
- name: Test built wheel
|
||||
if: matrix.target == 'x86_64'
|
||||
run: |
|
||||
- pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.26" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
pip install pycrdt --no-deps --no-index --find-links dist --force-reinstall
|
||||
pytest
|
||||
- name: Upload wheels
|
||||
@@ -136,7 +136,7 @@ jobs:
|
||||
install: |
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends python3 python3-pip
|
||||
- pip3 install -U pip pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.26" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip3 install -U pip pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
run: |
|
||||
pip3 install pycrdt --no-deps --no-index --find-links dist/ --force-reinstall
|
||||
pytest
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index a520aa6..65c3a4c 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -40,7 +40,7 @@ test = [
|
||||
"pytest >=7.4.2,<8",
|
||||
"pytest-mypy-testing",
|
||||
"anyio",
|
||||
- "trio >=0.25.1,<0.27",
|
||||
+ "trio >=0.25.1,<0.29",
|
||||
"pydantic >=2.5.2,<3",
|
||||
"mypy",
|
||||
"coverage[toml] >=7",
|
@@ -1,63 +0,0 @@
|
||||
From e23cab275eacdf677baaf9c8ea2f018e56602ec4 Mon Sep 17 00:00:00 2001
|
||||
From: Ben Greiner <code@bnavigator.de>
|
||||
Date: Fri, 21 Mar 2025 21:29:06 +0100
|
||||
Subject: [PATCH] Bump trio to <0.30
|
||||
|
||||
---
|
||||
.github/workflows/publish.yml | 8 ++++----
|
||||
pyproject.toml | 2 +-
|
||||
2 files changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
|
||||
index 8f3f504..f4b071a 100644
|
||||
--- a/.github/workflows/publish.yml
|
||||
+++ b/.github/workflows/publish.yml
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
args: --release --target universal2-apple-darwin --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
|
||||
- name: Test built wheel - universal2
|
||||
run: |
|
||||
- pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; python_version<'3.11'"
|
||||
pip install pycrdt --no-deps --no-index --find-links dist --force-reinstall
|
||||
pytest
|
||||
- name: Upload wheels
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
args: --release --out dist -i ${{ matrix.platform.interpreter }}
|
||||
- name: Test built wheel
|
||||
run: |
|
||||
- pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; python_version<'3.11'"
|
||||
pip install pycrdt --no-deps --no-index --find-links dist --force-reinstall
|
||||
pytest
|
||||
- name: Upload wheels
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
- name: Test built wheel
|
||||
if: matrix.target == 'x86_64'
|
||||
run: |
|
||||
- pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; python_version<'3.11'"
|
||||
pip install pycrdt --no-deps --no-index --find-links dist --force-reinstall
|
||||
pytest
|
||||
- name: Upload wheels
|
||||
@@ -136,7 +136,7 @@ jobs:
|
||||
install: |
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends python3 python3-pip
|
||||
- pip3 install -U pip pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.29" "exceptiongroup; python_version<'3.11'"
|
||||
+ pip3 install -U pip pytest pytest-mypy-testing "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; python_version<'3.11'"
|
||||
run: |
|
||||
pip3 install pycrdt --no-deps --no-index --find-links dist/ --force-reinstall
|
||||
pytest
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index eaa19f6..c73d7fd 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -40,7 +40,7 @@ test = [
|
||||
"pytest >=7.4.2,<8",
|
||||
"pytest-mypy-testing",
|
||||
"anyio",
|
||||
- "trio >=0.25.1,<0.29",
|
||||
+ "trio >=0.25.1,<0.30",
|
||||
"pydantic >=2.5.2,<3",
|
||||
"mypy",
|
||||
"coverage[toml] >=7",
|
Reference in New Issue
Block a user