Skip to content

Commit

Permalink
databases/py-psycopg: Update to 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 21, 2023
1 parent a83cb4e commit 727fc78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions databases/py-psycopg/Makefile
@@ -1,18 +1,18 @@
PORTNAME= psycopg
PORTVERSION= 3.1.9
PORTVERSION= 3.1.10
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PostgreSQL database adapter for Python
WWW= https://www.psycopg.org/ \
WWW= https://www.psycopg.org/psycopg3/ \
https://github.com/psycopg/psycopg

LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=49.2.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR}

USES= pgsql python
Expand Down
6 changes: 3 additions & 3 deletions databases/py-psycopg/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1683227603
SHA256 (psycopg-3.1.9.tar.gz) = ab400f207a8c120bafdd8077916d8f6c0106e809401378708485b016508c30c9
SIZE (psycopg-3.1.9.tar.gz) = 138729
TIMESTAMP = 1692211693
SHA256 (psycopg-3.1.10.tar.gz) = 15b25741494344c24066dc2479b0f383dd1b82fa5e75612fa4fa5bb30726e9b6
SIZE (psycopg-3.1.10.tar.gz) = 139935

0 comments on commit 727fc78

Please sign in to comment.