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 May  7 11:26:31 UTC 2018

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

Log Message:
py-dbus, dbus-python-common: Update to 1.2.8

D-Bus Python Bindings 1.2.8 (2018-05-04)
========================================

The “cursed ice surface” release.

Dependencies:

• Documentation requires Sphinx and the readthedocs theme
• Documentation no longer requires epydoc

Enhancements:

• Build documentation with Sphinx instead of epydoc

• Remove obsolete COMPAT.txt, documenting compatibility breaks in
  versions over a decade old

Fixes:

• Make sure $(builddir)/test exists before creating .test files there

• Add PKG-INFO and egg_info to dist tarballs so they can be uploaded
  to PyPI again


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/dbus-python-common/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/dbus-python-common/distinfo
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/py-dbus/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/py-dbus/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-dbus/patches/patch-aa

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.14 pkgsrc/sysutils/dbus-python-common/Makefile:1.15
--- pkgsrc/sysutils/dbus-python-common/Makefile:1.14    Sun Feb 11 16:52:54 2018
+++ pkgsrc/sysutils/dbus-python-common/Makefile Mon May  7 11:26:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/02/11 16:52:54 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/05/07 11:26:30 wiz Exp $
 
-DISTNAME=      dbus-python-1.2.6
+DISTNAME=      dbus-python-1.2.8
 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.6 pkgsrc/sysutils/dbus-python-common/distinfo:1.7
--- pkgsrc/sysutils/dbus-python-common/distinfo:1.6     Sun Feb 11 16:52:54 2018
+++ pkgsrc/sysutils/dbus-python-common/distinfo Mon May  7 11:26:30 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/02/11 16:52:54 wiz Exp $
+$NetBSD: distinfo,v 1.7 2018/05/07 11:26:30 wiz Exp $
 
-SHA1 (dbus-python-1.2.6.tar.gz) = 07a7a7ea5442e777b7908c3cdcb6913d59fd74ff
-RMD160 (dbus-python-1.2.6.tar.gz) = 2eafcfda29af6738a3326584f199167826d7b612
-SHA512 (dbus-python-1.2.6.tar.gz) = 6f2aec81defd2528d9876ec9a83843f8767275a5d6cf1b2b7b7a094f892f552f9a7b3d7b5006465254d410e503108e10138d7dd4cb3f1a4035d7f8d58c4d0684
-Size (dbus-python-1.2.6.tar.gz) = 778893 bytes
+SHA1 (dbus-python-1.2.8.tar.gz) = 2afa30938207ded2c35b11ea64b1c7eda0fa4314
+RMD160 (dbus-python-1.2.8.tar.gz) = 9d862706609cdac377ee0f42b500e2cd277bfe92
+SHA512 (dbus-python-1.2.8.tar.gz) = 6e486fd560944fc1461a27e6798e2c348c7fdf351602c082a0614c0a6822ff147875212bdcb1f818c0ab12470cffc613c0ffbd292cd9d445d3429bee65765905
+Size (dbus-python-1.2.8.tar.gz) = 787426 bytes

Index: pkgsrc/sysutils/py-dbus/Makefile
diff -u pkgsrc/sysutils/py-dbus/Makefile:1.33 pkgsrc/sysutils/py-dbus/Makefile:1.34
--- pkgsrc/sysutils/py-dbus/Makefile:1.33       Sun Feb 11 16:52:54 2018
+++ pkgsrc/sysutils/py-dbus/Makefile    Mon May  7 11:26:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/02/11 16:52:54 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/05/07 11:26:30 wiz Exp $
 
-DISTNAME=      dbus-python-1.2.6
+DISTNAME=      dbus-python-1.2.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-python/

Index: pkgsrc/sysutils/py-dbus/distinfo
diff -u pkgsrc/sysutils/py-dbus/distinfo:1.15 pkgsrc/sysutils/py-dbus/distinfo:1.16
--- pkgsrc/sysutils/py-dbus/distinfo:1.15       Sun Feb 11 16:52:54 2018
+++ pkgsrc/sysutils/py-dbus/distinfo    Mon May  7 11:26:30 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2018/02/11 16:52:54 wiz Exp $
+$NetBSD: distinfo,v 1.16 2018/05/07 11:26:30 wiz Exp $
 
-SHA1 (dbus-python-1.2.6.tar.gz) = 07a7a7ea5442e777b7908c3cdcb6913d59fd74ff
-RMD160 (dbus-python-1.2.6.tar.gz) = 2eafcfda29af6738a3326584f199167826d7b612
-SHA512 (dbus-python-1.2.6.tar.gz) = 6f2aec81defd2528d9876ec9a83843f8767275a5d6cf1b2b7b7a094f892f552f9a7b3d7b5006465254d410e503108e10138d7dd4cb3f1a4035d7f8d58c4d0684
-Size (dbus-python-1.2.6.tar.gz) = 778893 bytes
-SHA1 (patch-aa) = 38d831f91bef54027276b013cae6fd4dfcb6d69b
+SHA1 (dbus-python-1.2.8.tar.gz) = 2afa30938207ded2c35b11ea64b1c7eda0fa4314
+RMD160 (dbus-python-1.2.8.tar.gz) = 9d862706609cdac377ee0f42b500e2cd277bfe92
+SHA512 (dbus-python-1.2.8.tar.gz) = 6e486fd560944fc1461a27e6798e2c348c7fdf351602c082a0614c0a6822ff147875212bdcb1f818c0ab12470cffc613c0ffbd292cd9d445d3429bee65765905
+Size (dbus-python-1.2.8.tar.gz) = 787426 bytes
+SHA1 (patch-aa) = bcbcabf858eca13948dc874316d18da4ef36b6de

Index: pkgsrc/sysutils/py-dbus/patches/patch-aa
diff -u pkgsrc/sysutils/py-dbus/patches/patch-aa:1.4 pkgsrc/sysutils/py-dbus/patches/patch-aa:1.5
--- pkgsrc/sysutils/py-dbus/patches/patch-aa:1.4        Sun Feb 11 16:52:55 2018
+++ pkgsrc/sysutils/py-dbus/patches/patch-aa    Mon May  7 11:26:31 2018
@@ -1,20 +1,19 @@
-$NetBSD: patch-aa,v 1.4 2018/02/11 16:52:55 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2018/05/07 11:26:31 wiz Exp $
 
---- Makefile.in.orig   2018-01-29 12:42:40.000000000 +0000
+--- Makefile.in.orig   2018-05-04 16:15:54.000000000 +0000
 +++ Makefile.in
-@@ -2199,15 +2199,8 @@ info: info-recursive
+@@ -2149,14 +2149,8 @@ info: info-recursive
  
  info-am:
  
--install-data-am: install-dbusincludeHEADERS install-dist_docDATA \
+-install-data-am: install-data-local install-dbusincludeHEADERS \
 -      install-installed_test_metaDATA \
 -      install-installed_test_testDATA \
 -      install-nobase_dist_installed_testPYTHON \
 -      install-nobase_dist_installed_testSCRIPTS \
 -      install-nobase_installed_testLTLIBRARIES \
 -      install-nobase_installed_testPROGRAMS \
--      install-nobase_pythonPYTHON install-nodist_docDATA \
--      install-pkgconfigDATA
+-      install-nobase_pythonPYTHON install-pkgconfigDATA
 +install-data-am: \
 +      install-nobase_pythonPYTHON
  



Home | Main Index | Thread Index | Old Index