Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-sympy: update to 1.14.0 (and some deps).
@ 2025-05-01 21:53 tornaria
  2025-05-01 23:08 ` [PR PATCH] [Updated] " tornaria
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tornaria @ 2025-05-01 21:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/55228

python3-sympy: update to 1.14.0 (and some deps).
- **libxml2: update to 2.13.8.**
- **python3-lxml: update to 5.4.0.**
- **python3-numexpr: update to 2.10.2.**
- **python3-sympy: update to 1.14.0.**

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (sagemath testsuite passes on x86_64)

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

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

From c7ac4c91787ac430509107aba06a02a03e608360 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:40:37 -0300
Subject: [PATCH 1/4] libxml2: update to 2.13.8.

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

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index 4deb17efbd2032..37e89386f20213 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,6 +1,6 @@
 # Template file for 'libxml2'
 pkgname=libxml2
-version=2.13.7
+version=2.13.8
 revision=1
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://gitlab.gnome.org/GNOME/libxml2"
 changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
-checksum=14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b
+checksum=277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a
 python_version=3
 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
 

From 1fe3f2ad14dd6106c06096c608ed3a9c3479e1c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:26:35 -0300
Subject: [PATCH 2/4] python3-lxml: update to 5.4.0.

---
 .../patches/fix-encoding-tests-musl.patch     | 19 -------------------
 srcpkgs/python3-lxml/template                 |  6 +++---
 2 files changed, 3 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch

diff --git a/srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch b/srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch
deleted file mode 100644
index e2d0e3b36bd572..00000000000000
--- a/srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-from alpine: https://gitlab.alpinelinux.org/alpine/aports/-/blob/3f64a63298ac78f5f2a50a52e3e3f01eef1b51ce/main/py3-lxml/tests-fix-encoding-name.patch
-
-diff --git a/src/lxml/tests/test_incremental_xmlfile.py b/src/lxml/tests/test_incremental_xmlfile.py
-index 3162155..43b79d7 100644
---- a/src/lxml/tests/test_incremental_xmlfile.py
-+++ b/src/lxml/tests/test_incremental_xmlfile.py
-@@ -177,10 +177,10 @@ class _XmlFileTestCaseBase(HelperTestCase):
-             '<test>Comments: &lt;!-- text --&gt;\nEntities: &amp;amp;</test>')
- 
-     def test_encoding(self):
--        with etree.xmlfile(self._file, encoding='utf16') as xf:
-+        with etree.xmlfile(self._file, encoding='utf-16') as xf:
-             with xf.element('test'):
-                 xf.write('toast')
--        self.assertXml('<test>toast</test>', encoding='utf16')
-+        self.assertXml('<test>toast</test>', encoding='utf-16')
- 
-     def test_buffering(self):
-         with etree.xmlfile(self._file, buffered=False) as xf:
diff --git a/srcpkgs/python3-lxml/template b/srcpkgs/python3-lxml/template
index 32ac3828139320..0b77aec095c3a9 100644
--- a/srcpkgs/python3-lxml/template
+++ b/srcpkgs/python3-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lxml'
 pkgname=python3-lxml
-version=5.3.0
-revision=2
+version=5.4.0
+revision=1
 build_style=python3-module
 make_build_args="--with-cython"
 hostmakedepends="python3-Cython python3-setuptools"
@@ -14,7 +14,7 @@ license="BSD-3-Clause, custom:ElementTree"
 homepage="https://lxml.de/"
 changelog="https://raw.githubusercontent.com/lxml/lxml/master/CHANGES.txt"
 distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
-checksum=eb22f7ceb319c29247cfa398435d00e6286d19a32b4870b67a8e9a38d72f2ebd
+checksum=12ed971a99bd07977e236bf59314cfd53fbf5d59f39d4a13caad901c7fceb0a2
 
 do_check() {
 	make test

From e520ccd3d080cd400e1e7796a31ef16b513033bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:22:31 -0300
Subject: [PATCH 3/4] python3-numexpr: update to 2.10.2.

---
 srcpkgs/python3-numexpr/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index e76bb602f124a3..155ff6cf49aa65 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
-version=2.10.1
-revision=2
+version=2.10.2
+revision=1
 build_style=python3-pep517
 build_helper="numpy"
 make_check_args="-k not(test_max_threads_unset)"
@@ -9,12 +9,13 @@ hostmakedepends="python3-setuptools python3-wheel"
 makedepends="python3-devel python3-numpy"
 depends="python3-numpy"
 checkdepends="${depends} python3-pytest"
-short_desc="Fast numerical expression evaluator for NumPy (Python3)"
+short_desc="Fast numerical expression evaluator for NumPy"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pydata/numexpr"
+changelog="https://raw.githubusercontent.com/pydata/numexpr/refs/heads/master/RELEASE_NOTES.rst"
 distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
-checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
+checksum=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592
 
 pre_check() {
 	python3 setup.py build_ext --inplace

From 39fddf40f9bd56ed86e98529ca93da7ae23667cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:08:45 -0300
Subject: [PATCH 4/4] python3-sympy: update to 1.14.0.

---
 srcpkgs/python3-sympy/patches/fix-test.patch | 13 -------------
 srcpkgs/python3-sympy/template               |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/python3-sympy/patches/fix-test.patch

diff --git a/srcpkgs/python3-sympy/patches/fix-test.patch b/srcpkgs/python3-sympy/patches/fix-test.patch
deleted file mode 100644
index 2bf648b6266ff5..00000000000000
--- a/srcpkgs/python3-sympy/patches/fix-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream at https://github.com/sympy/sympy/pull/26823
-
---- a/sympy/codegen/tests/test_fnodes.py
-+++ b/sympy/codegen/tests/test_fnodes.py
-@@ -44,7 +44,7 @@ def test_size_assumed_shape():
-             'program myprog\n'
-             'use mod_rms, only: rms\n'
-             'real*8, dimension(4), parameter :: x = [4, 2, 2, 2]\n'
--            'print *, dsqrt(7d0) - rms(x)\n'
-+            'print "(f7.5)", dsqrt(7d0) - rms(x)\n'
-             'end program\n'
-         ))
-     ], clean=True)
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index ee253fe52a36d0..ce5bf0fb295983 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.13.3
-revision=2
+version=1.14.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-mpmath"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://sympy.org/"
 changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
+checksum=d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: [PR PATCH] [Updated] python3-sympy: update to 1.14.0 (and some deps).
  2025-05-01 21:53 [PR PATCH] python3-sympy: update to 1.14.0 (and some deps) tornaria
@ 2025-05-01 23:08 ` tornaria
  2025-05-12 20:28 ` tornaria
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2025-05-01 23:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/55228

python3-sympy: update to 1.14.0 (and some deps).
- **libxml2: update to 2.13.8.**
- **python3-lxml: update to 5.4.0.**
- **python3-numexpr: update to 2.10.2.**
- **python3-sympy: update to 1.14.0.**

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (sagemath testsuite passes on x86_64)

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

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

From c7ac4c91787ac430509107aba06a02a03e608360 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:40:37 -0300
Subject: [PATCH 1/5] libxml2: update to 2.13.8.

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

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index 4deb17efbd2032..37e89386f20213 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,6 +1,6 @@
 # Template file for 'libxml2'
 pkgname=libxml2
-version=2.13.7
+version=2.13.8
 revision=1
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://gitlab.gnome.org/GNOME/libxml2"
 changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
-checksum=14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b
+checksum=277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a
 python_version=3
 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
 

From 31b7e56b6591949a4e06d99fc31686f230208b92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 25 Feb 2025 03:37:47 -0300
Subject: [PATCH 2/5] python3-lxml: update to 5.4.0.

---
 .../patches/fix-encoding-tests-musl.patch     | 19 -------------------
 srcpkgs/python3-lxml/template                 | 12 ++++++------
 2 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch

diff --git a/srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch b/srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch
deleted file mode 100644
index e2d0e3b36bd572..00000000000000
--- a/srcpkgs/python3-lxml/patches/fix-encoding-tests-musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-from alpine: https://gitlab.alpinelinux.org/alpine/aports/-/blob/3f64a63298ac78f5f2a50a52e3e3f01eef1b51ce/main/py3-lxml/tests-fix-encoding-name.patch
-
-diff --git a/src/lxml/tests/test_incremental_xmlfile.py b/src/lxml/tests/test_incremental_xmlfile.py
-index 3162155..43b79d7 100644
---- a/src/lxml/tests/test_incremental_xmlfile.py
-+++ b/src/lxml/tests/test_incremental_xmlfile.py
-@@ -177,10 +177,10 @@ class _XmlFileTestCaseBase(HelperTestCase):
-             '<test>Comments: &lt;!-- text --&gt;\nEntities: &amp;amp;</test>')
- 
-     def test_encoding(self):
--        with etree.xmlfile(self._file, encoding='utf16') as xf:
-+        with etree.xmlfile(self._file, encoding='utf-16') as xf:
-             with xf.element('test'):
-                 xf.write('toast')
--        self.assertXml('<test>toast</test>', encoding='utf16')
-+        self.assertXml('<test>toast</test>', encoding='utf-16')
- 
-     def test_buffering(self):
-         with etree.xmlfile(self._file, buffered=False) as xf:
diff --git a/srcpkgs/python3-lxml/template b/srcpkgs/python3-lxml/template
index 32ac3828139320..8fdf77220f37a5 100644
--- a/srcpkgs/python3-lxml/template
+++ b/srcpkgs/python3-lxml/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-lxml'
 pkgname=python3-lxml
-version=5.3.0
-revision=2
-build_style=python3-module
-make_build_args="--with-cython"
-hostmakedepends="python3-Cython python3-setuptools"
+version=5.4.0
+revision=1
+build_style=python3-pep517
+make_build_args="-C--build-option=--with-cython"
+hostmakedepends="python3-Cython python3-setuptools python3-wheel"
 makedepends="libxslt-devel python3-devel"
 depends="python3"
 checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
@@ -14,7 +14,7 @@ license="BSD-3-Clause, custom:ElementTree"
 homepage="https://lxml.de/"
 changelog="https://raw.githubusercontent.com/lxml/lxml/master/CHANGES.txt"
 distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
-checksum=eb22f7ceb319c29247cfa398435d00e6286d19a32b4870b67a8e9a38d72f2ebd
+checksum=12ed971a99bd07977e236bf59314cfd53fbf5d59f39d4a13caad901c7fceb0a2
 
 do_check() {
 	make test

From b913e90732baf9676f4960e85058059675aac01c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 19:56:50 -0300
Subject: [PATCH 3/5] python3-cssselect: update to 1.3.0.

---
 srcpkgs/python3-cssselect/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index 4243e146784d2c..e9984b0abf06d6 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,21 +1,18 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
-version=1.2.0
-revision=3
-build_style=python3-module
+version=1.3.0
+revision=1
+build_style=python3-pep517
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest python3-lxml"
 short_desc="CSS selectors for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://cssselect.readthedocs.io/"
 changelog="https://raw.githubusercontent.com/scrapy/cssselect/master/CHANGES"
 distfiles="${PYPI_SITE}/c/cssselect/cssselect-${version}.tar.gz"
-checksum=666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc
-
-do_check() {
-	:
-}
+checksum=57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7
 
 post_install() {
 	vlicense LICENSE

From 5d51f3269719bcf7ce343032c084bf79ef4faab1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:22:31 -0300
Subject: [PATCH 4/5] python3-numexpr: update to 2.10.2.

---
 srcpkgs/python3-numexpr/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index e76bb602f124a3..155ff6cf49aa65 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
-version=2.10.1
-revision=2
+version=2.10.2
+revision=1
 build_style=python3-pep517
 build_helper="numpy"
 make_check_args="-k not(test_max_threads_unset)"
@@ -9,12 +9,13 @@ hostmakedepends="python3-setuptools python3-wheel"
 makedepends="python3-devel python3-numpy"
 depends="python3-numpy"
 checkdepends="${depends} python3-pytest"
-short_desc="Fast numerical expression evaluator for NumPy (Python3)"
+short_desc="Fast numerical expression evaluator for NumPy"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pydata/numexpr"
+changelog="https://raw.githubusercontent.com/pydata/numexpr/refs/heads/master/RELEASE_NOTES.rst"
 distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
-checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
+checksum=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592
 
 pre_check() {
 	python3 setup.py build_ext --inplace

From 5e3be223d0bbcf3341a77c34794718d8dde17d3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:08:45 -0300
Subject: [PATCH 5/5] python3-sympy: update to 1.14.0.

---
 srcpkgs/python3-sympy/patches/fix-test.patch | 13 -------------
 srcpkgs/python3-sympy/template               |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/python3-sympy/patches/fix-test.patch

diff --git a/srcpkgs/python3-sympy/patches/fix-test.patch b/srcpkgs/python3-sympy/patches/fix-test.patch
deleted file mode 100644
index 2bf648b6266ff5..00000000000000
--- a/srcpkgs/python3-sympy/patches/fix-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream at https://github.com/sympy/sympy/pull/26823
-
---- a/sympy/codegen/tests/test_fnodes.py
-+++ b/sympy/codegen/tests/test_fnodes.py
-@@ -44,7 +44,7 @@ def test_size_assumed_shape():
-             'program myprog\n'
-             'use mod_rms, only: rms\n'
-             'real*8, dimension(4), parameter :: x = [4, 2, 2, 2]\n'
--            'print *, dsqrt(7d0) - rms(x)\n'
-+            'print "(f7.5)", dsqrt(7d0) - rms(x)\n'
-             'end program\n'
-         ))
-     ], clean=True)
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index ee253fe52a36d0..ce5bf0fb295983 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.13.3
-revision=2
+version=1.14.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-mpmath"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://sympy.org/"
 changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
+checksum=d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: [PR PATCH] [Updated] python3-sympy: update to 1.14.0 (and some deps).
  2025-05-01 21:53 [PR PATCH] python3-sympy: update to 1.14.0 (and some deps) tornaria
  2025-05-01 23:08 ` [PR PATCH] [Updated] " tornaria
