pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/retext



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 11 03:42:44 UTC 2021

Modified Files:
        pkgsrc/editors/retext: Makefile PLIST distinfo

Log Message:
retext: update to 7.2.0

## 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).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/retext/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/retext/PLIST \
    pkgsrc/editors/retext/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/retext/Makefile
diff -u pkgsrc/editors/retext/Makefile:1.4 pkgsrc/editors/retext/Makefile:1.5
--- pkgsrc/editors/retext/Makefile:1.4  Fri Dec  4 20:45:16 2020
+++ pkgsrc/editors/retext/Makefile      Thu Feb 11 03:42:44 2021
@@ -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/}
 

Index: pkgsrc/editors/retext/PLIST
diff -u pkgsrc/editors/retext/PLIST:1.2 pkgsrc/editors/retext/PLIST:1.3
--- pkgsrc/editors/retext/PLIST:1.2     Mon Apr  6 00:08:07 2020
+++ pkgsrc/editors/retext/PLIST Thu Feb 11 03:42:44 2021
@@ -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.p
 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
Index: pkgsrc/editors/retext/distinfo
diff -u pkgsrc/editors/retext/distinfo:1.2 pkgsrc/editors/retext/distinfo:1.3
--- pkgsrc/editors/retext/distinfo:1.2  Mon Apr  6 00:08:07 2020
+++ pkgsrc/editors/retext/distinfo      Thu Feb 11 03:42:44 2021
@@ -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



Home | Main Index | Thread Index | Old Index