~alpine/aports

testing/py3-billiard: upgrade to 3.6.3.0 v1 APPLIED

Drew DeVault: 1
 testing/py3-billiard: upgrade to 3.6.3.0

 1 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3286/mbox | git am -3
Learn more about email & git

[PATCH] testing/py3-billiard: upgrade to 3.6.3.0 Export this patch

---
 testing/py3-billiard/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testing/py3-billiard/APKBUILD b/testing/py3-billiard/APKBUILD
index 82febc4b8a..8133a8556b 100644
--- a/testing/py3-billiard/APKBUILD
+++ b/testing/py3-billiard/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-billiard
pkgver=3.6.2.0
pkgver=3.6.3.0
pkgrel=0
pkgdesc="a message queue abstraction layer"
url="https://pypi.python.org/pypi/billiard/"
@@ -10,6 +10,7 @@ makedepends="py3-setuptools"
checkdepends="py3-psutil py3-pytest py3-nose py3-case"
source="https://files.pythonhosted.org/packages/source/b/billiard/billiard-$pkgver.tar.gz"
builddir="$srcdir/billiard-$pkgver"
options="!check" # runs win32 tests

replaces="py-billiard" # Backwards compatibility
provides="py-billiard=$pkgver-r$pkgrel" # Backwards compatibility
@@ -26,4 +27,4 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="ff04ac024ddca935fb9713226d288b4b3bf856ae52948f86c061e291c163343af34bf545f0b5ec727e643ba6566004d3b5a4684509b5169e0e45e8a64998219a  billiard-3.6.2.0.tar.gz"
sha512sums="8fde933c7f605aa4958a6f9da7aa876f42ef7250845b113fc175f8e8af1760063ac6b2a7a222d2c0bac4715f18986a2ee1a5528cc14925b2060dca8a5bd2333c  billiard-3.6.3.0.tar.gz"
-- 
2.25.1