Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:23:58 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e70c55158857 - main - devel/py-riot: Update to 0.21.0
Message-ID:  <69af103e.1f61a.1c285500@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e70c55158857345ea97013de05974c56ad553d09

commit e70c55158857345ea97013de05974c56ad553d09
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:57:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:18:56 +0000

    devel/py-riot: Update to 0.21.0
    
    Changes:        https://github.com/DataDog/riot/releases
---
 devel/py-riot/Makefile             | 4 ++--
 devel/py-riot/distinfo             | 6 +++---
 devel/py-riot/files/patch-setup.py | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/py-riot/Makefile b/devel/py-riot/Makefile
index ae51842dc40e..468312998984 100644
--- a/devel/py-riot/Makefile
+++ b/devel/py-riot/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	riot
-PORTVERSION=	0.20.1
+PORTVERSION=	0.21.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}virtualenv>=20.36.1:devel/py-virtualenv@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-riot/distinfo b/devel/py-riot/distinfo
index 6985f09eefb2..a9e08a0b72ea 100644
--- a/devel/py-riot/distinfo
+++ b/devel/py-riot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734888282
-SHA256 (riot-0.20.1.tar.gz) = b2b2fc2d86c5554074b1585fbc055f549b576a102e766476ef0d3c02c3eafed5
-SIZE (riot-0.20.1.tar.gz) = 40617
+TIMESTAMP = 1771421642
+SHA256 (riot-0.21.0.tar.gz) = 12f57fe24c7965af275d2ca0f6e06cd219bbdcbf14fc819fabc6cb62cea9f1c0
+SIZE (riot-0.21.0.tar.gz) = 42232
diff --git a/devel/py-riot/files/patch-setup.py b/devel/py-riot/files/patch-setup.py
index 96605c8cf509..8ec7d3c72455 100644
--- a/devel/py-riot/files/patch-setup.py
+++ b/devel/py-riot/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig	2024-10-18 20:24:28 UTC
+--- setup.py.orig	2026-02-09 14:56:45 UTC
 +++ setup.py
 @@ -29,7 +29,7 @@ setup(
+     python_requires=">=3.8",
      install_requires=[
-         "dataclasses; python_version<'3.7'",
          "click>=7",
--        "virtualenv<=20.26.6",
-+        "virtualenv",
+-        "virtualenv>=20.36.1,<21",
++        "virtualenv>=20.36.1",
          "rich",
          "pexpect",
          "packaging",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af103e.1f61a.1c285500>