git: 2b4450cf2275 - main - devel/py-cbor2: Update version 4.1.2=>5.4.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Mar 2022 10:37:01 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2b4450cf2275803fb3d28e02462d79d49a432850
commit 2b4450cf2275803fb3d28e02462d79d49a432850
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-10 13:54:51 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-12 10:36:57 +0000
devel/py-cbor2: Update version 4.1.2=>5.4.2
Approved by: dvl (private mail)
Relnotes: https://github.com/agronholm/cbor2/releases/tag/5.4.2
---
devel/py-cbor2/Makefile | 5 +----
devel/py-cbor2/distinfo | 6 +++---
devel/py-cbor2/files/patch-setup.cfg | 14 +++++++-------
3 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/devel/py-cbor2/Makefile b/devel/py-cbor2/Makefile
index 1f7a884107f5..c7b3d04b2fc8 100644
--- a/devel/py-cbor2/Makefile
+++ b/devel/py-cbor2/Makefile
@@ -1,8 +1,7 @@
# Created by: Dan Langille <dvl@FreeBSD.org>
PORTNAME= cbor2
-PORTVERSION= 4.1.2
-PORTREVISION= 1
+PORTVERSION= 5.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,8 +18,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
-NO_ARCH= yes
-
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
diff --git a/devel/py-cbor2/distinfo b/devel/py-cbor2/distinfo
index 2c917698af07..df31956e5100 100644
--- a/devel/py-cbor2/distinfo
+++ b/devel/py-cbor2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544543676
-SHA256 (cbor2-4.1.2.tar.gz) = 17b615da69964f87e48c5adb34ba63db3068f65b9cd14a7b099503d9f8a0e9ae
-SIZE (cbor2-4.1.2.tar.gz) = 23498
+TIMESTAMP = 1646916664
+SHA256 (cbor2-5.4.2.tar.gz) = e283e70b55a049ff364cc5e648fde587e4d9b0e87e4b2664c69e639135e6b3b8
+SIZE (cbor2-5.4.2.tar.gz) = 85847
diff --git a/devel/py-cbor2/files/patch-setup.cfg b/devel/py-cbor2/files/patch-setup.cfg
index 3c01ac98bad5..96a073370459 100644
--- a/devel/py-cbor2/files/patch-setup.cfg
+++ b/devel/py-cbor2/files/patch-setup.cfg
@@ -11,7 +11,7 @@
# coverage is not a compulsory dependency
# this block clobbers ports pytest args
---- setup.cfg.orig 2018-12-10 13:39:24 UTC
+--- setup.cfg.orig 2021-10-14 11:14:02 UTC
+++ setup.cfg
@@ -1,8 +1,9 @@
+# coding: utf-8
@@ -22,12 +22,12 @@
-author = Alex Grönholm
+author = Alex Gronholm
author_email = alex.gronholm@nextday.fi
- project_urls =
- Documentation = https://cbor2.readthedocs.org/en/latest/
-@@ -30,10 +31,6 @@ packages = find:
- test =
- pytest
- pytest-cov
+ maintainer = Kio Smallwood (Sekenre)
+ maintainer_email = kio@mothers-arms.co.uk
+@@ -34,10 +35,6 @@ doc =
+ doc =
+ sphinx_rtd_theme
+ sphinx-autodoc-typehints >= 1.2.0
-
-[tool:pytest]
-addopts = -rsx --cov --tb=short