pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xmltodict Remove non-ASCII characters for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce07c1897961
branches:  trunk
changeset: 419572:ce07c1897961
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 21 23:47:39 2019 +0000

description:
Remove non-ASCII characters for Python 3.6.

diffstat:

 textproc/py-xmltodict/distinfo                |   3 +-
 textproc/py-xmltodict/patches/patch-README.md |  33 +++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 5c1ee0830c5c -r ce07c1897961 textproc/py-xmltodict/distinfo
--- a/textproc/py-xmltodict/distinfo    Sat Dec 21 23:46:41 2019 +0000
+++ b/textproc/py-xmltodict/distinfo    Sat Dec 21 23:47:39 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2019/02/12 16:36:12 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/12/21 23:47:39 joerg Exp $
 
 SHA1 (xmltodict-0.12.0.tar.gz) = a213e9e4dc1dfe55f90ed0c4aa0131df0ecf5869
 RMD160 (xmltodict-0.12.0.tar.gz) = 937e519c77a0289eea28c646179be0e1e785d853
 SHA512 (xmltodict-0.12.0.tar.gz) = 1ec3de3ebd05adbe032ca569a71048e72097c0f5fc864b63f168d661f72d13d0981e6e62bb9ca2ffe925a3b2f7c2fb90a44177427d4bdf68137842342a9cd2c8
 Size (xmltodict-0.12.0.tar.gz) = 18481 bytes
+SHA1 (patch-README.md) = bf8f116f5004661ab54e05744f37f169722950c7
diff -r 5c1ee0830c5c -r ce07c1897961 textproc/py-xmltodict/patches/patch-README.md
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-xmltodict/patches/patch-README.md     Sat Dec 21 23:47:39 2019 +0000
@@ -0,0 +1,33 @@
+$NetBSD: patch-README.md,v 1.1 2019/12/21 23:47:39 joerg Exp $
+
+Drop non-ASCII input
+
+--- README.md.orig     2019-12-21 21:31:20.863530649 +0000
++++ README.md
+@@ -86,7 +86,7 @@ True
+ >>> xmltodict.parse(GzipFile('discogs_artists.xml.gz'),
+ ...     item_depth=2, item_callback=handle_artist)
+ A Perfect Circle
+-Fantômas
++Fantomas
+ King Crimson
+ Chris Potter
+ ...
+@@ -173,7 +173,7 @@ You just need to
+ $ pip install xmltodict
+ ```
+ 
+-### RPM-based distro (Fedora, RHEL, â?¦)
++### RPM-based distro (Fedora, RHEL)
+ 
+ There is an [official Fedora package for xmltodict](https://apps.fedoraproject.org/packages/python-xmltodict).
+ 
+@@ -189,7 +189,7 @@ There is an [official Arch Linux package
+ $ sudo pacman -S python-xmltodict
+ ```
+ 
+-### Debian-based distro (Debian, Ubuntu, â?¦)
++### Debian-based distro (Debian, Ubuntu)
+ 
+ There is an [official Debian package for xmltodict](https://tracker.debian.org/pkg/python-xmltodict).
+ 



Home | Main Index | Thread Index | Old Index