@ 2025-05-12 20:28 ` tornaria
  2025-05-12 21:47 ` tornaria
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2025-05-12 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/55228

python3-sympy: update to 1.14.0 (and some deps).
- **libxml2: update to 2.13.8.**
- **python3-lxml: update to 5.4.0.**
- **python3-numexpr: update to 2.10.2.**
- **python3-sympy: update to 1.14.0.**

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (sagemath testsuite passes on x86_64)

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

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

From f7200cc4f492d1057b337f1ee0f59250d610c008 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:40:37 -0300
Subject: [PATCH 1/4] libxml2: update to 2.13.8.

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

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index 12208755670a9e..37e89386f20213 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
-version=2.13.7
-revision=2
+version=2.13.8
+revision=1
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu
  --with-legacy --with-ftp --with-xptr-locs --enable-static"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://gitlab.gnome.org/GNOME/libxml2"
 changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
-checksum=14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b
+checksum=277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a
 python_version=3
 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
 

From fd8e0cf692ee75f93204610d743dc4b420d3d8fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 19:56:50 -0300
Subject: [PATCH 2/4] python3-cssselect: update to 1.3.0.

---
 srcpkgs/python3-cssselect/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index 4243e146784d2c..e9984b0abf06d6 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,21 +1,18 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
-version=1.2.0
-revision=3
-build_style=python3-module
+version=1.3.0
+revision=1
+build_style=python3-pep517
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest python3-lxml"
 short_desc="CSS selectors for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://cssselect.readthedocs.io/"
 changelog="https://raw.githubusercontent.com/scrapy/cssselect/master/CHANGES"
 distfiles="${PYPI_SITE}/c/cssselect/cssselect-${version}.tar.gz"
