pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-defusedxml py-defusedxml: updated to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6511c63b8f24
branches:  trunk
changeset: 333048:6511c63b8f24
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 29 10:37:14 2019 +0000

description:
py-defusedxml: updated to 0.6.0

defusedxml 0.6.0
- Increase test coverage.
- Add badges to README.

defusedxml 0.6.0rc1
- Test on Python 3.7 stable and 3.8-dev
- Drop support for Python 3.4
- No longer pass *html* argument to XMLParse. It has been deprecated and
  ignored for a long time. The DefusedXMLParser still takes a html argument.
  A deprecation warning is issued when the argument is False and a TypeError
  when it's True.
- defusedxml now fails early when pyexpat stdlib module is not available or
  broken.
- defusedxml.ElementTree.__all__ now lists ParseError as public attribute.
- The defusedxml.ElementTree and defusedxml.cElementTree modules had a typo
  and used XMLParse instead of XMLParser as an alias for DefusedXMLParser.
  Both the old and fixed name are now available.

diffstat:

 textproc/py-defusedxml/Makefile |   4 ++--
 textproc/py-defusedxml/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a512612391de -r 6511c63b8f24 textproc/py-defusedxml/Makefile
--- a/textproc/py-defusedxml/Makefile   Mon Apr 29 10:35:04 2019 +0000
+++ b/textproc/py-defusedxml/Makefile   Mon Apr 29 10:37:14 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/29 10:37:14 adam Exp $
 
-DISTNAME=      defusedxml-0.5.0
+DISTNAME=      defusedxml-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python textproc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/defusedxml/}
diff -r a512612391de -r 6511c63b8f24 textproc/py-defusedxml/distinfo
--- a/textproc/py-defusedxml/distinfo   Mon Apr 29 10:35:04 2019 +0000
+++ b/textproc/py-defusedxml/distinfo   Mon Apr 29 10:37:14 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/04/14 21:15:51 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/04/29 10:37:14 adam Exp $
 
-SHA1 (defusedxml-0.5.0.tar.gz) = 70ff80a849bbc2e9241daa1debda9f43e7fbdff0
-RMD160 (defusedxml-0.5.0.tar.gz) = a2b4c114a3b191a73b795e6d5f475fc722ddf649
-SHA512 (defusedxml-0.5.0.tar.gz) = 71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452
-Size (defusedxml-0.5.0.tar.gz) = 60405 bytes
+SHA1 (defusedxml-0.6.0.tar.gz) = 0bba33cc1e6d59f8fc71ceb8d12ad951072ad122
+RMD160 (defusedxml-0.6.0.tar.gz) = f7833b302774bf32c68a4f3376cad9fcaef1a2ff
+SHA512 (defusedxml-0.6.0.tar.gz) = dd1313802cf8565fd319ef10af04075019d00cba557e6414b2a2762bd4302437a32c05cd8c9e4cec5310c68c6a95d2951acf1360244e7974d40bb3fe963b7226
+Size (defusedxml-0.6.0.tar.gz) = 62670 bytes



Home | Main Index | Thread Index | Old Index