Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CEFE678166E for <~alpine/aports@lists.alpinelinux.org>; Thu, 7 Apr 2022 07:56:22 +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=1649318181; 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=hCVEjuU3zIg+UYsVXdnMdq6lU/EjIAPZ8uuAgRd0l14=; b=R1ZCXnnL0k9qIggAvrly8THrhMAbRFb9kDrv/VTAjhMFxgoGkYYyeCJJkO/bUXhs4FpcJZ dRKQJabQuAt0i2PHItYAff+SMhWAaIjgiquu4WF92zX3UvWQiSjEcAJkK4DqCbd+vQUPt+ hs0LTIW6zVQoEIjT+0Oin0kZDQqfoOUPtIRlAsMq9gfzdys6z5OYzQipG1niS3Dks6EZZ3 DQ3E6zOxWjD+lR26WsLJcDsPjLCNNl1OdDsf4vqAxNlc8KrOIQgUgleW/z3e0vX7HZ8PVL nC5iyUjv402wx3fiq1BcuUv8fXrFGtm5aX/FkeQCyxZ3yHSXmG1aw/XBg9ghVQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-sqlalchemy: upgrade to 1.4.35 Date: Thu, 7 Apr 2022 09:56:20 +0200 Message-Id: <20220407075620.20571-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 9cfaaa4c3f..a642c9224a 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.34 +pkgver=1.4.35 pkgrel=0 pkgdesc="object relational mapper for Python" url="https://pypi.python.org/pypi/SQLAlchemy" @@ -30,5 +30,5 @@ package() { } sha512sums=" -c3158dc2c52dd865d98b84ce4cf0adde38300504d5f5ff61f953927baf8f2264d53255f6e83e2ce2f720529f1e8b3e57e684d56a57fd6a0881bd4f1ba10b373f SQLAlchemy-1.4.34.tar.gz +195ab35934bca36e7c4c2127f153eff31775f7f150163912f79143efae63911eded67d8645e08ede2c533c675d18c3c5796235e0c0f6d1e6ebb97664ac13f171 SQLAlchemy-1.4.35.tar.gz " -- 2.35.1