-checksum=666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc
-
-do_check() {
-	:
-}
+checksum=57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7
 
 post_install() {
 	vlicense LICENSE

From 8e624a27e0344ca83ceaacc12d8945c6ce065b64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:22:31 -0300
Subject: [PATCH 3/4] python3-numexpr: update to 2.10.2.

---
 srcpkgs/python3-numexpr/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index e76bb602f124a3..155ff6cf49aa65 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
-version=2.10.1
-revision=2
+version=2.10.2
+revision=1
 build_style=python3-pep517
 build_helper="numpy"
 make_check_args="-k not(test_max_threads_unset)"
@@ -9,12 +9,13 @@ hostmakedepends="python3-setuptools python3-wheel"
 makedepends="python3-devel python3-numpy"
 depends="python3-numpy"
 checkdepends="${depends} python3-pytest"
-short_desc="Fast numerical expression evaluator for NumPy (Python3)"
+short_desc="Fast numerical expression evaluator for NumPy"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pydata/numexpr"
+changelog="https://raw.githubusercontent.com/pydata/numexpr/refs/heads/master/RELEASE_NOTES.rst"
 distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
-checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
+checksum=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592
 
 pre_check() {
 	python3 setup.py build_ext --inplace

From f070e1e3c98cb52e0b18acce9f0377ebd05fd2f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:08:45 -0300
Subject: [PATCH 4/4] python3-sympy: update to 1.14.0.

---
 srcpkgs/python3-sympy/patches/fix-test.patch | 13 -------------
 srcpkgs/python3-sympy/template               |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/python3-sympy/patches/fix-test.patch

diff --git a/srcpkgs/python3-sympy/patches/fix-test.patch b/srcpkgs/python3-sympy/patches/fix-test.patch
deleted file mode 100644
index 2bf648b6266ff5..00000000000000
--- a/srcpkgs/python3-sympy/patches/fix-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream at https://github.com/sympy/sympy/pull/26823
-
---- a/sympy/codegen/tests/test_fnodes.py
-+++ b/sympy/codegen/tests/test_fnodes.py
-@@ -44,7 +44,7 @@ def test_size_assumed_shape():
-             'program myprog\n'
-             'use mod_rms, only: rms\n'
-             'real*8, dimension(4), parameter :: x = [4, 2, 2, 2]\n'
--            'print *, dsqrt(7d0) - rms(x)\n'
-+            'print "(f7.5)", dsqrt(7d0) - rms(x)\n'
-             'end program\n'
-         ))
-     ], clean=True)
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index ee253fe52a36d0..ce5bf0fb295983 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.13.3
-revision=2
+version=1.14.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-mpmath"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://sympy.org/"
 changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
