From f3266c4af45951a88f12d0c9e2234972452b5efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 28 Dec 2021 20:41:04 +0100 Subject: [PATCH] python3-alembic: update to 1.7.5. --- srcpkgs/python3-alembic/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template index 454db2f96a3..1697853ce60 100644 --- a/srcpkgs/python3-alembic/template +++ b/srcpkgs/python3-alembic/template @@ -1,7 +1,7 @@ # Template file for 'python3-alembic' pkgname=python3-alembic -version=1.7.1 -revision=2 +version=1.7.5 +revision=1 wrksrc="alembic-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/sqlalchemy/alembic" changelog="https://raw.githubusercontent.com/sqlalchemy/alembic/master/docs/build/changelog.rst" distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz" -checksum=aea964d3dcc9c205b8759e4e9c1c3935ea3afeee259bffd7ed8414f8085140fb +checksum=7c328694a2e68f03ee971e63c3bd885846470373a5b532cf2c9f1601c413b153 make_check=no # tests require deprecated pytest behavior that throws errors post_install() {