From 6b80fd73bac7f2048ac4ed629c17e2ad3fbc1d7a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:26:16 -0500 Subject: [PATCH] python3-SQLAlchemy: update to 1.4.54. --- srcpkgs/python3-SQLAlchemy/template | 6 +++--- srcpkgs/python3-SQLAlchemy/update | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/python3-SQLAlchemy/update diff --git a/srcpkgs/python3-SQLAlchemy/template b/srcpkgs/python3-SQLAlchemy/template index e3d67f29108..57e5c655e03 100644 --- a/srcpkgs/python3-SQLAlchemy/template +++ b/srcpkgs/python3-SQLAlchemy/template @@ -1,6 +1,6 @@ # Template file for 'python3-SQLAlchemy' pkgname=python3-SQLAlchemy -version=1.4.50 +version=1.4.54 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,8 +11,8 @@ short_desc="SQL Toolkit and Object Relational Mapper for Python3" maintainer="Orphaned " license="MIT" homepage="https://www.sqlalchemy.org" -distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" -checksum=3b97ddf509fc21e10b09403b5219b06c5b558b27fc2453150274fa4e70707dbf +distfiles="${PYPI_SITE}/s/sqlalchemy/sqlalchemy-${version}.tar.gz" +checksum=4470fbed088c35dc20b78a39aaf4ae54fe81790c783b3264872a0224f437c31a post_install() { vlicense LICENSE diff --git a/srcpkgs/python3-SQLAlchemy/update b/srcpkgs/python3-SQLAlchemy/update new file mode 100644 index 00000000000..45447ff669d --- /dev/null +++ b/srcpkgs/python3-SQLAlchemy/update @@ -0,0 +1,2 @@ +pkgname=sqlalchemy +pattern="${pkgname}-\K1\.[0-9.]+(post[0-9]*)?(?=\.tar\.gz)"