Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-lxml: update to 4.4.3.
@ 2020-04-20  7:53 svenper
  2020-04-20 17:33 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: svenper @ 2020-04-20  7:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-lxml
https://github.com/void-linux/void-packages/pull/21174

python-lxml: update to 4.4.3.


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

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

From c8ca7b4114c5f7eccbd3fb98f899a7b22f2fb49e Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Mon, 20 Apr 2020 09:45:23 +0200
Subject: [PATCH] python-lxml: update to 4.4.3.

---
 srcpkgs/python-lxml/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 1a6a3ac9113..26aba834768 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,6 +1,6 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
-version=4.4.1
+version=4.4.3
 revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
@@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause, custom:ElementTree"
 homepage="https://lxml.de/"
 distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
-checksum=a735879b25331bb0c8c115e8aff6250469241fbce98bba192142cd767ff23408
+checksum=28943bcd2d1b498399bc434a67abd3c0dfb9088a81f0fad259269ae366cac7f6
 
 do_check() {
 	cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml

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

* Re: python-lxml: update to 4.4.3.
  2020-04-20  7:53 [PR PATCH] python-lxml: update to 4.4.3 svenper
@ 2020-04-20 17:33 ` Chocimier
  2020-04-20 19:34 ` [PR PATCH] [Updated] " svenper
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-20 17:33 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21174#issuecomment-616704000

Comment:
Reset revision to 1 on update, fix xlint.

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

* Re: [PR PATCH] [Updated] python-lxml: update to 4.4.3.
  2020-04-20  7:53 [PR PATCH] python-lxml: update to 4.4.3 svenper
  2020-04-20 17:33 ` Chocimier
@ 2020-04-20 19:34 ` svenper
  2020-04-20 19:34 ` svenper
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: svenper @ 2020-04-20 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-lxml
https://github.com/void-linux/void-packages/pull/21174

python-lxml: update to 4.4.3.


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

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

From 50601da7fea64c35faee9cbe94cf09c9878da3bc Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Mon, 20 Apr 2020 21:33:43 +0200
Subject: [PATCH] python-lxml: update to 4.4.3.

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

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 1a6a3ac9113..68539e21bb2 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
-version=4.4.1
-revision=2
+version=4.4.3
+revision=1
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 pycompile_module="lxml"
@@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause, custom:ElementTree"
 homepage="https://lxml.de/"
 distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
-checksum=a735879b25331bb0c8c115e8aff6250469241fbce98bba192142cd767ff23408
+checksum=28943bcd2d1b498399bc434a67abd3c0dfb9088a81f0fad259269ae366cac7f6
 
 do_check() {
 	cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml

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

* Re: [PR PATCH] [Updated] python-lxml: update to 4.4.3.
  2020-04-20  7:53 [PR PATCH] python-lxml: update to 4.4.3 svenper
  2020-04-20 17:33 ` Chocimier
  2020-04-20 19:34 ` [PR PATCH] [Updated] " svenper
@ 2020-04-20 19:34 ` svenper
  2020-04-20 19:36 ` svenper
  2020-04-20 19:56 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: svenper @ 2020-04-20 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-lxml
https://github.com/void-linux/void-packages/pull/21174

python-lxml: update to 4.4.3.


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

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

From 68a6ecf04cafd5a477686243a5a8f8083a913615 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Mon, 20 Apr 2020 21:34:20 +0200
Subject: [PATCH] python-lxml: update to 4.4.3.

---
 srcpkgs/python-lxml/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 1a6a3ac9113..2b509fca32a 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,10 +1,9 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
-version=4.4.1
-revision=2
+version=4.4.3
+revision=1
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
-pycompile_module="lxml"
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"
 makedepends="libxslt-devel python-devel python3-devel"
 checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
@@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause, custom:ElementTree"
 homepage="https://lxml.de/"
 distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
-checksum=a735879b25331bb0c8c115e8aff6250469241fbce98bba192142cd767ff23408
+checksum=28943bcd2d1b498399bc434a67abd3c0dfb9088a81f0fad259269ae366cac7f6
 
 do_check() {
 	cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-lxml_package() {
-	pycompile_module="lxml"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

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

* Re: python-lxml: update to 4.4.3.
  2020-04-20  7:53 [PR PATCH] python-lxml: update to 4.4.3 svenper
                   ` (2 preceding siblings ...)
  2020-04-20 19:34 ` svenper
@ 2020-04-20 19:36 ` svenper
  2020-04-20 19:56 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: svenper @ 2020-04-20 19:36 UTC (permalink / raw)
  To: ml

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

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/pull/21174#issuecomment-616765621

Comment:
Done!

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

* Re: [PR PATCH] [Merged]: python-lxml: update to 4.4.3.
  2020-04-20  7:53 [PR PATCH] python-lxml: update to 4.4.3 svenper
                   ` (3 preceding siblings ...)
  2020-04-20 19:36 ` svenper
@ 2020-04-20 19:56 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-20 19:56 UTC (permalink / raw)
  To: ml

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

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

python-lxml: update to 4.4.3.
https://github.com/void-linux/void-packages/pull/21174

Description:


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

end of thread, other threads:[~2020-04-20 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20  7:53 [PR PATCH] python-lxml: update to 4.4.3 svenper
2020-04-20 17:33 ` Chocimier
2020-04-20 19:34 ` [PR PATCH] [Updated] " svenper
2020-04-20 19:34 ` svenper
2020-04-20 19:36 ` svenper
2020-04-20 19:56 ` [PR PATCH] [Merged]: " Chocimier

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