~alpine/aports

testing/py3-dict2xml: upgrade to 1.7.1 v1 APPLIED

Drew DeVault: 1
 testing/py3-dict2xml: upgrade to 1.7.1

 1 files changed, 5 insertions(+), 3 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/3944/mbox | git am -3
Learn more about email & git

[PATCH] testing/py3-dict2xml: upgrade to 1.7.1 Export this patch

---
 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 <sir@cmpwn.com>
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