Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2A14278159D for <~alpine/aports@lists.alpinelinux.org>; Thu, 28 Apr 2022 09:08:46 +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=1651136472; 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=k/sv9mqvgL9DeuA7iKoHsK+RfG8yEXXA0+OAySkz490=; b=FZCOToSfBNPBfGWSwQv6m22bPauO+9jmL+vAivtvByX10S1iRT8Bwqnc3bGS3OAU328Csd sLvKdY3jXbsh9ESmvk4snZ3bJQf8M4GMcvvdlLZh9wTMCqjKP37trIZM2HlWdJ3b7vQAbN p0s2LxIltB0o8ICnSONpNSejB2TIp5LKJ4an40g/0gLXDgVPsocgZAQDL/G/I75VxB05Ha h76jOYNWmstZTZq9ZPuw0cN3MsGp9YzIFpIisSUcM86G3E0NLn6pvEAEuRNLWu2Vg+ZFO8 Irfg+0XwU+j0blwV2RaERoK2PP2Eo7GQxXT3m6E1IWAONAkeESILJqF7jJ0qcA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-sqlalchemy: upgrade to 1.4.36 Date: Thu, 28 Apr 2022 11:01:11 +0200 Message-Id: <20220428090111.5709-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 1b90f28124..d2a00dac2d 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.32 +pkgver=1.4.36 pkgrel=0 pkgdesc="object relational mapper for Python" url="https://pypi.python.org/pypi/SQLAlchemy" @@ -30,5 +30,5 @@ package() { } sha512sums=" -e9bc125cb531182c97c9588bc7b87028ec334efe63d81d0bee0e7f74b0ce88ac183236298a05cdac42f3a0241b543528bf6f225d199e4bf6d8199caca63581bd SQLAlchemy-1.4.32.tar.gz +c9bb38ce5eeb7817727e93695f10cf5c247710b809f3298b233ed8be4e2cc08e5a14581d0c5aa2af02d7a49f036fe3a0bb7a88120b58bdce0f115016bdaf2c77 SQLAlchemy-1.4.36.tar.gz " base-commit: 197cdb93f4babe882ceddeffe4f76c4445b46490 -- 2.35.2