Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 13:03:29 GMT
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c0def4081b7f - main - devel/py-python-gitlab: Update to 4.5.0
Message-ID:  <202405271303.44RD3T4p054848@gitrepo.freebsd.org>

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

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

commit c0def4081b7fe639378acb05f0d2128b2e7cd26a
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2024-05-26 21:06:37 +0000
Commit:     Philippe Audeoud <jadawin@FreeBSD.org>
CommitDate: 2024-05-27 12:03:00 +0000

    devel/py-python-gitlab: Update to 4.5.0
    
    - Override DISTNAME due to #279338
    
    PR:     279339
---
 devel/py-python-gitlab/Makefile | 3 ++-
 devel/py-python-gitlab/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile
index 0f8c2456ac6e..e4fe1b06c376 100644
--- a/devel/py-python-gitlab/Makefile
+++ b/devel/py-python-gitlab/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	python-gitlab
-DISTVERSION=	4.4.0
+DISTVERSION=	4.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME?=	${PORTNAME:S/-/_/}-${DISTVERSIONFULL}
 
 MAINTAINER=	dereks@lifeofadishwasher.com
 COMMENT=	Interact with GitLab API
diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo
index 825b90b4d1d8..697230b36ef3 100644
--- a/devel/py-python-gitlab/distinfo
+++ b/devel/py-python-gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705794803
-SHA256 (python-gitlab-4.4.0.tar.gz) = 1d117bf7b433ae8255e5d74e72c660978f50ee85eb62248c9fb52ef43c3e3814
-SIZE (python-gitlab-4.4.0.tar.gz) = 457636
+TIMESTAMP = 1716757208
+SHA256 (python_gitlab-4.5.0.tar.gz) = 0a106174949819912b9abb4232e39059f83f613177fdb1787097eb84481c64b2
+SIZE (python_gitlab-4.5.0.tar.gz) = 467062



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