From owner-dev-commits-ports-all@freebsd.org Fri Jul 23 14:50:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 596506739FC; Fri, 23 Jul 2021 14:50:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GWXLn23Q3z51rN; Fri, 23 Jul 2021 14:50:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E36326CFF; Fri, 23 Jul 2021 14:50:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16NEovBw024747; Fri, 23 Jul 2021 14:50:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16NEovpD024746; Fri, 23 Jul 2021 14:50:57 GMT (envelope-from git) Date: Fri, 23 Jul 2021 14:50:57 GMT Message-Id: <202107231450.16NEovpD024746@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 6e027a6563c8 - main - devel/py-dbus, devel/pydbus-common: update to 1.2.18 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6e027a6563c89bfd27a94b62be721d43ab0f66f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2021 14:50:57 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e027a6563c89bfd27a94b62be721d43ab0f66f4 commit 6e027a6563c89bfd27a94b62be721d43ab0f66f4 Author: Tobias C. Berner AuthorDate: 2021-07-23 14:45:15 +0000 Commit: Tobias C. Berner CommitDate: 2021-07-23 14:45:15 +0000 devel/py-dbus,devel/pydbus-common: update to 1.2.18 Changelog [1]: Build-time configuration changes: * dbus-python will be built for python3 if neither PYTHON nor PYTHON_VERSION is specified. Use a command like ./configure PYTHON=$(command -v python2) if installation for Python 2 (EOL 2020-01-01) is required. Dependencies: * Python 2 reached end-of-life on 2020-01-01. A future version of dbus-python is likely to remove Python 2 support. Fixes: * Move from collections.Sequence to collections.abc.Sequence on Python ≥ 3.3, for Python 3.10 compatibility (dbus-python#37; Simon McVittie) * Avoid another deprecation warning for inspect.getargspec(). This is similar to the one fixed in 1.2.4, but for dbus.decorators.signal rather than dbus.decorators.method. (dbus-python!8; Martin Stumpf) * Fix an unlikely fd leak if memory allocation fails for UnixFd (dbus-python!9, Red Hat #1938703; David King) * Fix memory and fd leak if UnixFd is given an invalid negative variant_level (Simon McVittie) * Avoid more deprecation warnings: - gi.repository.GObject.MainLoop etc. (now used via gi.repository.GLib) - gi.repository.GLib.threads_init (no longer necessary at all) (Simon McVittie) * Disable -Wdeclaration-after-statement. Python 3.9 relies on intermixed declarations and statements in its headers, so we can no longer enforce this. (Simon McVittie) * Convert examples to Python 3 (Simon McVittie) * Use the same Python executable for build and dist/distcheck by default (Simon McVittie) [1] https://dbus.freedesktop.org/doc/dbus-python/news.html#dbus-python-bindings-1-2-18-2021-07-20 --- devel/pydbus-common/Makefile | 2 +- devel/pydbus-common/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile index c9b8c6d57848..a473cb1387f5 100644 --- a/devel/pydbus-common/Makefile +++ b/devel/pydbus-common/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez i Querol PORTNAME= dbus -DISTVERSION= 1.2.16 +DISTVERSION= 1.2.18 PORTREVISION?= 0 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ diff --git a/devel/pydbus-common/distinfo b/devel/pydbus-common/distinfo index e563ea3a34ee..e7fdbb5a1133 100644 --- a/devel/pydbus-common/distinfo +++ b/devel/pydbus-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579028727 -SHA256 (dbus-python-1.2.16.tar.gz) = 11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4 -SIZE (dbus-python-1.2.16.tar.gz) = 576701 +TIMESTAMP = 1627051221 +SHA256 (dbus-python-1.2.18.tar.gz) = 92bdd1e68b45596c833307a5ff4b217ee6929a1502f5341bae28fd120acf7260 +SIZE (dbus-python-1.2.18.tar.gz) = 578204