Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xmldiff: update to 2.5.
@ 2023-01-29 19:27 icp1994
  2023-02-04 22:48 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-01-29 19:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages xmldiff
https://github.com/void-linux/void-packages/pull/41941

xmldiff: update to 2.5.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 14ef376e3cd2fb88d4e9bc52b40208240d323ddb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 30 Jan 2023 00:56:22 +0530
Subject: [PATCH] xmldiff: update to 2.5.

---
 srcpkgs/xmldiff/template | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 2185fd18fffb..5ffc36c2cfc3 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,23 +1,28 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
-version=2.4
-revision=5
+version=2.5
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-lxml python3-six python3-setuptools"
+depends="python3-lxml python3-setuptools"
+checkdepends="${depends} python3-pytest"
 short_desc="Python3 classes to diff XML files"
 maintainer="prspkt <prspkt@protonmail.com>"
-license="LGPL-3.0-or-later"
+license="MIT"
 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=05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63
+checksum=6c5f30bc65ce6e81d9a70a3cb0269f7ba61852fd6caa7a0fbfc0edf33b3cb717
 conflicts="python-xmldiff>=0"
 
 post_patch() {
 	rm -f xmldiff/_diff_match_patch_py2.py
 }
 
+post_install() {
+	vlicense LICENSE.txt
+}
+
 python3-xmldiff_package() {
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR REVIEW] xmldiff: update to 2.5.
  2023-01-29 19:27 [PR PATCH] xmldiff: update to 2.5 icp1994
@ 2023-02-04 22:48 ` paper42
  2023-02-05  7:39 ` [PR PATCH] [Updated] " icp1994
  2023-02-05  8:45 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-04 22:48 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41941#discussion_r1096595692

Comment:
```suggestion
post_extract() {
	rm xmldiff/_diff_match_patch_py2.py
}
```

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

* Re: [PR PATCH] [Updated] xmldiff: update to 2.5.
  2023-01-29 19:27 [PR PATCH] xmldiff: update to 2.5 icp1994
  2023-02-04 22:48 ` [PR REVIEW] " paper42
@ 2023-02-05  7:39 ` icp1994
  2023-02-05  8:45 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-02-05  7:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages xmldiff
https://github.com/void-linux/void-packages/pull/41941

xmldiff: update to 2.5.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 98bb3835b1ac991ba04a8d7390e67eb9f05a26b9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 30 Jan 2023 00:56:22 +0530
Subject: [PATCH] xmldiff: update to 2.5.

---
 srcpkgs/xmldiff/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 2185fd18fffb..8fe8aae7a159 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,21 +1,26 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
-version=2.4
-revision=5
+version=2.5
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-lxml python3-six python3-setuptools"
+depends="python3-lxml python3-setuptools"
+checkdepends="${depends} python3-pytest"
 short_desc="Python3 classes to diff XML files"
 maintainer="prspkt <prspkt@protonmail.com>"
-license="LGPL-3.0-or-later"
+license="MIT"
 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=05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63
+checksum=6c5f30bc65ce6e81d9a70a3cb0269f7ba61852fd6caa7a0fbfc0edf33b3cb717
 conflicts="python-xmldiff>=0"
 
-post_patch() {
-	rm -f xmldiff/_diff_match_patch_py2.py
+post_extract() {
+	rm xmldiff/_diff_match_patch_py2.py
+}
+
+post_install() {
+	vlicense LICENSE.txt
 }
 
 python3-xmldiff_package() {

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

* Re: [PR PATCH] [Merged]: xmldiff: update to 2.5.
  2023-01-29 19:27 [PR PATCH] xmldiff: update to 2.5 icp1994
  2023-02-04 22:48 ` [PR REVIEW] " paper42
  2023-02-05  7:39 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-05  8:45 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-05  8:45 UTC (permalink / raw)
  To: ml

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

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

xmldiff: update to 2.5.
https://github.com/void-linux/void-packages/pull/41941

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-02-05  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 19:27 [PR PATCH] xmldiff: update to 2.5 icp1994
2023-02-04 22:48 ` [PR REVIEW] " paper42
2023-02-05  7:39 ` [PR PATCH] [Updated] " icp1994
2023-02-05  8:45 ` [PR PATCH] [Merged]: " paper42

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).