git: 53d898d85c63 - main - devel/py-msgpack: Update to 1.0.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:36:44 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=53d898d85c63dafd41130e0183ba5f3c7432ce9e
commit 53d898d85c63dafd41130e0183ba5f3c7432ce9e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:16:27 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:25 +0000
devel/py-msgpack: Update to 1.0.5
- Update WWW and clean up pkg-descr
Changes: https://github.com/msgpack/msgpack-python/releases
---
devel/py-msgpack/Makefile | 5 +++--
devel/py-msgpack/distinfo | 6 +++---
devel/py-msgpack/pkg-descr | 2 --
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile
index 56f982342944..01af18f003bd 100644
--- a/devel/py-msgpack/Makefile
+++ b/devel/py-msgpack/Makefile
@@ -1,12 +1,13 @@
PORTNAME= msgpack
-PORTVERSION= 1.0.4
+PORTVERSION= 1.0.5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= MessagePack (de)serializer for Python
-WWW= https://msgpack.org/
+WWW= https://msgpack.org/ \
+ https://github.com/msgpack/msgpack-python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo
index ee00c6fcd130..a7b1b04c9c78 100644
--- a/devel/py-msgpack/distinfo
+++ b/devel/py-msgpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654708346
-SHA256 (msgpack-1.0.4.tar.gz) = f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f
-SIZE (msgpack-1.0.4.tar.gz) = 128053
+TIMESTAMP = 1679498702
+SHA256 (msgpack-1.0.5.tar.gz) = c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c
+SIZE (msgpack-1.0.5.tar.gz) = 127834
diff --git a/devel/py-msgpack/pkg-descr b/devel/py-msgpack/pkg-descr
index 644095e13cba..25ee2daac03d 100644
--- a/devel/py-msgpack/pkg-descr
+++ b/devel/py-msgpack/pkg-descr
@@ -2,5 +2,3 @@ MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller. Small
integers are encoded into a single byte, and typical short strings require only
one extra byte in addition to the strings themselves.
-
-See also: https://github.com/msgpack/msgpack-python