pkgsrc-WIP-changes archive

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

py-jeepney: update to 0.6.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Jul 4 15:05:47 2021 +0200
Changeset:	db4ed452cd4717912e77d8fc61b1b9a2b80710c0

Modified Files:
	py-jeepney/Makefile
	py-jeepney/distinfo

Log Message:
py-jeepney: update to 0.6.0.

0.6
---

* New method :meth:`~.blocking.DBusConnection.recv_until_filtered` in the
  blocking I/O integration to receive messages until one is filtered into a
  queue.
* More efficient buffering of received data waiting to be parsed into D-Bus
  messages.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db4ed452cd4717912e77d8fc61b1b9a2b80710c0

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

diffstat:
 py-jeepney/Makefile | 9 ++++++++-
 py-jeepney/distinfo | 8 ++++----
 2 files changed, 12 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-jeepney/Makefile b/py-jeepney/Makefile
index 1e32e10e6a..62736af209 100644
--- a/py-jeepney/Makefile
+++ b/py-jeepney/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	jeepney-0.5.0
+DISTNAME=	jeepney-0.6.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils python
 MASTER_SITES=	${MASTER_SITE_PYPI:=j/jeepney/}
@@ -10,9 +10,16 @@ HOMEPAGE=	https://gitlab.com/takluyver/jeepney
 COMMENT=	Low-level pure Python DBus protocol wrapper
 LICENSE=	mit
 
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+# not packaged: trio
+# not packaged: testpath
+
 USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+do-test:
+	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-jeepney/distinfo b/py-jeepney/distinfo
index 346ed53bf9..02b95fd74c 100644
--- a/py-jeepney/distinfo
+++ b/py-jeepney/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (jeepney-0.5.0.tar.gz) = 92442f2b2173500f45ad0859665dfde44fc1a75a
-RMD160 (jeepney-0.5.0.tar.gz) = bee3c7105502b4eddb01f53dbd0d3b2247496412
-SHA512 (jeepney-0.5.0.tar.gz) = ae80a363cac4944cb6a499450835176d63e29545b8025c6dd0241a08b35e7b2564beaab578cbba319799ec5530fd6fed7e9f910e401d68b46290617e5f739992
-Size (jeepney-0.5.0.tar.gz) = 48460 bytes
+SHA1 (jeepney-0.6.0.tar.gz) = 21ffa0741428f600e9b2398d9ea129eb54f6df37
+RMD160 (jeepney-0.6.0.tar.gz) = 5f2fc4e13b5983273bef48fb6ed6b641ed9f3148
+SHA512 (jeepney-0.6.0.tar.gz) = 140be9dd28ed853d2d41b6a8bbeb2f22c0270ce7bf33b943ec2ac010db17d4f06e253fa8637fbbb3044fe9ffdbfa1e15f0c663eb44bdd538f8c47c2e7dab3ca5
+Size (jeepney-0.6.0.tar.gz) = 49513 bytes


Home | Main Index | Thread Index | Old Index