forked from pool/python-pycrdt
Accepting request 1199728 from devel:languages:python:jupyter
- Bump upper limit of trio gh#jupyter-server/pycrdt#160 OBS-URL: https://build.opensuse.org/request/show/1199728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycrdt?expand=0&rev=5
This commit is contained in:
commit
08fa973c60
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 18:25:15 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Bump upper limit of trio gh#jupyter-server/pycrdt#160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 17:56:42 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -34,7 +34,7 @@ Requires: (python-anyio >= 4.4 with python-anyio < 5)
|
||||
BuildRequires: %{python_module pytest >= 7.4.2}
|
||||
BuildRequires: %{python_module anyio >= 4.4.0 with %python-anyio < 5}
|
||||
BuildRequires: %{python_module exceptiongroup if %python-base < 3.11}
|
||||
BuildRequires: %{python_module trio >= 0.25.1 with %python-trio < 0.26}
|
||||
BuildRequires: %{python_module trio >= 0.25.1 with %python-trio < 0.27}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@ -49,6 +49,8 @@ all data replicas eventually converge to the same state.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n pycrdt-%{version} -a1
|
||||
# gh#jupyter-server/pycrdt#160
|
||||
sed -i '/trio/ s/<0.26/<0.27/' pyproject.toml
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ab376a959937f14405b69b830c13d8bf82cdea46f1602ede98ff77b9a4b3246
|
||||
size 5908184
|
||||
oid sha256:c288855663162e0669ed117abf985f00f2d1b06485ada3abfff6554d46fd5725
|
||||
size 5906608
|
||||
|
Loading…
x
Reference in New Issue
Block a user