mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-psycopg: update to 3.1.19.
This commit is contained in:
parent
d045a4de1f
commit
b30226483a
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'python3-psycopg'
|
# Template file for 'python3-psycopg'
|
||||||
pkgname=python3-psycopg
|
pkgname=python3-psycopg
|
||||||
version=3.1.14
|
version=3.1.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-typing_extensions"
|
||||||
short_desc="PostgreSQL database adapter for Python"
|
short_desc="PostgreSQL database adapter for Python"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://www.psycopg.org"
|
homepage="https://www.psycopg.org"
|
||||||
changelog="https://raw.githubusercontent.com/psycopg/psycopg/master/docs/news.rst"
|
changelog="https://raw.githubusercontent.com/psycopg/psycopg/master/docs/news.rst"
|
||||||
distfiles="${PYPI_SITE}/p/psycopg/psycopg-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psycopg/psycopg-${version}.tar.gz"
|
||||||
checksum=7a63249f52e9c312d2d3978df5f170d21a0defd3a0c950d7859d226b7cfbfad5
|
checksum=92d7b78ad82426cdcf1a0440678209faa890c6e1721361c2f8901f0dccd62961
|
||||||
make_check=no # requires running postgres server on system
|
make_check=no # requires running postgres server on system
|
||||||
|
|
Loading…
Add table
Reference in a new issue