Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2FFEE780FEE for <~alpine/aports@lists.alpinelinux.org>; Thu, 20 Jan 2022 08:03:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1642665463; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=j8bf6wVl0iYNbUaDV72gE7lq5MgaoqqhhpuNmySJMqQ=; b=0T+NU+u0j/A/USCj66W9qvQnxgYbHS9zSnBVjMdNkYiwL8/V/+cPcBcct9dB/Pf6Eu6+H4 JujZbW9qDHlYZU45YAEDU7FUOoUwMgvIw9M5i1ZltIWzh62EE124P07cl45h12MjrsS64C fi3rxhU4dLquaKR3u1OsAXjiKRVuScIAfnUI9h/rn5xgAy/mvBdmB56fqS+Zeq6iHnM7RA VhEM9AWT6gWHsEj0zkBjAyNa0bedeu+bUlsZ5Sg9TYdf0/eWhA6w+tDRKjegCyN/yaGliK QxZK+Nr3VveT5Z8Z0YeoJ0Q/JGgpMFOb06eSxv3EMy9lXjOLxSP+eP2gKD3RTg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] py3-sqlalchemy: upgrade to 1.4.30 Date: Thu, 20 Jan 2022 08:57:42 +0100 Message-Id: <20220120075742.3701-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/py3-sqlalchemy/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-sqlalchemy/APKBUILD b/community/py3-sqlalchemy/APKBUILD index 8163d032fe..c984436836 100644 --- a/community/py3-sqlalchemy/APKBUILD +++ b/community/py3-sqlalchemy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault # Maintainer: Drew DeVault pkgname=py3-sqlalchemy -pkgver=1.4.29 +pkgver=1.4.30 pkgrel=0 pkgdesc="object relational mapper for Python" url="https://pypi.python.org/pypi/SQLAlchemy" @@ -30,5 +30,5 @@ package() { } sha512sums=" -40f7b30db6c080061aa2d38c8257c1d9df4cd5a99425becc89ffb339bd764f60c6174fc85fc2dad8be248baf8e78c20b9ac28a5ddff0f58033fa7756517bb50f SQLAlchemy-1.4.29.tar.gz +13b80779b30a10af7f173ad162d54d38d807e7372d381f7b96adf2f728ccf20bb6a86d8f8b06ec828e71d0b4aa22d022686d290ea6b03629564f0fb2a80eca80 SQLAlchemy-1.4.30.tar.gz " -- 2.34.1