forked from Lainports/freebsd-ports
databases/py-asyncpg: Update to 0.30.0
This commit is contained in:
parent
0682766ca6
commit
c9416ee4b1
3 changed files with 4 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= asyncpg
|
PORTNAME= asyncpg
|
||||||
PORTVERSION= 0.29.0
|
PORTVERSION= 0.30.0
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1711968399
|
TIMESTAMP = 1729426736
|
||||||
SHA256 (asyncpg-0.29.0.tar.gz) = d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e
|
SHA256 (asyncpg-0.30.0.tar.gz) = c551e9928ab6707602f44811817f82ba3c446e018bfe1d3abecc8ba5f3eac851
|
||||||
SIZE (asyncpg-0.29.0.tar.gz) = 820455
|
SIZE (asyncpg-0.30.0.tar.gz) = 957746
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
--- setup.py.orig 2021-11-16 22:38:59 UTC
|
|
||||||
+++ setup.py
|
|
||||||
@@ -25,7 +25,7 @@ from setuptools.command import sdist as setuptools_sdi
|
|
||||||
from setuptools.command import build_ext as setuptools_build_ext
|
|
||||||
|
|
||||||
|
|
||||||
-CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
|
|
||||||
+CYTHON_DEPENDENCY = 'Cython(>=0.29.24)'
|
|
||||||
|
|
||||||
# Minimal dependencies required to test asyncpg.
|
|
||||||
TEST_DEPENDENCIES = [
|
|
||||||
Loading…
Add table
Reference in a new issue