pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 27 10:42:12 UTC 2020

Modified Files:
        pkgsrc/sysutils/dbus-python-common: Makefile distinfo
        pkgsrc/sysutils/py-dbus: Makefile distinfo

Log Message:
py-dbus: update to 1.2.16

dbus Python Bindings 1.2.16 (2020-01-14)
========================================

The “bag of assorted swords” release.

Enhancements:

• All tests are run even if the tap.py module is not available, although
  diagnostics for failing tests will be better if it is present.
  (Simon McVittie)

Fixes:

• Forbid unexpanded AX-prefixed macros more selectively, similar to
  dbus#249. (Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/dbus-python-common/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/dbus-python-common/distinfo
cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/py-dbus/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/py-dbus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dbus-python-common/Makefile
diff -u pkgsrc/sysutils/dbus-python-common/Makefile:1.21 pkgsrc/sysutils/dbus-python-common/Makefile:1.22
--- pkgsrc/sysutils/dbus-python-common/Makefile:1.21    Sat Jan 18 23:35:15 2020
+++ pkgsrc/sysutils/dbus-python-common/Makefile Mon Jan 27 10:42:12 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 23:35:15 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2020/01/27 10:42:12 wiz Exp $
 
-DISTNAME=      dbus-python-1.2.14
+DISTNAME=      dbus-python-1.2.16
 PKGNAME=       ${DISTNAME:S/python/python-common/}
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-python/

Index: pkgsrc/sysutils/dbus-python-common/distinfo
diff -u pkgsrc/sysutils/dbus-python-common/distinfo:1.9 pkgsrc/sysutils/dbus-python-common/distinfo:1.10
--- pkgsrc/sysutils/dbus-python-common/distinfo:1.9     Tue Dec 31 11:53:39 2019
+++ pkgsrc/sysutils/dbus-python-common/distinfo Mon Jan 27 10:42:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/12/31 11:53:39 wiz Exp $
+$NetBSD: distinfo,v 1.10 2020/01/27 10:42:12 wiz Exp $
 
-SHA1 (dbus-python-1.2.14.tar.gz) = 7ccb3c5870d3411439a91e695f5780bf2527ed93
-RMD160 (dbus-python-1.2.14.tar.gz) = cca88a1da23729f278f181eb35e7fc655623d783
-SHA512 (dbus-python-1.2.14.tar.gz) = 773d66e40ab514639f1c5c619362659f290ddd5ae944eb8e09b5752624f3c86305b6c1d5562e290b36f1e6cf43f6d39cd4a227e18ff41499877546982ceebb51
-Size (dbus-python-1.2.14.tar.gz) = 576181 bytes
+SHA1 (dbus-python-1.2.16.tar.gz) = de05308c75baa2ce5434de73d60428c005ac0cc1
+RMD160 (dbus-python-1.2.16.tar.gz) = ea5fa85fab091e77e45cd93d5a978d9d9bb85a04
+SHA512 (dbus-python-1.2.16.tar.gz) = e76c00c5fd3fe6884e4c24f258987fd3b80d21bd4e0f96aa8fda152078a860b62321324f6efcbfe7226d5ab2521a14b5bda7cf2468d2cae5f376c124a71aa05c
+Size (dbus-python-1.2.16.tar.gz) = 576701 bytes

Index: pkgsrc/sysutils/py-dbus/Makefile
diff -u pkgsrc/sysutils/py-dbus/Makefile:1.38 pkgsrc/sysutils/py-dbus/Makefile:1.39
--- pkgsrc/sysutils/py-dbus/Makefile:1.38       Sat Jan 18 23:35:20 2020
+++ pkgsrc/sysutils/py-dbus/Makefile    Mon Jan 27 10:42:12 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2020/01/18 23:35:20 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2020/01/27 10:42:12 wiz Exp $
 
-DISTNAME=      dbus-python-1.2.14
+DISTNAME=      dbus-python-1.2.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-python/
@@ -12,7 +12,6 @@ LICENSE=      mit
 
 USE_TOOLS+=            pkg-config gmake
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-html-docs --disable-api-docs
 
 PY_PATCHPLIST=                 YES
 

Index: pkgsrc/sysutils/py-dbus/distinfo
diff -u pkgsrc/sysutils/py-dbus/distinfo:1.18 pkgsrc/sysutils/py-dbus/distinfo:1.19
--- pkgsrc/sysutils/py-dbus/distinfo:1.18       Tue Dec 31 11:53:39 2019
+++ pkgsrc/sysutils/py-dbus/distinfo    Mon Jan 27 10:42:12 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2019/12/31 11:53:39 wiz Exp $
+$NetBSD: distinfo,v 1.19 2020/01/27 10:42:12 wiz Exp $
 
-SHA1 (dbus-python-1.2.14.tar.gz) = 7ccb3c5870d3411439a91e695f5780bf2527ed93
-RMD160 (dbus-python-1.2.14.tar.gz) = cca88a1da23729f278f181eb35e7fc655623d783
-SHA512 (dbus-python-1.2.14.tar.gz) = 773d66e40ab514639f1c5c619362659f290ddd5ae944eb8e09b5752624f3c86305b6c1d5562e290b36f1e6cf43f6d39cd4a227e18ff41499877546982ceebb51
-Size (dbus-python-1.2.14.tar.gz) = 576181 bytes
+SHA1 (dbus-python-1.2.16.tar.gz) = de05308c75baa2ce5434de73d60428c005ac0cc1
+RMD160 (dbus-python-1.2.16.tar.gz) = ea5fa85fab091e77e45cd93d5a978d9d9bb85a04
+SHA512 (dbus-python-1.2.16.tar.gz) = e76c00c5fd3fe6884e4c24f258987fd3b80d21bd4e0f96aa8fda152078a860b62321324f6efcbfe7226d5ab2521a14b5bda7cf2468d2cae5f376c124a71aa05c
+Size (dbus-python-1.2.16.tar.gz) = 576701 bytes
 SHA1 (patch-aa) = bcbcabf858eca13948dc874316d18da4ef36b6de



Home | Main Index | Thread Index | Old Index