Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-into-dbus
Commits:
e700dfa3 by Jelle van der Waa at 2024-04-11T08:53:20+02:00
upgpkg: 0.8.2-2: Rebuild with Python 3.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-into-dbus
pkgdesc = Facilities for converting an object that inhabits core Python
types, e.g., lists, ints, dicts, to an object that inhabits dbus-python types,
e.g., dbus.Array, dbus.UInt32, dbus.Dictionary based on a specified dbus
signature.
pkgver = 0.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stratis-storage/into-dbus-python
arch = any
license = Apache
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname='python-into-dbus'
_srcname='into-dbus-python'
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc='Facilities for converting an object that inhabits core Python types,
e.g., lists, ints, dicts, to an object that inhabits dbus-python types, e.g.,
dbus.Array, dbus.UInt32, dbus.Dictionary based on a specified dbus signature.'
arch=('any')
license=('Apache')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-into-dbus/-/commit/e700dfa399eda449ab96c09675f61c4bc8e0d28a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-into-dbus/-/commit/e700dfa399eda449ab96c09675f61c4bc8e0d28a
You're receiving this email because of your account on gitlab.archlinux.org.