From owner-svn-ports-head@freebsd.org Sun May 17 18:26:16 2020 Return-Path: Delivered-To: svn-ports-head@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 1F5742DFFD6; Sun, 17 May 2020 18:26:16 +0000 (UTC) (envelope-from sunpoet@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Q9Zb1vmwz4cn2; Sun, 17 May 2020 18:26:14 +0000 (UTC) (envelope-from sunpoet@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 92FE114A35; Sun, 17 May 2020 18:26:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04HIQEqL095030; Sun, 17 May 2020 18:26:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04HIQEIM095028; Sun, 17 May 2020 18:26:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005171826.04HIQEIM095028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 May 2020 18:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535573 - head/databases/py-geoalchemy2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-geoalchemy2 X-SVN-Commit-Revision: 535573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 18:26:17 -0000 Author: sunpoet Date: Sun May 17 18:26:13 2020 New Revision: 535573 URL: https://svnweb.freebsd.org/changeset/ports/535573 Log: Update to 0.8.0 - Update WWW Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt Modified: head/databases/py-geoalchemy2/Makefile head/databases/py-geoalchemy2/distinfo head/databases/py-geoalchemy2/pkg-descr Modified: head/databases/py-geoalchemy2/Makefile ============================================================================== --- head/databases/py-geoalchemy2/Makefile Sun May 17 18:26:08 2020 (r535572) +++ head/databases/py-geoalchemy2/Makefile Sun May 17 18:26:13 2020 (r535573) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geoalchemy2 -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.8:databases/py-sqlalchemy12@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Shapely>=1.3.0:devel/py-shapely@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.8:databases/py-sqlalchemy12@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/databases/py-geoalchemy2/distinfo ============================================================================== --- head/databases/py-geoalchemy2/distinfo Sun May 17 18:26:08 2020 (r535572) +++ head/databases/py-geoalchemy2/distinfo Sun May 17 18:26:13 2020 (r535573) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585063902 -SHA256 (GeoAlchemy2-0.7.0.tar.gz) = ec2a6e9919b522631803ac5922e88b701081da7e5d56a68f10ff263f6592d552 -SIZE (GeoAlchemy2-0.7.0.tar.gz) = 21336 +TIMESTAMP = 1589631138 +SHA256 (GeoAlchemy2-0.8.0.tar.gz) = a8966e41c22b1aa31988236b6b6b2785c4760a9dc2ed1a8b9470495c63aa1d4f +SIZE (GeoAlchemy2-0.8.0.tar.gz) = 23167 Modified: head/databases/py-geoalchemy2/pkg-descr ============================================================================== --- head/databases/py-geoalchemy2/pkg-descr Sun May 17 18:26:08 2020 (r535572) +++ head/databases/py-geoalchemy2/pkg-descr Sun May 17 18:26:13 2020 (r535573) @@ -3,6 +3,4 @@ databases. GeoAlchemy 2 focuses on PostGIS. PostGIS 1. supported. GeoAlchemy 2 aims to be simpler than its predecessor, GeoAlchemy. Simpler to use, and simpler to maintain. -Git repository: https://github.com/geoalchemy/geoalchemy2 - -WWW: https://pypi.org/project/GeoAlchemy2/ +WWW: https://github.com/geoalchemy/geoalchemy2