From 219e8dc7eb68c70209350d76a7c29a6d4da64061 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Thu, 11 Feb 2021 03:42:44 +0000 Subject: retext: update to 7.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## ReText 7.2.0 (2021-02-08) * Dependency changes: - Python ≥ 3.6 is now required. - Qt and PyQt ≥ 5.11 are now required. * General improvements: - Added ability to show a side panel with directory tree (contributed by Xavier Gouchet in #531). - Added support for searching in the preview mode. - When some text is selected and a quote, bracket or emphasis key is pressed, the text is surrounded rather than replaced (contributed by Daniel Venturini in #520). - Added an option to fully highlight wrapped lines (contributed by nihillum in #523). - Improved current line highlighting for right-to-left text layout. - Ordered list behavior can now be configured to repeat or increment the list item number (contributed by Binokkio in #527). - Added mnemonics to open the menus from keyboard (contributed by David Hebbeker in #528). - Added Apply button to the Preferences dialog (contributed by Amos Kong in #543). - Removed use of deprecated Python, Python-Markdown, Qt and PyQt API. * Bugs fixed: - Issue #507 — Improved the error message when trying to build ReText as a wheel package. - Issue #529 — Markup that intersects with code blocks is no longer highlighted. - PR #530 — Preview is no longer updated when it is not shown (contributed by rhn in #530). - Issue #533 — Fixed showing local images with Qt WebEngine 5.15. * Translations updated: - Arabic (contributed by ZamanOof). - Chinese (China) (contributed by liulitchi). - Dutch (contributed by Heimen Stoffels). - Japanese (contributed by YAMADA Shinichirou). - Persian (contributed by Hadi F). - Polish (contributed by Maciej Haudek). - Russian. - Spanish (contributed by Félix Fischer). - Swedish (contributed by Philip Andersen). --- editors/retext/Makefile | 5 ++--- editors/retext/PLIST | 4 +++- editors/retext/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'editors') diff --git a/editors/retext/Makefile b/editors/retext/Makefile index 08f53f7451f..a383f55c400 100644 --- a/editors/retext/Makefile +++ b/editors/retext/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/12/04 20:45:16 nia Exp $ +# $NetBSD: Makefile,v 1.5 2021/02/11 03:42:44 gutteridge Exp $ -VERSION= 7.1.0 +VERSION= 7.2.0 DISTNAME= ReText-${VERSION} PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/} diff --git a/editors/retext/PLIST b/editors/retext/PLIST index 2da1cf404d3..1e004c011c6 100644 --- a/editors/retext/PLIST +++ b/editors/retext/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/04/06 00:08:07 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/02/11 03:42:44 gutteridge Exp $ bin/retext ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -95,6 +95,7 @@ share/retext/icons/system-file-manager.png share/retext/icons/text-html.png share/retext/icons/view-fullscreen.png share/retext/icons/x-office-document.png +share/retext/locale/retext_ar.qm share/retext/locale/retext_ca.qm share/retext/locale/retext_cs.qm share/retext/locale/retext_cy.qm @@ -104,6 +105,7 @@ share/retext/locale/retext_es.qm share/retext/locale/retext_es_CO.qm share/retext/locale/retext_et.qm share/retext/locale/retext_eu.qm +share/retext/locale/retext_fa.qm share/retext/locale/retext_fi.qm share/retext/locale/retext_fr.qm share/retext/locale/retext_hr.qm diff --git a/editors/retext/distinfo b/editors/retext/distinfo index a2edf77a216..693e58a4109 100644 --- a/editors/retext/distinfo +++ b/editors/retext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/04/06 00:08:07 gutteridge Exp $ +$NetBSD: distinfo,v 1.3 2021/02/11 03:42:44 gutteridge Exp $ -SHA1 (ReText-7.1.0.tar.gz) = b61cae271f8270e8964090771dfd8684095e0b99 -RMD160 (ReText-7.1.0.tar.gz) = 8026437693b65baf47824e43cc22788ff1ffa5a6 -SHA512 (ReText-7.1.0.tar.gz) = 92333f31f7a57440d642246ed30156384285bb44640a0d6e7654e82749681893eaef3cb16e41fa2d7b618aa59f1ea8cb07d431736b00f35cb9130d7294e3d105 -Size (ReText-7.1.0.tar.gz) = 484989 bytes +SHA1 (ReText-7.2.0.tar.gz) = f58cdf88c4804de51822f5864830b80652cb4827 +RMD160 (ReText-7.2.0.tar.gz) = e904a6bd2a855cf28eafd068484d18568731777e +SHA512 (ReText-7.2.0.tar.gz) = ed1cb0088fcd3f1cba96bb07137766c6ae8177e8c9a91f22334ef2f949b58792e03f0b5022d9ef71bfb611b7969c651b4c7920f48ed8e1ad07caff2f69c85a35 +Size (ReText-7.2.0.tar.gz) = 516895 bytes -- cgit v1.2.3