From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 20:38:35 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 F219A5E6AEE; Sun, 25 Apr 2021 20:38:35 +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 4FT0Gz6Pxhz4WDk; Sun, 25 Apr 2021 20:38:35 +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 CC4D31A6F0; Sun, 25 Apr 2021 20:38:35 +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 13PKcZsb078368; Sun, 25 Apr 2021 20:38:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PKcZkw078367; Sun, 25 Apr 2021 20:38:35 GMT (envelope-from git) Date: Sun, 25 Apr 2021 20:38:35 GMT Message-Id: <202104252038.13PKcZkw078367@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fa1c3870a351 - main - devel/py-gitdb: Update to 4.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5 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: Sun, 25 Apr 2021 20:38:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5 commit fa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5 Author: Po-Chuan Hsieh AuthorDate: 2021-04-25 20:14:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-25 20:35:25 +0000 devel/py-gitdb: Update to 4.0.7 Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst --- devel/py-gitdb/Makefile | 4 ++-- devel/py-gitdb/distinfo | 6 +++--- devel/py-gitdb/files/patch-setup.py | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/devel/py-gitdb/Makefile b/devel/py-gitdb/Makefile index f237fc24752e..fc7769bc637c 100644 --- a/devel/py-gitdb/Makefile +++ b/devel/py-gitdb/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= gitdb -PORTVERSION= 4.0.6 +PORTVERSION= 4.0.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Git Object Database LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1:devel/py-smmap@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<5:devel/py-smmap@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-gitdb/distinfo b/devel/py-gitdb/distinfo index 754bed6c1447..26a32abf1536 100644 --- a/devel/py-gitdb/distinfo +++ b/devel/py-gitdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320138 -SHA256 (gitdb-4.0.6.tar.gz) = 42535bb16b5db8983e2c4f6a714d29a8feba7165a12addc63e08fc672dfeccb9 -SIZE (gitdb-4.0.6.tar.gz) = 394670 +TIMESTAMP = 1619198499 +SHA256 (gitdb-4.0.7.tar.gz) = 96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005 +SIZE (gitdb-4.0.7.tar.gz) = 394664 diff --git a/devel/py-gitdb/files/patch-setup.py b/devel/py-gitdb/files/patch-setup.py deleted file mode 100644 index 430ba47d0a9c..000000000000 --- a/devel/py-gitdb/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2020-05-05 03:41:32 UTC -+++ setup.py -@@ -20,7 +20,7 @@ setup( - packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'), - license="BSD License", - zip_safe=False, -- install_requires=['smmap>=3.0.1,<4'], -+ install_requires=['smmap>=3.0.1'], - long_description="""GitDB is a pure-Python git object database""", - python_requires='>=3.4', - # See https://pypi.python.org/pypi?%3Aaction=list_classifiers