Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
xmldiff


Commits:
7b099cff by Jelle van der Waa at 2024-04-27T17:42:17+02:00
Drop python-six dependency

https://github.com/Shoobx/xmldiff/commit/090faefb9bc2afcd142b997aba387e6a1d8c51f7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xmldiff
        pkgdesc = A python tool that figures out the differences between two 
similar XML files, in the same way the diff utility does it
        pkgver = 2.6.3
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/Shoobx/xmldiff
        arch = x86_64
        license = GPL2
@@ -10,7 +10,6 @@ pkgbase = xmldiff
        depends = jade
        depends = python-setuptools
        depends = python-lxml
-       depends = python-six
        optdepends = docbook-xsl: render revision info
        source = 
xmldiff-2.6.3.tar.gz::https://github.com/Shoobx/xmldiff/archive/2.6.3.tar.gz
        sha512sums = 
52d728310bc144894d8db178c89e5ae7bee22acaa9a4bfe5b8014420b854c385029ccf55f36bf831ac86e5d58ef497fb994f78172bcff7c980ed2f766609cc36


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=xmldiff
 pkgver=2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A python tool that figures out the differences between two similar 
XML files, in the same way the diff utility does it"
 arch=('x86_64')
 url="https://github.com/Shoobx/xmldiff";
 license=('GPL2')
-depends=('python' 'libxslt' 'jade' 'python-setuptools' 'python-lxml' 
'python-six')
+depends=('python' 'libxslt' 'jade' 'python-setuptools' 'python-lxml')
 optdepends=('docbook-xsl: render revision info')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Shoobx/xmldiff/archive/$pkgver.tar.gz";)
 
sha512sums=('52d728310bc144894d8db178c89e5ae7bee22acaa9a4bfe5b8014420b854c385029ccf55f36bf831ac86e5d58ef497fb994f78172bcff7c980ed2f766609cc36')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmldiff/-/commit/7b099cffd05460dd0f249a17dcbb5146808737ea

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmldiff/-/commit/7b099cffd05460dd0f249a17dcbb5146808737ea
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to