From 0a0633f079386aacea9e70fdb9e80ef0cb99c5de Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 23 Jan 2020 22:10:32 +0200 Subject: [PATCH] python-xmldiff: update to 2.4. --- srcpkgs/python-xmldiff/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-xmldiff/template b/srcpkgs/python-xmldiff/template index 4f3cc2d27b7..b8f25af9575 100644 --- a/srcpkgs/python-xmldiff/template +++ b/srcpkgs/python-xmldiff/template @@ -1,11 +1,10 @@ # Template file for 'python-xmldiff' pkgname=python-xmldiff -version=2.3 -revision=2 +version=2.4 +revision=1 archs=noarch wrksrc="xmldiff-${version}" build_style=python-module -pycompile_module="xmldiff" hostmakedepends="python-setuptools python3-setuptools" depends="python-lxml python-six python-setuptools" short_desc="Python2 classes to diff XML files" @@ -14,7 +13,7 @@ license="LGPL-3.0-or-later" homepage="https://github.com/Shoobx/xmldiff" changelog="https://raw.githubusercontent.com/Shoobx/xmldiff/master/CHANGES.rst" distfiles="${PYPI_SITE}/x/xmldiff/xmldiff-${version}.tar.gz" -checksum=2727f62ab590c1fc834e86033988a76a86a67f5a78196584049b7a722bd94466 +checksum=05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63 alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2" replaces="xmldiff>=0" @@ -28,7 +27,6 @@ xmldiff_package() { python3-xmldiff_package() { archs=noarch - pycompile_module="xmldiff" depends="python3-lxml python3-six python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="xmldiff:xmldiff:/usr/bin/xmldiff3"