From owner-svn-ports-all@freebsd.org Mon Feb 3 21:50:51 2020 Return-Path: Delivered-To: svn-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 E0C5622FE91; Mon, 3 Feb 2020 21:50:51 +0000 (UTC) (envelope-from olivier@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48BM2g5dkyz4BJ5; Mon, 3 Feb 2020 21:50:51 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCA3274CD; Mon, 3 Feb 2020 21:50:51 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 013LopFd058584; Mon, 3 Feb 2020 21:50:51 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 013Lop3J058583; Mon, 3 Feb 2020 21:50:51 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <202002032150.013Lop3J058583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 3 Feb 2020 21:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525100 - head/net/py-GeoIP2 X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: head/net/py-GeoIP2 X-SVN-Commit-Revision: 525100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2020 21:50:51 -0000 Author: olivier Date: Mon Feb 3 21:50:51 2020 New Revision: 525100 URL: https://svnweb.freebsd.org/changeset/ports/525100 Log: Update to 3.0.0 PR: 243842 Submitted by: Andrea Venturoli Modified: head/net/py-GeoIP2/Makefile head/net/py-GeoIP2/distinfo Modified: head/net/py-GeoIP2/Makefile ============================================================================== --- head/net/py-GeoIP2/Makefile Mon Feb 3 21:49:37 2020 (r525099) +++ head/net/py-GeoIP2/Makefile Mon Feb 3 21:50:51 2020 (r525100) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP2 -PORTVERSION= 2.9.0 +PORTVERSION= 3.0.0 DISTVERSIONPREFIX= v CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +13,16 @@ COMMENT= MaxMind GeoIP2 Python API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maxminddb>=1.1.0:net/py-maxminddb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.4:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maxminddb>=1.5.2:net/py-maxminddb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.2:net/py-urllib3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} +USES= python + GH_ACCOUNT= maxmind GH_PROJECT= GeoIP2-python NO_ARCH= yes -USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Modified: head/net/py-GeoIP2/distinfo ============================================================================== --- head/net/py-GeoIP2/distinfo Mon Feb 3 21:49:37 2020 (r525099) +++ head/net/py-GeoIP2/distinfo Mon Feb 3 21:50:51 2020 (r525100) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530192685 -SHA256 (maxmind-GeoIP2-python-v2.9.0_GH0.tar.gz) = e6015ffc370735a9cf073875ea79a388bbe40d1f5901ba36b3c9aecba5c33b49 -SIZE (maxmind-GeoIP2-python-v2.9.0_GH0.tar.gz) = 32999 +TIMESTAMP = 1580041737 +SHA256 (maxmind-GeoIP2-python-v3.0.0_GH0.tar.gz) = d1738f0bf7b5889d13722abfcf9119e429cfe287870ab73ff18fc365c14f4a5a +SIZE (maxmind-GeoIP2-python-v3.0.0_GH0.tar.gz) = 35698