pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-digitalocean py-digitalocean: fix invalid byte



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dff402dc996
branches:  trunk
changeset: 420059:4dff402dc996
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Dec 31 13:05:10 2019 +0000

description:
py-digitalocean: fix invalid byte

Bump revision

diffstat:

 net/py-digitalocean/Makefile                      |   3 ++-
 net/py-digitalocean/distinfo                      |   3 ++-
 net/py-digitalocean/patches/patch-DESCRIPTION.rst |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 0ddde1372ed8 -r 4dff402dc996 net/py-digitalocean/Makefile
--- a/net/py-digitalocean/Makefile      Tue Dec 31 12:54:41 2019 +0000
+++ b/net/py-digitalocean/Makefile      Tue Dec 31 13:05:10 2019 +0000
@@ -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/}
diff -r 0ddde1372ed8 -r 4dff402dc996 net/py-digitalocean/distinfo
--- a/net/py-digitalocean/distinfo      Tue Dec 31 12:54:41 2019 +0000
+++ b/net/py-digitalocean/distinfo      Tue Dec 31 13:05:10 2019 +0000
@@ -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
diff -r 0ddde1372ed8 -r 4dff402dc996 net/py-digitalocean/patches/patch-DESCRIPTION.rst
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-digitalocean/patches/patch-DESCRIPTION.rst Tue Dec 31 13:05:10 2019 +0000
@@ -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