Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2024 11:21:59 GMT
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: ae4739aeec41 - main - sysutils/py-psutil: Update to 6.1.0
Message-ID:  <202410251121.49PBLxci012446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit ae4739aeec41907cfb93be91ea959590c853eae0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-25 11:18:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-25 11:18:02 +0000

    sysutils/py-psutil: Update to 6.1.0
    
    - Remove outdated CONFLICTS_INSTALL
    
    Changes:        https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
                    https://psutil.readthedocs.io/en/latest/#timeline
---
 sysutils/py-psutil/Makefile | 4 +---
 sysutils/py-psutil/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile
index 0941bf78885c..ff4ebc8b660a 100644
--- a/sysutils/py-psutil/Makefile
+++ b/sysutils/py-psutil/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	psutil
-PORTVERSION=	6.0.0
+PORTVERSION=	6.1.0
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,8 +20,6 @@ USE_PYTHON=	autoplist concurrent pep517
 
 LDFLAGS+=	-lutil
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}psutil121
-
 CPE_VENDOR=	psutil_project
 
 post-install:
diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo
index 25ad551ada7c..420773f5c543 100644
--- a/sysutils/py-psutil/distinfo
+++ b/sysutils/py-psutil/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718784562
-SHA256 (psutil-6.0.0.tar.gz) = 8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2
-SIZE (psutil-6.0.0.tar.gz) = 508067
+TIMESTAMP = 1729653372
+SHA256 (psutil-6.1.0.tar.gz) = 353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a
+SIZE (psutil-6.1.0.tar.gz) = 508565



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410251121.49PBLxci012446>