Wed Sep 30 05:34:29 2020 UTC ()
py-draftjs_exporter: updated to 4.1.1

v4.1.1:
- Add support for Python 3.9
- Update html5lib upper bound, now defined as `html5lib>=0.999,<2`, to ensure compatibility with Python 3.10


(adam)
diff -r1.2 -r1.3 pkgsrc/www/py-draftjs_exporter/Makefile
diff -r1.1 -r1.2 pkgsrc/www/py-draftjs_exporter/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/www/py-draftjs_exporter/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-draftjs_exporter/Makefile 2020/08/27 12:24:17 1.2
+++ pkgsrc/www/py-draftjs_exporter/Makefile 2020/09/30 05:34:28 1.3
@@ -1,25 +1,22 @@ @@ -1,25 +1,22 @@
1# $NetBSD: Makefile,v 1.2 2020/08/27 12:24:17 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2020/09/30 05:34:28 adam Exp $
2 2
3DISTNAME= draftjs_exporter-4.1.0 3DISTNAME= draftjs_exporter-4.1.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_GITHUB:=springload/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/draftjs-exporter/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/springload/draftjs_exporter 9HOMEPAGE= https://github.com/springload/draftjs_exporter
10COMMENT= Library to convert Draft.js raw ContentState to HTML 10COMMENT= Library to convert Draft.js raw ContentState to HTML
11LICENSE= mit 11LICENSE= mit
12 12
13GITHUB_PROJECT= draftjs_exporter 13DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.4.1:../../www/py-beautifulsoup4
14GITHUB_TAG= v${PKGVERSION_NOREV} 14DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999:../../textproc/py-html5lib
15 15DEPENDS+= ${PYPKGPREFIX}-lxml>=4.2.0:../../textproc/py-lxml
16PYTHON_VERSIONS_INCOMPATIBLE+= 27 
17 
18DEPENDS+= ${PYPKGPREFIX}-lxml>=4.2.0<5:../../textproc/py-lxml 
19DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.4<4.9.2:../../www/py-beautifulsoup4 
20DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999<1.0.2:../../textproc/py-html5lib 
21 16
22USE_LANGUAGES= # none 17USE_LANGUAGES= # none
23 18
 19PYTHON_VERSIONS_INCOMPATIBLE+= 27
 20
24.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
25.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/py-draftjs_exporter/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-draftjs_exporter/distinfo 2020/08/03 23:57:49 1.1
+++ pkgsrc/www/py-draftjs_exporter/distinfo 2020/09/30 05:34:28 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2020/08/03 23:57:49 joerg Exp $ 1$NetBSD: distinfo,v 1.2 2020/09/30 05:34:28 adam Exp $
2 2
3SHA1 (draftjs_exporter-4.1.0.tar.gz) = 01aab07cad1d6fdf577cc0a2805e8688ed60198e 3SHA1 (draftjs_exporter-4.1.1.tar.gz) = ce88998b11392f6ed5ff4460ea2a247067714c0f
4RMD160 (draftjs_exporter-4.1.0.tar.gz) = 951be4c598e42b3d307ef15f69ab10117462a922 4RMD160 (draftjs_exporter-4.1.1.tar.gz) = 2141a6233c0be7329e51cd7f027b6eab655922a5
5SHA512 (draftjs_exporter-4.1.0.tar.gz) = 6adfef658daa4fea15757985d31f941adf3c5b8ef4a26ffbc305a03dedd638defb6dd9397e70e048effa512e3f7eac3171f0d45f26350b7af8129added1ee926 5SHA512 (draftjs_exporter-4.1.1.tar.gz) = 87c4ff768eebf9964365217ac11cbbdc893a9d85e8269d29f0b71537a7aa238da2c3a47433c685ac7c34b205b3f0a2220ffb5b6704845d96f32a5d2e85ac1b13
6Size (draftjs_exporter-4.1.0.tar.gz) = 64037 bytes 6Size (draftjs_exporter-4.1.1.tar.gz) = 33489 bytes