python3-dbus-fast: update to 2.44.2.

This commit is contained in:
Andrew J. Hesford 2025-07-28 11:25:31 -04:00
parent c317044738
commit a41b10e64e
2 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,11 @@
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -104,7 +104,7 @@
ignore_errors = true
[build-system]
-requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.1.0', "poetry-core>=1.0.0"]
+requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.2.0', "poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]

View file

@ -1,9 +1,10 @@
# Template file for 'python3-dbus-fast' # Template file for 'python3-dbus-fast'
pkgname=python3-dbus-fast pkgname=python3-dbus-fast
version=2.39.3 version=2.44.2
revision=3 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-poetry-core python3-Cython" hostmakedepends="python3-setuptools python3-wheel python3-poetry-core python3-Cython"
makedepends="python3-devel"
depends="python3" depends="python3"
short_desc="Faster version of dbus-next" short_desc="Faster version of dbus-next"
maintainer="Kai Stian Olstad <void@olstad.com>" maintainer="Kai Stian Olstad <void@olstad.com>"
@ -11,7 +12,7 @@ license="MIT"
homepage="https://github.com/bluetooth-devices/dbus-fast" homepage="https://github.com/bluetooth-devices/dbus-fast"
changelog="https://github.com/bluetooth-devices/dbus-fast/raw/main/CHANGELOG.md" changelog="https://github.com/bluetooth-devices/dbus-fast/raw/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/d/dbus-fast/dbus_fast-${version}.tar.gz" distfiles="${PYPI_SITE}/d/dbus-fast/dbus_fast-${version}.tar.gz"
checksum=84b4ff23bcadfa794842e8d3eccb521907f7c6cb8d6534c895995840306512aa checksum=752f355c32e28468ba9f57b509e2694c4ba0d3d55ae6eb0035511c226438eb35
make_check=no # no tests included make_check=no # no tests included
post_install() { post_install() {