CVS log for pkgsrc/www/py-draftjs_exporter/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / py-draftjs_exporter
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 21 05:44:43 2025 UTC (4 days, 2 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3
lines
py-draftjs_exporter: updated to 5.1.0
5.1.0
Added
- Formalize support for Python 3.12 and 3.13, with tentative support for Python 3.14.
- Add support for lxml v5 with the `draftjs_exporter[lxml]` extra.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 14 18:56:05 2025 UTC (10 days, 13 hours ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:21 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 9 11:57:57 2024 UTC (14 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -4
lines
py-draftjs_exporter: updated to 5.0.0
v5.0.0
Added
- Add tentative support for Python 3.11.
- Add new "string_compat" engine for maximum output stability, with identical output to its first release. To use it, set the `engine` property to `'engine': DOM.STRING_COMPAT,`
Removed
- Remove support for Python 3.6.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:24 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 6 19:55:31 2021 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
py-draftjs_exporter: updated to 4.1.2
v4.1.2
Changed
- Add tentative support for Python 3.10.
- Stop using `extras_require` for development-only dependencies.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 30 05:34:28 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -11
lines
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
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 27 12:24:17 2020 UTC (4 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
No Python 2.7 support
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 23:57:49 2020 UTC (4 years, 8 months ago) by joerg
Branches: MAIN
Add py-draftjs_exporter-4.1.0:
Draft.js is a rich text editor framework for React. Its approach is
different from most rich text editors because it does not store data as
HTML, but rather in its own representation called ContentState. This
exporter is useful when the ContentState to HTML conversion has to be
done in a Python ecosystem.
CVSweb <webmaster@jp.NetBSD.org>