Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-xmldiff: update to 2.4.
@ 2020-01-23 20:11 voidlinux-github
  2020-01-23 20:21 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-24 10:39 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-23 20:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages python-xmldiff
https://github.com/void-linux/void-packages/pull/18511

python-xmldiff: update to 2.4.


A patch file from https://github.com/void-linux/void-packages/pull/18511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-xmldiff-18511.patch --]
[-- Type: text/x-diff, Size: 1145 bytes --]

From 22e05e3189547e893e20c344ce9da296907bd5c9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 23 Jan 2020 22:10:32 +0200
Subject: [PATCH] python-xmldiff: update to 2.4.

---
 srcpkgs/python-xmldiff/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-xmldiff/template b/srcpkgs/python-xmldiff/template
index 4f3cc2d27b7..797f0a8895a 100644
--- a/srcpkgs/python-xmldiff/template
+++ b/srcpkgs/python-xmldiff/template
@@ -1,7 +1,7 @@
 # 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
@@ -14,7 +14,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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] python-xmldiff: update to 2.4.
  2020-01-23 20:11 [PR PATCH] python-xmldiff: update to 2.4 voidlinux-github
@ 2020-01-23 20:21 ` voidlinux-github
  2020-01-24 10:39 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-23 20:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages python-xmldiff
https://github.com/void-linux/void-packages/pull/18511

python-xmldiff: update to 2.4.


A patch file from https://github.com/void-linux/void-packages/pull/18511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-xmldiff-18511.patch --]
[-- Type: text/x-diff, Size: 1598 bytes --]

From 0a0633f079386aacea9e70fdb9e80ef0cb99c5de Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: python-xmldiff: update to 2.4.
  2020-01-23 20:11 [PR PATCH] python-xmldiff: update to 2.4 voidlinux-github
  2020-01-23 20:21 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-24 10:39 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-24 10:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

There's a merged pull request on the void-packages repository

python-xmldiff: update to 2.4.
https://github.com/void-linux/void-packages/pull/18511

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-24 10:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 20:11 [PR PATCH] python-xmldiff: update to 2.4 voidlinux-github
2020-01-23 20:21 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-24 10:39 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).