Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 44D2678104C for <~alpine/aports@lists.alpinelinux.org>; Fri, 17 Jun 2022 10:33:12 +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=1655461991; 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=xDu11LfHOnJvz09GdoZ45u9oQXWHK1vakzBzcs3LH3w=; b=P2u2FcAPoaV13uzDbvGZzijOxGN0S08qUB2EIhgCP4Bse+3fQa0UBdbt8Sx4+LF8Wp1N1m MmXkHuTJwQFiKmvXu6VAWH+VleQpLLdBc2ytwolw7WJUXsA4MqH4YdsYY0ZmogioS2urs4 a60TCAVFXvHLouUgeg8VlUHZn2VRdtQ+dLlufydDmK9OKsFSHPfNCANlUDc1DTfWDnb0zA DcEQgpCeyYhkOsCe6MrXXqVbS+7IZJKkgZ9oOcwjfxbZxSm3cNJV7RPURnBpNSUCfIla6r S1A2zzajWF/ve3x3Rl2DWevW08xGvJAhBp9IKWPf4VgigrslFwHAbmBtMRerag== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-sqlalchemy: upgrade to 1.4.37 Date: Fri, 17 Jun 2022 12:33:10 +0200 Message-Id: <20220617103310.13085-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 d2a00dac2d..3aff3e4731 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.36 +pkgver=1.4.37 pkgrel=0 pkgdesc="object relational mapper for Python" url="https://pypi.python.org/pypi/SQLAlchemy" @@ -30,5 +30,5 @@ package() { } sha512sums=" -c9bb38ce5eeb7817727e93695f10cf5c247710b809f3298b233ed8be4e2cc08e5a14581d0c5aa2af02d7a49f036fe3a0bb7a88120b58bdce0f115016bdaf2c77 SQLAlchemy-1.4.36.tar.gz +3f8a814f9bb6fa273f7b210c4567bf7411d0cf2e5caf010a5387fb946063704c342072145a858fb906545dfb1b959155d041e6073273674e51715356fc1f39e6 SQLAlchemy-1.4.37.tar.gz " -- 2.36.1