Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 110A3781177 for <~alpine/aports@lists.alpinelinux.org>; Thu, 17 Feb 2022 08:53:49 +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=1645087454; 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=Ir0/ZXFY6BmzSiXqtrVWR46URzhK5OL8bxCrAOP41Yc=; b=CWDNxajUPU0xQUPv3RwH9KrJj3AKFCof4w9XnScK1vG1qVXprthKP53cZGM421hm935kYO AHRwdobJLHZimfmo1/gPG+uOeSKmIZd1aS9HlfQKfyr05VwvKUnRtogoJjsWC18s8/as8c gD+OPSzh5H4v2Y/0X8ixQTTLRZtpgqyQJeN+jNjFK5D6nFoXTlcIcu9k/600rvihaZPrjv RGxkahwG/kJBw10iY6IzYK7ISHYQ8AVMYQuDi0d8shpzNvhB3R/tlHvVCrujTOdBQlupRD 5DC023HplOAvMOp7GTYWkuoY1fmDhCWWYDyctHiy2w+X3Jn8uoZSN2HP1B+z2Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/py3-dict2xml: upgrade to 1.7.1 Date: Thu, 17 Feb 2022 09:44:08 +0100 Message-Id: <20220217084408.16633-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- testing/py3-dict2xml/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testing/py3-dict2xml/APKBUILD b/testing/py3-dict2xml/APKBUILD index b159713f9a..21d70d5d8e 100644 --- a/testing/py3-dict2xml/APKBUILD +++ b/testing/py3-dict2xml/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault pkgname=py3-dict2xml _pyname=dict2xml -pkgver=1.7.0 -pkgrel=3 +pkgver=1.7.1 +pkgrel=0 pkgdesc="Small utility to convert a python dictionary into an XML string" options="!check" # Requires unpackaged 'NoseOfYeti' url="https://github.com/delfick/python-dict2xml" @@ -22,4 +22,6 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="7ed2af3facc81d70b1ccb1a1ffacdd7f72a38b7435048f170f657e8b48f3f9a144238df93e577ea8d3bfae019edfbbe35da7b2e7cd82fbb8f59cd3f646ac6a6e dict2xml-1.7.0.tar.gz" +sha512sums=" +37dfbd2b2f1732dfd09bab910f6a8dbe5a644545aa9d4fa82d5dadba3754a04aa39e25de777ec1a2174729ae214eb4b27b5d4c1a2b5e760abd7d7b76308b1a25 dict2xml-1.7.1.tar.gz +" -- 2.35.1