Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-lxml: update to 4.8.0.
@ 2022-02-22 20:35 TinfoilSubmarine
  2022-02-23 15:53 ` TinfoilSubmarine
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-02-22 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages python3-lxml
https://github.com/void-linux/void-packages/pull/35793

python-lxml: update to 4.8.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with synapse)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
Long list for this one:
- [ ] Komikku
- [ ] OpenLP
- [ ] beancount
- [ ] castero
- [ ] cppman
- [ ] curseradio
- [ ] gcovr
- [ ] gnome-builder
- [ ] greg
- [ ] gtk-doc
- [ ] inkscape
- [ ] lutris
- [ ] manuskript
- [ ] nagstamon
- [ ] papis
- [ ] piper
- [ ] python3-MechanicalSoup
- [ ] python3-changelogs
- [ ] python3-html5-parser
- [ ] python3-opcua
- [ ] python3-pikepdf
- [ ] python3-pyPEG2
- [ ] python3-pycollada
- [ ] python3-pykeepass
- [ ] python3-readability-lxml
- [ ] python3-trimesh
- [ ] qomui
- [ ] sigil
- [ ] streamlink
- [x] synapse
- [ ] termtosvg
- [ ] urlwatch
- [ ] variety
- [ ] wfuzz
- [ ] wpull
- [ ] xmldiff
- [ ] yelp-tools
- [ ] ytcc
- [ ] ytmdl

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

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

From 82a0133ae937770f04abb3cb74519b2007c74f7c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 22 Feb 2022 15:32:16 -0500
Subject: [PATCH] python-lxml: update to 4.8.0.

---
 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 f01ee0c963cb..b33898f2c4d0 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.6.4
-revision=2
+version=4.8.0
+revision=1
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 make_build_args="--with-cython"
@@ -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=5a7cef132353fc36de6f6b26dacde07b22217c6b4f8c11ef48e8bf0011f48160
+checksum=8d2b999f5c8a8a70a28a3875e5d1bf27c0555c922bfa0af34dc46e07913f2a47
 
 do_check() {
 	cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml

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

* Re: python-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
@ 2022-02-23 15:53 ` TinfoilSubmarine
  2022-02-24 13:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-02-23 15:53 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35793#issuecomment-1048930099

Comment:
The test failure on x86_64-musl is from a UTF-16 encoding/reading error. I'm not familiar with how encodings work on different libcs, but I did run the tests on the current version of python3-lxml already in repo and it's giving the same failure. Is this perhaps an issue with the libxml2 or libxslt packages?

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

* Re: [PR PATCH] [Updated] python-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
  2022-02-23 15:53 ` TinfoilSubmarine
@ 2022-02-24 13:37 ` TinfoilSubmarine
  2022-02-24 13:48 ` TinfoilSubmarine
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-02-24 13:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages python3-lxml
https://github.com/void-linux/void-packages/pull/35793

python-lxml: update to 4.8.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with synapse)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
Long list of dependent packages for this one:
- [ ] Komikku
- [ ] OpenLP
- [ ] beancount
- [ ] castero
- [ ] cppman
- [ ] curseradio
- [ ] gcovr
- [ ] gnome-builder
- [ ] greg
- [ ] gtk-doc
- [ ] inkscape
- [ ] lutris
- [ ] manuskript
- [ ] nagstamon
- [ ] papis
- [ ] piper
- [ ] python3-MechanicalSoup
- [ ] python3-changelogs
- [ ] python3-html5-parser
- [ ] python3-opcua
- [ ] python3-pikepdf
- [ ] python3-pyPEG2
- [ ] python3-pycollada
- [ ] python3-pykeepass
- [ ] python3-readability-lxml
- [ ] python3-trimesh
- [ ] qomui
- [ ] sigil
- [ ] streamlink
- [x] synapse
- [ ] termtosvg
- [ ] urlwatch
- [ ] variety
- [ ] wfuzz
- [ ] wpull
- [ ] xmldiff
- [ ] yelp-tools
- [ ] ytcc
- [ ] ytmdl

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

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

From 173f5ca145a82bf89b8e05fde724b218d2e8705b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 22 Feb 2022 15:32:16 -0500
Subject: [PATCH] python-lxml: update to 4.8.0.

---
 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 f01ee0c963cb..b33898f2c4d0 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.6.4
-revision=2
+version=4.8.0
+revision=1
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 make_build_args="--with-cython"
@@ -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=5a7cef132353fc36de6f6b26dacde07b22217c6b4f8c11ef48e8bf0011f48160
+checksum=8d2b999f5c8a8a70a28a3875e5d1bf27c0555c922bfa0af34dc46e07913f2a47
 
 do_check() {
 	cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml

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

* Re: python-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
  2022-02-23 15:53 ` TinfoilSubmarine
  2022-02-24 13:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-02-24 13:48 ` TinfoilSubmarine
  2022-02-25  2:43 ` TinfoilSubmarine
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-02-24 13:48 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35793#issuecomment-1049878351

Comment:
Still failing with the bump to latest libxslt and libxml2, so I guess that was not the issue. It is strange that the check was failing on x86_64-musl for both the old and new versions of libxml2 as well...

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

* Re: python-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-02-24 13:48 ` TinfoilSubmarine
@ 2022-02-25  2:43 ` TinfoilSubmarine
  2022-02-28 21:19 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-02-25  2:43 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35793#issuecomment-1050463789

Comment:
I tested with ytcc and it is running basic help messages and stuff just fine, but it seems to be too out-of-date to work with YouTube anymore; it's complaining about URLs like "https://www.youtube.com/c/JupiterBroadcasting/videos" not being a valid URL. There is a major new version series 2.x available.

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

