Skip to content

Commit

Permalink
databases/py-asyncpg: Update to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farrokhi committed Aug 16, 2021
1 parent b40e5c3 commit e705d86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions databases/py-asyncpg/Makefile
@@ -1,7 +1,7 @@
# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>

PORTNAME= asyncpg
PORTVERSION= 0.23.0
PORTVERSION= 0.24.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +12,7 @@ COMMENT= High performance PostgreSQL Client Library for Python/asyncio
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= pgsql:9.2+ python:3.5+
USES= pgsql:9.2+ python:3.6+
USE_PYTHON= autoplist concurrent distutils

OPTIONS_DEFINE= DOCS
Expand Down
6 changes: 3 additions & 3 deletions databases/py-asyncpg/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1621525059
SHA256 (asyncpg-0.23.0.tar.gz) = 812dafa4c9e264d430adcc0f5899f0dc5413155a605088af696f952d72d36b5e
SIZE (asyncpg-0.23.0.tar.gz) = 775098
TIMESTAMP = 1629090313
SHA256 (asyncpg-0.24.0.tar.gz) = dd2fa063c3344823487d9ddccb40802f02622ddf8bf8a6cc53885ee7a2c1c0c6
SIZE (asyncpg-0.24.0.tar.gz) = 787494

0 comments on commit e705d86

Please sign in to comment.