From owner-dev-commits-ports-main@freebsd.org Sun Aug 8 14:59:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 99AE36589A8; Sun, 8 Aug 2021 14:59:04 +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 4GjMml5qCjz4kGF; Sun, 8 Aug 2021 14:59:03 +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 30E8A166C0; Sun, 8 Aug 2021 14:59:01 +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 178Ex1S2024833; Sun, 8 Aug 2021 14:59:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 178Ex1lX024832; Sun, 8 Aug 2021 14:59:01 GMT (envelope-from git) Date: Sun, 8 Aug 2021 14:59:01 GMT Message-Id: <202108081459.178Ex1lX024832@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: 638be31b5536 - main - databases/py-geoalchemy2: Update to 0.9.3 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: 638be31b55363c1ebedba89a435c3a29a7dc34e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2021 14:59:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=638be31b55363c1ebedba89a435c3a29a7dc34e5 commit 638be31b55363c1ebedba89a435c3a29a7dc34e5 Author: Po-Chuan Hsieh AuthorDate: 2021-08-08 14:35:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-08-08 14:54:04 +0000 databases/py-geoalchemy2: Update to 0.9.3 - Add LICENSE_FILE Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt --- databases/py-geoalchemy2/Makefile | 3 ++- databases/py-geoalchemy2/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/databases/py-geoalchemy2/Makefile b/databases/py-geoalchemy2/Makefile index 2eb719aac3aa..9a77a0bba32c 100644 --- a/databases/py-geoalchemy2/Makefile +++ b/databases/py-geoalchemy2/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= geoalchemy2 -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.1:databases/py-sqlalchemy14@${PY_FLAVOR} diff --git a/databases/py-geoalchemy2/distinfo b/databases/py-geoalchemy2/distinfo index 74065d36c47c..c547460b6add 100644 --- a/databases/py-geoalchemy2/distinfo +++ b/databases/py-geoalchemy2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626280974 -SHA256 (GeoAlchemy2-0.9.2.tar.gz) = f71db14bd7e79c2babb24f4316f004a617e48b78e84b203d14b7fde484d162d0 -SIZE (GeoAlchemy2-0.9.2.tar.gz) = 130106 +TIMESTAMP = 1628103094 +SHA256 (GeoAlchemy2-0.9.3.tar.gz) = 56f969cf4ad6629ebcde73e807f7dac0a9375c79991b4f93efab191f37737a00 +SIZE (GeoAlchemy2-0.9.3.tar.gz) = 130261