pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-digitalocean
Module Name: pkgsrc
Committed By: triaxx
Date: Tue Dec 31 13:05:10 UTC 2019
Modified Files:
pkgsrc/net/py-digitalocean: Makefile distinfo
Added Files:
pkgsrc/net/py-digitalocean/patches: patch-DESCRIPTION.rst
Log Message:
py-digitalocean: fix invalid byte
Bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-digitalocean/Makefile \
pkgsrc/net/py-digitalocean/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/py-digitalocean/patches/patch-DESCRIPTION.rst
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-digitalocean/Makefile
diff -u pkgsrc/net/py-digitalocean/Makefile:1.1 pkgsrc/net/py-digitalocean/Makefile:1.2
--- pkgsrc/net/py-digitalocean/Makefile:1.1 Mon Dec 30 19:25:02 2019
+++ pkgsrc/net/py-digitalocean/Makefile Tue Dec 31 13:05:10 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/12/30 19:25:02 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/31 13:05:10 triaxx Exp $
DISTNAME= python-digitalocean-1.14.0
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_GITHUB:=koalalorenzo/}
Index: pkgsrc/net/py-digitalocean/distinfo
diff -u pkgsrc/net/py-digitalocean/distinfo:1.1 pkgsrc/net/py-digitalocean/distinfo:1.2
--- pkgsrc/net/py-digitalocean/distinfo:1.1 Mon Dec 30 19:25:02 2019
+++ pkgsrc/net/py-digitalocean/distinfo Tue Dec 31 13:05:10 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/30 19:25:02 triaxx Exp $
+$NetBSD: distinfo,v 1.2 2019/12/31 13:05:10 triaxx Exp $
SHA1 (python-digitalocean-1.14.0.tar.gz) = ec1d51ee9f569405e147a62eab6f88d08775ed0d
RMD160 (python-digitalocean-1.14.0.tar.gz) = 91c14977438af01043f317b4f3eaa330b6e2d512
SHA512 (python-digitalocean-1.14.0.tar.gz) = 821116dfdfa2191af409f3433d1edee4b6d2f97700b1b8ba6d7ca1cd6e38dd555e8dcf83e0b631d1a4e958abd0e989e3001d774916f94b2244a9d9f6bcffbf4e
Size (python-digitalocean-1.14.0.tar.gz) = 50405 bytes
+SHA1 (patch-DESCRIPTION.rst) = 0d74aec943a63da60b1060e2b94317d43a3463a6
Added files:
Index: pkgsrc/net/py-digitalocean/patches/patch-DESCRIPTION.rst
diff -u /dev/null pkgsrc/net/py-digitalocean/patches/patch-DESCRIPTION.rst:1.1
--- /dev/null Tue Dec 31 13:05:10 2019
+++ pkgsrc/net/py-digitalocean/patches/patch-DESCRIPTION.rst Tue Dec 31 13:05:10 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-DESCRIPTION.rst,v 1.1 2019/12/31 13:05:10 triaxx Exp $
+
+Remove 0xc2 byte that Python 3.6 cannot decode.
+
+--- DESCRIPTION.rst.orig 2018-10-25 19:41:40.000000000 +0000
++++ DESCRIPTION.rst
+@@ -43,7 +43,7 @@ digitalocean.com APIs, such as:
+ - Enable/Disable automatic Backups
+ - Restore root password of a Droplet
+
+- Examples
++Examples
+ ---------
+
+ Listing the droplets
Home |
Main Index |
Thread Index |
Old Index