From 67a5a4b9063570a2481b2f6eb8bc4f30e6cccc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= 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?= 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 " 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?= 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 " 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?= 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