Skip to content

Commit 1b6c838

Browse files
jefferytolu-zero
authored andcommitted
python-pyrsistent: Update to 0.19.3, update list of dependencies
Signed-off-by: Jeffery To <[email protected]>
1 parent 2c370a0 commit 1b6c838

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lang/python/python-pyrsistent/Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-pyrsistent
11-
PKG_VERSION:=0.16.0
11+
PKG_VERSION:=0.19.3
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=pyrsistent
15-
PKG_HASH:=28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3
15+
PKG_HASH:=1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440
1616

1717
PKG_MAINTAINER:=Josef Schlehofer <[email protected]>
1818
PKG_LICENSE:=MIT
@@ -28,12 +28,13 @@ define Package/python3-pyrsistent
2828
CATEGORY:=Languages
2929
TITLE:=Persistent/Functional/Immutable data structures
3030
URL:=https://github.com/tobgu/pyrsistent
31-
DEPENDS:=+python3-light +python3-six
31+
DEPENDS:=+python3-light
3232
endef
3333

3434
define Package/python3-pyrsistent/description
35-
Pyrsistent is a number of persistent collections (by some referred to as functional data structures).
36-
Persistent in the sense that they are immutable.
35+
Pyrsistent is a number of persistent collections (by some referred to as
36+
functional data structures). Persistent in the sense that they are
37+
immutable.
3738
endef
3839

3940
$(eval $(call Py3Package,python3-pyrsistent))

0 commit comments

Comments
 (0)