openbsd-ports/devel/py-rx/patches/patch-pyproject_toml
lraab 08984a4e3e devel/py-rx: update to 4.0.4
note: internally renamed from rx -> reactivex

test feedback and ok sthen@
2022-11-28 13:52:16 +00:00

12 lines
307 B
Plaintext

Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reactivex"
-version = "0.0.0" # NOTE: will be updated by publish script
+version = "4.0.4"
description = "ReactiveX (Rx) for Python"
readme = "README.rst"
authors = ["Dag Brattli <dag@brattli.net>"]