Merge pull request #227908 from dotlambda/ypy-websocket-0.9.0
python310Packages.ypy-websocket: 0.8.4 -> 0.9.0
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, hatchling
|
||||
, pythonRelaxDepsHook
|
||||
, jupyter-server-fileid
|
||||
, jupyter-ydoc
|
||||
, ypy-websocket
|
||||
@@ -31,6 +32,11 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
hatchling
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"ypy-websocket"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, hatchling
|
||||
, aiofiles
|
||||
, aiosqlite
|
||||
, anyio
|
||||
, y-py
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ypy-websocket";
|
||||
version = "0.8.4";
|
||||
version = "0.9.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "y-crdt";
|
||||
repo = "ypy-websocket";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-jl2ciIA3enJRfPgcu96MZN+BmNL+bBet54AFDBy3seY=";
|
||||
hash = "sha256-dHcXJavzR1BDAM9Xjm144gfNMSDEkenumI3POBfCjvQ=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -36,8 +36,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiofiles
|
||||
aiosqlite
|
||||
anyio
|
||||
y-py
|
||||
];
|
||||
|
||||
@@ -57,7 +57,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/y-crdt/ypy-websocket/blob/${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/y-crdt/ypy-websocket/blob/${src.rev}/CHANGELOG.md";
|
||||
description = "WebSocket Connector for Ypy";
|
||||
homepage = "https://github.com/y-crdt/ypy-websocket";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user