From owner-dev-commits-ports-all@freebsd.org Wed Apr 28 23:40:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88CBB625138; Wed, 28 Apr 2021 23:40:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FVw9K3VDNz3h3D; Wed, 28 Apr 2021 23:40:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A96B16481; Wed, 28 Apr 2021 23:40:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13SNeLJU087798; Wed, 28 Apr 2021 23:40:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13SNeLbo087782; Wed, 28 Apr 2021 23:40:21 GMT (envelope-from git) Date: Wed, 28 Apr 2021 23:40:21 GMT Message-Id: <202104282340.13SNeLbo087782@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: f133c410c6d9 - main - devel/py-gitpython: Update to 3.1.15 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f133c410c6d97254810f4f0fbd329e42b9eaf3a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 23:40:21 -0000 The branch main has been updated by ygy (doc committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=f133c410c6d97254810f4f0fbd329e42b9eaf3a1 commit f133c410c6d97254810f4f0fbd329e42b9eaf3a1 Author: Guangyuan Yang AuthorDate: 2021-04-28 23:40:05 +0000 Commit: Guangyuan Yang CommitDate: 2021-04-28 23:40:05 +0000 devel/py-gitpython: Update to 3.1.15 - Also changed the PORTNAME to lower cases Approved by: lwhsu --- devel/py-gitpython/Makefile | 5 +++-- devel/py-gitpython/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index 117fc3b6bc1c..7cb3e5945cf5 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,8 +1,9 @@ -PORTNAME= GitPython -DISTVERSION= 3.1.11 +PORTNAME= gitpython +DISTVERSION= 3.1.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= GitPython-${PORTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Python Git Library diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo index 5ed68c7c9e03..76cf83576ab4 100644 --- a/devel/py-gitpython/distinfo +++ b/devel/py-gitpython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605172201 -SHA256 (GitPython-3.1.11.tar.gz) = befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8 -SIZE (GitPython-3.1.11.tar.gz) = 170908 +TIMESTAMP = 1619622145 +SHA256 (GitPython-3.1.15.tar.gz) = 05af150f47a5cca3f4b0af289b73aef8cf3c4fe2385015b06220cbcdee48bb6e +SIZE (GitPython-3.1.15.tar.gz) = 175132