X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id D0AE6F8556C for ; Wed, 3 Apr 2019 20:27:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1554323411; bh=Ms3iz7jZ+v1BTAEuHXVHqtEtbbpJ6OUXbRNCfztJqpM=; h=From:To:Cc:Subject:Date; b=yGys+BuOKAPzLY5tK53MspGlcFf+NlITL3Ax2R9dhI1mGCT4+FZMXulERPthOZ5jy Dfz/CTRFBypuA/9WJ8eZjMzzMNY0M0igfBDakGU4CLAcufgCOwC0DtW5C7x2kafgC5 XcyzGKZKsYVX6JNVspRNf1hdTbHhc0/a0TPcZwqg= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 00/12] Adopt & upgrade celery Date: Wed, 3 Apr 2019 16:27:03 -0400 Message-Id: <20190403202715.15694-1-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Drew DeVault (12): main/py-redis: adopt, update to 3.2.1 testing/py-serpent: new APKBUILD testing/py-pyro4: new APKBUILD testing/py-case: new APKBUILD testing/py-billiard: adopt, upgrade to 3.6.0.0 testing/py-hypothesis: update to 4.14.3 main/py-hypothesis: move from testing py-hypothesis: adopt, normalize APKBUILD testing/py-amqp: adopt, update to 2.4.2 testing/py-amqp: normalize APKBUILD testing/py-kombu: adopt, update to 4.5.0 testing/celery: adopt; update to 4.3.0 main/py-hypothesis/APKBUILD | 62 ++++++++++++++++++++++++++++++ main/py-redis/APKBUILD | 64 +++++++++++++++++++------------ main/py-redis/redis.conf | 11 ++++++ testing/celery/APKBUILD | 11 +++--- testing/py-amqp/APKBUILD | 64 +++++++++++++++++++------------ testing/py-billiard/APKBUILD | 10 ++--- testing/py-case/APKBUILD | 59 +++++++++++++++++++++++++++++ testing/py-hypothesis/APKBUILD | 47 ----------------------- testing/py-kombu/APKBUILD | 69 ++++++++++++++++++++++------------ testing/py-pyro4/APKBUILD | 60 +++++++++++++++++++++++++++++ testing/py-serpent/APKBUILD | 57 ++++++++++++++++++++++++++++ 11 files changed, 385 insertions(+), 129 deletions(-) create mode 100644 main/py-hypothesis/APKBUILD create mode 100644 main/py-redis/redis.conf create mode 100644 testing/py-case/APKBUILD delete mode 100644 testing/py-hypothesis/APKBUILD create mode 100644 testing/py-pyro4/APKBUILD create mode 100644 testing/py-serpent/APKBUILD -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---