Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 33930782BDA for <~alpine/aports@lists.alpinelinux.org>; Mon, 26 Jul 2021 11:11:51 +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=1627297910; 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=QHn1ggl3I4rsDLxws93qHme1k0I5S4MZezjxLra+zPg=; b=R01xDgDfMN0seIhqL0xVJHWvYHZKLVwcq6wYivf6cdhTx63aAregWv3xAvcAm5a3MO0NVc laS20jEtSl+tGgq4jstkWorPXD0dkhifFWlvyIETBKFe9pgpXaS9guVetrpQ5brvwtbY4r hTRGAXDFFTLZ8ASzkdVx2B76bvLUXTK2AlO5Enn/LfnHV1gf3qSEx5oqeYYM70hzYct/Yq 8PAOsTu2a/EWzsJhSOotHmMYJ9tnrwFNdHxfQSOuCo0//IZBhxeRku8k+bP7ZGFUl0jrei g3bS2FtTDnm+c3ejxYjfK0jnJdICu4XmG3L+ncvkmcTGo6Ij96DXFi8+TfMO5g== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH v2] community/py3-sqlalchemy: upgrade to 1.4.22 Date: Mon, 26 Jul 2021 13:11:48 +0200 Message-Id: <20210726111148.16649-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/py3-sqlalchemy/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/community/py3-sqlalchemy/APKBUILD b/community/py3-sqlalchemy/APKBUILD index eff04b83b3..5e2da86848 100644 --- a/community/py3-sqlalchemy/APKBUILD +++ b/community/py3-sqlalchemy/APKBUILD @@ -1,16 +1,15 @@ # Contributor: Drew DeVault # Maintainer: Drew DeVault pkgname=py3-sqlalchemy -pkgver=1.3.21 -pkgrel=1 +pkgver=1.4.22 +pkgrel=0 pkgdesc="object relational mapper for Python" -options="!check" # 2 failed, 8530 passed, 1009 skipped url="https://pypi.python.org/pypi/SQLAlchemy" arch="all" license="MIT" makedepends="python3-dev py3-setuptools" checkdepends=" - py3-pytest py3-mock py3-pytest-xdist + py3-pytest py3-mock py3-pytest-xdist py3-greenlet " source="https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz" builddir="$srcdir/SQLAlchemy-$pkgver" @@ -30,4 +29,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="50ea60b849e6f043507728482dc1a90faea853c3fb16affe1d68197903578cb31f26b3543f4671be6aec2a705343193bfa7579e8d417e74c92ee104af4fba753 SQLAlchemy-1.3.21.tar.gz" +sha512sums=" +92a36a77d104db23577dda9add6dca86c1e1c416d3dc552c4dc6049522683da2857c1071c81d216d41a723c11de081af92800acb5d44d69fb0e36ee6756839ce SQLAlchemy-1.4.22.tar.gz +" -- 2.32.0