+checksum=d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: python3-sympy: update to 1.14.0 (and some deps).
  2025-05-01 21:53 [PR PATCH] python3-sympy: update to 1.14.0 (and some deps) tornaria
  2025-05-01 23:08 ` [PR PATCH] [Updated] " tornaria
  2025-05-12 20:28 ` tornaria
@ 2025-05-12 21:47 ` tornaria
  2025-05-18 15:23 ` [PR PATCH] [Updated] " tornaria
  2025-05-18 16:06 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2025-05-12 21:47 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/55228#issuecomment-2874279949

Comment:
@the-maldridge could you please remove `libxslt-python` from the repo to fix the only issue with this PR:
```
Failed to install 'libxml2' and 'libxslt-python-1.1.34_5'
```

@ahesford I think this could be merged regardless of the above

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

* Re: [PR PATCH] [Updated] python3-sympy: update to 1.14.0 (and some deps).
  2025-05-01 21:53 [PR PATCH] python3-sympy: update to 1.14.0 (and some deps) tornaria
                   ` (2 preceding siblings ...)
  2025-05-12 21:47 ` tornaria
@ 2025-05-18 15:23 ` tornaria
  2025-05-18 16:06 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2025-05-18 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/55228

python3-sympy: update to 1.14.0 (and some deps).
- **libxml2: update to 2.13.8.**
- **python3-lxml: update to 5.4.0.**
- **python3-numexpr: update to 2.10.2.**
- **python3-sympy: update to 1.14.0.**

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (sagemath testsuite passes on x86_64)

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

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

From 67a5a4b9063570a2481b2f6eb8bc4f30e6cccc7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:40:37 -0300
Subject: [PATCH 1/4] libxml2: update to 2.13.8.

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

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index 12208755670a9e..37e89386f20213 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
-version=2.13.7
-revision=2
+version=2.13.8
+revision=1
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu
  --with-legacy --with-ftp --with-xptr-locs --enable-static"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://gitlab.gnome.org/GNOME/libxml2"
 changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
-checksum=14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b
+checksum=277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a
 python_version=3
 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
 

From 0a3bae3e450a34d60ec245f90b14541c3e3473ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 19:56:50 -0300
Subject: [PATCH 2/4] python3-cssselect: update to 1.3.0.

---
 srcpkgs/python3-cssselect/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index 4243e146784d2c..e9984b0abf06d6 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,21 +1,18 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
-version=1.2.0
-revision=3
-build_style=python3-module
+version=1.3.0
+revision=1
+build_style=python3-pep517
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest python3-lxml"
 short_desc="CSS selectors for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://cssselect.readthedocs.io/"
 changelog="https://raw.githubusercontent.com/scrapy/cssselect/master/CHANGES"
 distfiles="${PYPI_SITE}/c/cssselect/cssselect-${version}.tar.gz"
-checksum=666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc
-
-do_check() {
-	:
-}
+checksum=57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7
 
 post_install() {
 	vlicense LICENSE

From 30c1fadb741e23fb0e82fd4b691e1e9f91aa4c30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:22:31 -0300
Subject: [PATCH 3/4] python3-numexpr: update to 2.10.2.

---
 srcpkgs/python3-numexpr/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index e76bb602f124a3..155ff6cf49aa65 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
-version=2.10.1
-revision=2
+version=2.10.2
+revision=1
 build_style=python3-pep517
 build_helper="numpy"
 make_check_args="-k not(test_max_threads_unset)"
@@ -9,12 +9,13 @@ hostmakedepends="python3-setuptools python3-wheel"
 makedepends="python3-devel python3-numpy"
 depends="python3-numpy"
 checkdepends="${depends} python3-pytest"
-short_desc="Fast numerical expression evaluator for NumPy (Python3)"
+short_desc="Fast numerical expression evaluator for NumPy"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pydata/numexpr"
+changelog="https://raw.githubusercontent.com/pydata/numexpr/refs/heads/master/RELEASE_NOTES.rst"
 distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
-checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
+checksum=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592
 
 pre_check() {
 	python3 setup.py build_ext --inplace

From 7c35864436103cd560be1ee27c4be717b5f65343 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 1 May 2025 12:08:45 -0300
Subject: [PATCH 4/4] python3-sympy: update to 1.14.0.

---
 srcpkgs/python3-sympy/patches/fix-test.patch | 13 -------------
 srcpkgs/python3-sympy/template               |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/python3-sympy/patches/fix-test.patch

diff --git a/srcpkgs/python3-sympy/patches/fix-test.patch b/srcpkgs/python3-sympy/patches/fix-test.patch
deleted file mode 100644
index 2bf648b6266ff5..00000000000000
--- a/srcpkgs/python3-sympy/patches/fix-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream at https://github.com/sympy/sympy/pull/26823
-
---- a/sympy/codegen/tests/test_fnodes.py
-+++ b/sympy/codegen/tests/test_fnodes.py
-@@ -44,7 +44,7 @@ def test_size_assumed_shape():
-             'program myprog\n'
-             'use mod_rms, only: rms\n'
-             'real*8, dimension(4), parameter :: x = [4, 2, 2, 2]\n'
--            'print *, dsqrt(7d0) - rms(x)\n'
-+            'print "(f7.5)", dsqrt(7d0) - rms(x)\n'
-             'end program\n'
-         ))
-     ], clean=True)
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index ee253fe52a36d0..ce5bf0fb295983 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.13.3
-revision=2
+version=1.14.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-mpmath"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://sympy.org/"
 changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
+checksum=d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: [PR PATCH] [Merged]: python3-sympy: update to 1.14.0 (and some deps).
  2025-05-01 21:53 [PR PATCH] python3-sympy: update to 1.14.0 (and some deps) tornaria
                   ` (3 preceding siblings ...)
  2025-05-18 15:23 ` [PR PATCH] [Updated] " tornaria
@ 2025-05-18 16:06 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2025-05-18 16:06 UTC (permalink / raw)
  To: ml

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

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

python3-sympy: update to 1.14.0 (and some deps).
https://github.com/void-linux/void-packages/pull/55228

Description:
- **libxml2: update to 2.13.8.**
- **python3-lxml: update to 5.4.0.**
- **python3-numexpr: update to 2.10.2.**
- **python3-sympy: update to 1.14.0.**

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (sagemath testsuite passes on x86_64)

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

end of thread, other threads:[~2025-05-18 16:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01 21:53 [PR PATCH] python3-sympy: update to 1.14.0 (and some deps) tornaria
2025-05-01 23:08 ` [PR PATCH] [Updated] " tornaria
2025-05-12 20:28 ` tornaria
2025-05-12 21:47 ` tornaria
2025-05-18 15:23 ` [PR PATCH] [Updated] " tornaria
2025-05-18 16:06 ` [PR PATCH] [Merged]: " ahesford

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