Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jxmlease py-jxmlease: updated to 1.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3d359971443
branches:  trunk
changeset: 435570:c3d359971443
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 09 13:24:53 2020 +0000

description:
py-jxmlease: updated to 1.0.3

Release 1.0.3

Bugs Fixed

Handling array of empty nodes
XML response replaces first child of series with duplicate of last child in series

diffstat:

 textproc/py-jxmlease/Makefile |  11 +++++------
 textproc/py-jxmlease/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r 5cd67e557402 -r c3d359971443 textproc/py-jxmlease/Makefile
--- a/textproc/py-jxmlease/Makefile     Thu Jul 09 13:22:39 2020 +0000
+++ b/textproc/py-jxmlease/Makefile     Thu Jul 09 13:24:53 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/07 10:23:16 he Exp $
-#
+# $NetBSD: Makefile,v 1.3 2020/07/09 13:24:53 adam Exp $
 
-DISTNAME=      jxmlease-1.0.1
+DISTNAME=      jxmlease-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    textproc
+CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jxmlease/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,9 +10,9 @@
 COMMENT=       Module for converting XML to Python data structures
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 
-DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5cd67e557402 -r c3d359971443 textproc/py-jxmlease/distinfo
--- a/textproc/py-jxmlease/distinfo     Thu Jul 09 13:22:39 2020 +0000
+++ b/textproc/py-jxmlease/distinfo     Thu Jul 09 13:24:53 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/07 09:53:42 he Exp $
+$NetBSD: distinfo,v 1.2 2020/07/09 13:24:53 adam Exp $
 
-SHA1 (jxmlease-1.0.1.tar.gz) = 39468bea77b1197f5df80e4460654436b2d11c89
-RMD160 (jxmlease-1.0.1.tar.gz) = ccb2ba0177803e3887fb68cce6b23c34941158ae
-SHA512 (jxmlease-1.0.1.tar.gz) = 2915ddfddebe804fcd71d43752e2a32cc7795e83147d412a71fc7d1e6ff5a6c4638101c53579289c69c41b1f0da9afb90ac0287c46db47d8b20f345a1a456ed6
-Size (jxmlease-1.0.1.tar.gz) = 49228 bytes
+SHA1 (jxmlease-1.0.3.tar.gz) = 023591aa415c72c6f7eb94edb63de6476088c01b
+RMD160 (jxmlease-1.0.3.tar.gz) = 87481a6931db7227c187f345fac925ea2805d548
+SHA512 (jxmlease-1.0.3.tar.gz) = e7789c93be6b47de2549d6f2265f2f555732a691056f9f83af55cb4d11db3d4fc4f01355feff514eddd9e2c909b576150cff5430e5c302e6b210e3f1e260f496
+Size (jxmlease-1.0.3.tar.gz) = 50912 bytes



Home | Main Index | Thread Index | Old Index