diff --git a/srcpkgs/goimapnotify/template b/srcpkgs/goimapnotify/template index dc073d96e16fd5..b8af7142d6cab7 100644 --- a/srcpkgs/goimapnotify/template +++ b/srcpkgs/goimapnotify/template @@ -1,9 +1,10 @@ # Template file for 'goimapnotify' pkgname=goimapnotify -version=2.5.4 +version=2.5.5 revision=1 build_style=go go_import_path="gitlab.com/shackra/goimapnotify" +go_package="${go_import_path}/cmd/goimapnotify" go_ldflags="-X main.commit=(unknown) -X main.gittag=${version} -X main.branch=master" short_desc="Execute scripts on IMAP idle notifications (Go version)" maintainer="Andrew J. Hesford " @@ -11,4 +12,4 @@ license="GPL-3.0-only" homepage="https://gitlab.com/shackra/goimapnotify" changelog="https://gitlab.com/shackra/goimapnotify/blob/master/CHANGELOG.rst" distfiles="https://${go_import_path}/-/archive/${version}/${pkgname}-${version}.tar.gz" -checksum=e79fc91379c1ea5f4b810db622dc5e7d716ca8a4ad8821aabc446fc78ec3a0fc +checksum=980bbb8c8b066213386c31a1f04d4c72f03ed27cc185be8ddf804481c6f9dcab diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 985a8a35b00ffb..50755a94c7f70a 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.11.5 +version=1.12.6 revision=1 build_style=python3-pep517 build_helper="qemu rust" @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="Apache-2.0, MIT" homepage="https://github.com/PyO3/maturin" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=4edf379859d0126ed860c1f1905da304ce4aea37f3ad58ede294a3920cb9e3aa +checksum=d9fb69fb10a4574032feb93da3f98cbfbf4e652340135c968781845aa1f53147 # Tests use unstable features and fail to build make_check=no diff --git a/srcpkgs/openmpi/template b/srcpkgs/openmpi/template index f562119a76d8c5..00287d98ee6815 100644 --- a/srcpkgs/openmpi/template +++ b/srcpkgs/openmpi/template @@ -1,6 +1,6 @@ # Template file for 'openmpi' pkgname=openmpi -version=5.0.9 +version=5.0.10 revision=1 # OpenMPI >= 5 is 64-bit only archs="x86_64* aarch64* ppc64* riscv64*" @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://www.open-mpi.org/" distfiles="https://download.open-mpi.org/release/open-mpi/v${version%.*}/openmpi-${version}.tar.bz2" -checksum=dfb72762531170847af3e4a0f21d77d7b23cf36f67ce7ce9033659273677d80b +checksum=0acecc4fc218e5debdbcb8a41d182c6b0f1d29393015ed763b2a91d5d7374cc6 lib32disabled=yes if [ "${CROSS_BUILD}" ]; then diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template index f1b06bc136b6cc..0bd9f189e6b1a6 100644 --- a/srcpkgs/python3-Pillow/template +++ b/srcpkgs/python3-Pillow/template @@ -1,6 +1,6 @@ # Template file for 'python3-Pillow' pkgname=python3-Pillow -version=12.1.0 +version=12.1.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-pybind11" @@ -14,7 +14,7 @@ license="custom:PIL" homepage="https://python-pillow.org" changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES.rst" distfiles="${PYPI_SITE}/p/pillow/pillow-${version}.tar.gz" -checksum=5c5ae0a06e9ea030ab786b0251b32c7e4ce10e58d983c0d5c56029455180b5b9 +checksum=9ad8fa5937ab05218e2b6a4cff30295ad35afd2f83ac592e68c0d871bb0fdbc4 post_install() { vlicense LICENSE diff --git a/srcpkgs/python3-cattrs/template b/srcpkgs/python3-cattrs/template index a4427943d017f6..95409f8bfe7cf9 100644 --- a/srcpkgs/python3-cattrs/template +++ b/srcpkgs/python3-cattrs/template @@ -1,7 +1,7 @@ # Template file for 'python3-cattrs' pkgname=python3-cattrs -version=25.3.0 -revision=2 +version=26.1.0 +revision=1 build_style=python3-pep517 # Initial ignores require unpackaged dependencies; # deselections and subsequent ignores do invalid NaN comparisons @@ -27,7 +27,7 @@ license="MIT" homepage="https://catt.rs" changelog="https://github.com/python-attrs/cattrs/blob/main/HISTORY.md" distfiles="${PYPI_SITE}/c/cattrs/cattrs-${version}.tar.gz" -checksum=1ac88d9e5eda10436c4517e390a4142d88638fe682c436c93db7ce4a277b884a +checksum=fa239e0f0ec0715ba34852ce813986dfed1e12117e209b816ab87401271cdd40 pre_check() { vsed -i -e '/addopts/d' pyproject.toml diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index 92ddda917b5e7a..77ffc6647a64ca 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -2,8 +2,8 @@ # On update, check python3-openssl, # it has very tie requirements for cryptography pkgname=python3-cryptography -version=46.0.3 -revision=2 +version=46.0.5 +revision=1 build_style=python3-pep517 build_helper="rust" make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py" @@ -19,7 +19,7 @@ license="BSD-3-Clause, Apache-2.0" homepage="https://github.com/pyca/cryptography" changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" -checksum=a8b17438104fed022ce745b362294d9ce35b4c2e45c1d958ad4a4b019285f4a1 +checksum=abace499247268e3757271b2f1e244b36b06f8515cf27c4d49468fc9eb16e93d pre_check() { vsed -i '/addopts/d' pyproject.toml diff --git a/srcpkgs/python3-cryptography_vectors/template b/srcpkgs/python3-cryptography_vectors/template index 9f9dc76d59cfb4..4ee611c1a32cfe 100644 --- a/srcpkgs/python3-cryptography_vectors/template +++ b/srcpkgs/python3-cryptography_vectors/template @@ -1,7 +1,7 @@ # Template file for 'python3-cryptography_vectors' pkgname=python3-cryptography_vectors -version=46.0.3 -revision=2 +version=46.0.5 +revision=1 build_style=python3-pep517 make_build_args="--skip-dependency-check" hostmakedepends="uv-build" @@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause, Apache-2.0" homepage="https://github.com/pyca/cryptography" distfiles="${PYPI_SITE}/c/cryptography_vectors/cryptography_vectors-${version}.tar.gz" -checksum=a23246fcb794fc87d814d1b4be20df74a299840a2430cc74651bc7ba0f3b548c +checksum=ffbccee9455201c01b37c63d65d9f83b362d40c2bed9caac248ebbdfa4e4fc7c post_install() { vlicense LICENSE diff --git a/srcpkgs/python3-nanobind/template b/srcpkgs/python3-nanobind/template index 47619cba30fd0b..2d1d4eaea49e44 100644 --- a/srcpkgs/python3-nanobind/template +++ b/srcpkgs/python3-nanobind/template @@ -1,6 +1,6 @@ # Template file for 'python3-nanobind' pkgname=python3-nanobind -version=2.11.0 +version=2.12.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-scikit-build-core ninja" @@ -14,7 +14,7 @@ _robin_map_hash="188c45569cc2a5dd768077c193830b51d33a5020" distfiles="${homepage}/archive/v${version}.tar.gz https://github.com/Tessil/robin-map/archive/${_robin_map_hash}.tar.gz " -checksum="62ba05e5f720c76c510d6ab2a77f8ccc17a76c5cea951bea47355a7dfa460449 +checksum="01f1f0cd0398743c18f33d07ae36ad410bd7f4a1e90683b508504de897d6e629 2f4be670fa4f53c3261ed7af392b414a00e75591f87da0a8dd525de376430747" skip_extraction="${_robin_map_hash}.tar.gz" diff --git a/srcpkgs/python3-narwhals/template b/srcpkgs/python3-narwhals/template index 09964e9c3bcc42..e425fb772f01ba 100644 --- a/srcpkgs/python3-narwhals/template +++ b/srcpkgs/python3-narwhals/template @@ -1,6 +1,6 @@ # Template file for 'python3-narwhals' pkgname=python3-narwhals -version=2.16.0 +version=2.17.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford " license="MIT" homepage="https://narwhals-dev.github.io/narwhals/" distfiles="${PYPI_SITE}/n/narwhals/narwhals-${version}.tar.gz" -checksum=155bb45132b370941ba0396d123cf9ed192bf25f39c4cea726f2da422ca4e145 +checksum=ebd5bc95bcfa2f8e89a8ac09e2765a63055162837208e67b42d6eeb6651d5e67 make_check=no # archive includes no tests post_install() { diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index 514b991395b705..1ca793ccdeb56d 100644 --- a/srcpkgs/python3-pybind11/template +++ b/srcpkgs/python3-pybind11/template @@ -1,7 +1,7 @@ # Template file for 'python3-pybind11' pkgname=python3-pybind11 -version=3.0.1 -revision=2 +version=3.0.2 +revision=1 build_style=python3-pep517 hostmakedepends="python3-scikit-build-core ninja python3-sphinx_rtd_theme python3-breathe" @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/pybind/pybind11" distfiles="https://github.com/pybind/pybind11/archive/v${version}.tar.gz" -checksum=741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca +checksum=2f20a0af0b921815e0e169ea7fec63909869323581b89d7de1553468553f6a2d post_build() { # Build the man page diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template index bf70408810216d..8fd03f1fbad673 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,6 +1,6 @@ # Template file for 'python3-redis' pkgname=python3-redis -version=7.1.1 +version=7.2.1 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" @@ -11,7 +11,7 @@ license="MIT" homepage="https://github.com/redis/redis-py" changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=84640fc26679003d513498174fc6916895257f2c4ddd50baa2cbc326121b6955 +checksum=00e2dceb9c6dda179dcbe90b219d2f81faa676a4fa364835334cc83090624764 replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server diff --git a/srcpkgs/python3-scikit-build-core/template b/srcpkgs/python3-scikit-build-core/template index 39b8aa504e472e..3cc867cf92491c 100644 --- a/srcpkgs/python3-scikit-build-core/template +++ b/srcpkgs/python3-scikit-build-core/template @@ -1,7 +1,7 @@ # Template file for 'python3-scikit-build-core' pkgname=python3-scikit-build-core -version=0.11.6 -revision=2 +version=0.12.1 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" depends="python3-packaging python3-pathspec cmake" @@ -10,6 +10,6 @@ maintainer="Andrew J. Hesford " license="Apache-2.0" homepage="https://scikit-build-core.readthedocs.io" distfiles="${PYPI_SITE}/s/scikit_build_core/scikit_build_core-${version}.tar.gz" -checksum=5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b +checksum=bb663e71116bcd23d208ef30e5b94aa14f225f3704794d9429017ea9b461b0da # Tests require unpackaged dependencies make_check=no diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 17532556969445..9913c22aec9d07 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -1,6 +1,6 @@ # Template file for 'python3-scipy' pkgname=python3-scipy -version=1.17.0 +version=1.17.1 revision=1 build_style=python3-pep517 build_helper="meson numpy" @@ -21,7 +21,7 @@ license="BSD-3-Clause" homepage="https://scipy.org/" changelog="https://github.com/scipy/scipy/releases" distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz" -checksum=2591060c8e648d8b96439e111ac41fd8342fdeff1876be2e19dea3fe8930454e +checksum=95d8e012d8cb8816c226aef832200b1d45109ed4464303e997c5b13122b297c0 # must be tested from site dir of installed version (see dev.py:739) make_check_pre='eval env -C "${testdir}/${py3_sitelib}"' diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template index 55dd0ed8633178..2ea797e60ef38c 100644 --- a/srcpkgs/python3-tifffile/template +++ b/srcpkgs/python3-tifffile/template @@ -1,6 +1,6 @@ # Template file for 'python3-tifffile' pkgname=python3-tifffile -version=2026.1.28 +version=2026.2.24 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,7 @@ license="BSD-3-Clause" homepage="https://github.com/cgohlke/tifffile" changelog="https://raw.githubusercontent.com/cgohlke/tifffile/master/CHANGES.rst" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=48838c4adf0fde744da37d2b109d92e14bf9aafceda2c15640fec99a3e233ebb +checksum=e55cb749b0fcb41b7767549ae891a300e0c0fd8a1869b9124d0a58ac01f9d798 # Tests require unpackaged fsspec make_check=no diff --git a/srcpkgs/seatd/template b/srcpkgs/seatd/template index 224ca5f410e451..ae8afedd573a53 100644 --- a/srcpkgs/seatd/template +++ b/srcpkgs/seatd/template @@ -1,6 +1,6 @@ # Template file for 'seatd' pkgname=seatd -version=0.9.2 +version=0.9.3 revision=1 build_style=meson configure_args="-Dexamples=disabled $(vopt_if elogind -Dlibseat-logind=elogind) @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="MIT" homepage="https://sr.ht/~kennylevinsen/seatd/" distfiles="https://git.sr.ht/~kennylevinsen/seatd/archive/${version}.tar.gz" -checksum=2811654fc87b3b1877f62e69cbf1e761c7072146f127860d9b8fe1ca27607d0e +checksum=302564d54d8e28191fadfd734f2675ecb0c9e0615a58011b89ef15dfa4dbaa96 system_groups=_seatd build_options="elogind"