Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 20:38:35 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: fa1c3870a351 - main - devel/py-gitdb: Update to 4.0.7
Message-ID:  <202104252038.13PKcZkw078367@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=fa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5

commit fa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-25 20:14:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <sunpoet@FreeBSD.org>
 
 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



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