pkgsrc-WIP-changes archive

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

Update wip/py-sarge to version 0.1.5.post0



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Oct 24 04:24:53 2019 +0200
Changeset:	af0c77637bce1872fa9b7dd024662d001b85bf32

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

Log Message:
Update wip/py-sarge to version 0.1.5.post0

The changes are:
* Fixed #37: Instead of an OSError with a "no such file or directory" message, a ValueError is raised with a more informative "Command not found" message.
* Fixed #38: Replaced async keyword argument with async_, as async has become a keyword in Python 3.7.
* Fixed #39: Updated tutorial example on progress monitoring.

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

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

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

diffs:
diff --git a/py-sarge/Makefile b/py-sarge/Makefile
index 4a7786532c..055ecb13f0 100644
--- a/py-sarge/Makefile
+++ b/py-sarge/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	sarge-0.1.4
+DISTNAME=	sarge-0.1.5.post0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/sarge/}
diff --git a/py-sarge/distinfo b/py-sarge/distinfo
index 91d73c0bbe..ad2f74fe08 100644
--- a/py-sarge/distinfo
+++ b/py-sarge/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (sarge-0.1.4.tar.gz) = a3eb4f1bf152b8870cb0be647eda128a64320d58
-RMD160 (sarge-0.1.4.tar.gz) = c4617ae4e03b8dec9123a3dd55ca886194830c0a
-SHA512 (sarge-0.1.4.tar.gz) = 150af169c18214dd600cec0c3d36b1fba266eef2103927405550d7c7b7256950aa753d294ad2aca02913cc0583a8be267d7e8b912ba585eabff26ca37d852c40
-Size (sarge-0.1.4.tar.gz) = 50472 bytes
+SHA1 (sarge-0.1.5.post0.tar.gz) = a015b62b9dbd4202888bae5f5e25a45792bb507a
+RMD160 (sarge-0.1.5.post0.tar.gz) = c09651802d6b06246aa24b10b090b71befbca67d
+SHA512 (sarge-0.1.5.post0.tar.gz) = b2bef7bc3d5b4f5540f77cd3ed26342106557498b556ffbcac6aa74e69b719bc2f132ebc6f99d6539c1ce539ca3c7c45bf0735960b8a25ea6237a4a1a8d65a72
+Size (sarge-0.1.5.post0.tar.gz) = 17860 bytes


Home | Main Index | Thread Index | Old Index