* Re: [PR PATCH] [Updated] python-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2022-02-25  2:43 ` TinfoilSubmarine
@ 2022-02-28 21:19 ` TinfoilSubmarine
  2022-02-28 21:25 ` TinfoilSubmarine
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-02-28 21:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages python3-lxml
https://github.com/void-linux/void-packages/pull/35793

python-lxml: update to 4.8.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with synapse)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
Long list of dependent packages for this one:
- [ ] Komikku
- [ ] OpenLP
- [x] beancount
- [x] castero
- [x] cppman
- [x] curseradio
- [x] gcovr
- [ ] gnome-builder
- [x] greg
- [x] gtk-doc
- [ ] inkscape
- [ ] lutris
- [ ] manuskript
- [ ] nagstamon
- [x] papis
- [ ] piper
- [x] python3-MechanicalSoup
- [x] python3-changelogs
- [x] python3-html5-parser
- [x] python3-opcua
- [x] python3-pikepdf
- [x] python3-pyPEG2
- [x] python3-pycollada
- [x] python3-pykeepass
- [x] python3-readability-lxml
- [x] python3-trimesh
- [x] qomui
- [x] sigil
- [x] streamlink
- [x] synapse
- [x] termtosvg
- [x] urlwatch
- [x] variety
- [x] wfuzz
- [x] wpull
- [x] xmldiff
- [x] yelp-tools
- [x] ytcc
- [x] ytmdl

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

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

From 6fc4d299a0dc0bcf9afd093682741f78ee258a1d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 28 Feb 2022 16:19:02 -0500
Subject: [PATCH] python3-lxml: update to 4.8.0.

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

diff --git a/srcpkgs/python3-lxml/template b/srcpkgs/python3-lxml/template
index e980df0e97ef..0b2f369bd21d 100644
--- a/srcpkgs/python3-lxml/template
+++ b/srcpkgs/python3-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lxml'
 pkgname=python3-lxml
-version=4.6.4
-revision=2
+version=4.8.0
+revision=1
 wrksrc="lxml-lxml-${version}"
 build_style=python3-module
 make_build_args="--with-cython"
@@ -14,7 +14,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=5a7cef132353fc36de6f6b26dacde07b22217c6b4f8c11ef48e8bf0011f48160
+checksum=8d2b999f5c8a8a70a28a3875e5d1bf27c0555c922bfa0af34dc46e07913f2a47
 
 do_check() {
 	make test3

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

* Re: python-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2022-02-28 21:19 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-02-28 21:25 ` TinfoilSubmarine
  2022-02-28 23:05 ` python3-lxml: " paper42
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-02-28 21:25 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35793#issuecomment-1054678033

Comment:
Rebased for python-lxml removal. @paper42 thank you for adding that patch, it fixed the failing test on musl!

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

* Re: python3-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2022-02-28 21:25 ` TinfoilSubmarine
@ 2022-02-28 23:05 ` paper42
  2022-03-02 23:20 ` paper42
  2022-03-02 23:22 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-02-28 23:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35793#issuecomment-1054785554

Comment:
> Rebased for python-lxml removal. @paper42 thank you for adding that patch, it fixed the failing test on musl!

I only stole it from alpine :wink:  Thank you for testing so many packages!

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

* Re: python3-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2022-02-28 23:05 ` python3-lxml: " paper42
@ 2022-03-02 23:20 ` paper42
  2022-03-02 23:22 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-03-02 23:20 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35793#issuecomment-1057488731

Comment:
Feel free to submit a PR to fix OpenLP

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

* Re: [PR PATCH] [Merged]: python3-lxml: update to 4.8.0.
  2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
                   ` (7 preceding siblings ...)
  2022-03-02 23:20 ` paper42
@ 2022-03-02 23:22 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-03-02 23:22 UTC (permalink / raw)
  To: ml

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

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

python3-lxml: update to 4.8.0.
https://github.com/void-linux/void-packages/pull/35793

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with synapse)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
Long list of dependent packages for this one:
- [x] Komikku
- [x] OpenLP (broken with current version 2.4.6_5 in repo due to not supporting Python 3.10, but latest preview version 3.9.4 works fine with it. I'll push the update as soon as it's marked as an actual release)
- [x] beancount
- [x] castero
- [x] cppman
- [x] curseradio
- [x] gcovr
- [x] gnome-builder
- [x] greg
- [x] gtk-doc
- [x] inkscape
- [x] lutris
- [x] manuskript
- [x] nagstamon
- [x] papis
- [x] piper
- [x] python3-MechanicalSoup
- [x] python3-changelogs
- [x] python3-html5-parser
- [x] python3-opcua
- [x] python3-pikepdf
- [x] python3-pyPEG2
- [x] python3-pycollada
- [x] python3-pykeepass
- [x] python3-readability-lxml
- [x] python3-trimesh
- [x] qomui
- [x] sigil
- [x] streamlink
- [x] synapse
- [x] termtosvg
- [x] urlwatch
- [x] variety
- [x] wfuzz
- [x] wpull
- [x] xmldiff
- [x] yelp-tools
- [x] ytcc
- [x] ytmdl

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

end of thread, other threads:[~2022-03-02 23:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 20:35 [PR PATCH] python-lxml: update to 4.8.0 TinfoilSubmarine
2022-02-23 15:53 ` TinfoilSubmarine
2022-02-24 13:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-02-24 13:48 ` TinfoilSubmarine
2022-02-25  2:43 ` TinfoilSubmarine
2022-02-28 21:19 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-02-28 21:25 ` TinfoilSubmarine
2022-02-28 23:05 ` python3-lxml: " paper42
2022-03-02 23:20 ` paper42
2022-03-02 23:22 ` [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).