Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5A033780FDC for <~alpine/aports@lists.alpinelinux.org>; Tue, 20 Oct 2020 02:23:43 +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=1603160622; 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=PiLMRNNp15ZCYCTY81O6IlykktZbBXr/s1woBv3as9w=; b=QJT7MIeHP89GW0iL49IL3k2P1eYM7DYA11t9Evg8itScoM2SOjh+URkwwn7myx2k8BsCdK JX4xBkuVXGsxOeKH0ELDvU+wurjD5urxcLTVlerSy17Uq4bPqZ6ZREucbeZx4BLKrsG8/5 y9w0w6eQXTla3QWshQLmKJf/S/Q6jVGsnZMrPhJrXvvcTYg6GzDVOks5L5yoos46KjLnea Tu3lkp+SAmH0c16JoVymbGj6mlomSmWfLx1LhlPVpLjx12Kh97Qm7jgaZTrhJcLvK470Yz HamaZevXF2ogeGVy4hTA7EV5T/rFiy7O8b3BUEkGLtgrB9gv0smZVtklnENA/g== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 0/5] clean up testing/xml2rfc Date: Mon, 19 Oct 2020 22:23:32 -0400 Message-Id: <20201020022337.3724-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 There are several missing and outdated dependencies for this package. Drew DeVault (5): testing/py3-dict2xml: new aport testing/py3-i18naddress: new aport community/py3-configargparse: upgrade to 1.2.3 testing/py3-intervaltree: new aport testing/xml2rfc: clean up package community/py3-configargparse/APKBUILD | 4 ++-- testing/py3-dict2xml/APKBUILD | 28 +++++++++++++++++++++++++++ testing/py3-i18naddress/APKBUILD | 28 +++++++++++++++++++++++++++ testing/py3-intervaltree/APKBUILD | 28 +++++++++++++++++++++++++++ testing/xml2rfc/APKBUILD | 19 +++++++++++++++--- 5 files changed, 102 insertions(+), 5 deletions(-) create mode 100644 testing/py3-dict2xml/APKBUILD create mode 100644 testing/py3-i18naddress/APKBUILD create mode 100644 testing/py3-intervaltree/APKBUILD -- 2.28.0