Date: Tue, 28 Feb 2023 00:35:17 GMT From: =?utf-8?Q?Romain=20Tarti=C3=A8re?= <romain@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f7849ab297ee - main - databases/py-aiosqlite: Update to 0.18.0 Message-ID: <202302280035.31S0ZHQi058998@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7849ab297eeee340a56adacaa23b984eac473fb commit f7849ab297eeee340a56adacaa23b984eac473fb Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2023-02-28 00:22:30 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2023-02-28 00:34:33 +0000 databases/py-aiosqlite: Update to 0.18.0 --- databases/py-aiosqlite/Makefile | 6 +++--- databases/py-aiosqlite/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/py-aiosqlite/Makefile b/databases/py-aiosqlite/Makefile index 4f19a9ab980c..e7366f7ce09e 100644 --- a/databases/py-aiosqlite/Makefile +++ b/databases/py-aiosqlite/Makefile @@ -1,18 +1,18 @@ PORTNAME= aiosqlite -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= romain@FreeBSD.org -COMMENT= AsyncIO bridge to the standard sqlite3 module for Python 3.5+ +COMMENT= AsyncIO bridge to the standard sqlite3 module for Python 3.7+ WWW= https://pypi.python.org/pypi/aiosqlite LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/databases/py-aiosqlite/distinfo b/databases/py-aiosqlite/distinfo index 05ea489caa56..0c5c6dfe4fdd 100644 --- a/databases/py-aiosqlite/distinfo +++ b/databases/py-aiosqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621230469 -SHA256 (aiosqlite-0.17.0.tar.gz) = f0e6acc24bc4864149267ac82fb46dfb3be4455f99fe21df82609cc6e6baee51 -SIZE (aiosqlite-0.17.0.tar.gz) = 25941 +TIMESTAMP = 1673501058 +SHA256 (aiosqlite-0.18.0.tar.gz) = faa843ef5fb08bafe9a9b3859012d3d9d6f77ce3637899de20606b7fc39aa213 +SIZE (aiosqlite-0.18.0.tar.gz) = 27066
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302280035.31S0ZHQi058998>