1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

databases/py-asyncpg: Update to 0.30.0

This commit is contained in:
Babak Farrokhi 2024-10-20 14:22:19 +02:00
parent 0682766ca6
commit c9416ee4b1
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= asyncpg
PORTVERSION= 0.29.0
PORTVERSION= 0.30.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1711968399
SHA256 (asyncpg-0.29.0.tar.gz) = d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e
SIZE (asyncpg-0.29.0.tar.gz) = 820455
TIMESTAMP = 1729426736
SHA256 (asyncpg-0.30.0.tar.gz) = c551e9928ab6707602f44811817f82ba3c446e018bfe1d3abecc8ba5f3eac851
SIZE (asyncpg-0.30.0.tar.gz) = 957746

View File

@ -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 = [