Skip to content

Commit

Permalink
retext: Update to 8.0.2
Browse files Browse the repository at this point in the history
**Changelog:**
- Improvements and bugs fixed:
  - Fixed synchronized scrolling for zoom factors other than 1
  - Stopped passing `.desktop` suffix to `setDesktopFileName()`
  - Fix: Made `mdx_posmap` not break indented code blocks which use `pymdownx.superfences` extension.
  - Fixed crash when clicking on line information area.
- Translations updated for Basque, German, Korean and Ukrainian.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>
  • Loading branch information
algent-al committed Mar 16, 2024
1 parent a19a096 commit 5d5d7df
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 22 deletions.
6 changes: 6 additions & 0 deletions packages/r/retext/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 8915
rss: https://github.com/retext-project/retext/tags.atom
# Last checked: 20240316
security:
cpe: ~
19 changes: 10 additions & 9 deletions packages/r/retext/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : retext
version : 8.0.1
release : 19
version : 8.0.2
release : 20
source :
- https://github.com/retext-project/retext/archive/refs/tags/8.0.1.tar.gz : 8381672537b6f4dcb437a1d42aae55e87415bb6ef05d6dec33922a7fec368bcd
- https://github.com/retext-project/retext/archive/refs/tags/8.0.2.tar.gz : e40a1243767a9455870a86920f8ba4f35dff90d08bfe43da038a617136328d2b
homepage : https://github.com/retext-project/retext
license : GPL-2.0-or-later
component : editor
Expand All @@ -11,12 +11,13 @@ description: |
ReText is a simple but powerful editor for Markdown and reStructuredText markup languages. ReText is written in Python language and works on Linux and other POSIX-compatible platforms.
builddeps :
- pkgconfig(Qt6UiTools)
- pygments # check
- pymarkups # check
- python-chardet # check
- python-docutils # check
- python-qt6 # check
- xorg-server-xvfb # check
checkdeps :
- pygments
- pymarkups
- python-chardet
- python-docutils
- python-qt6
- xorg-server-xvfb
rundeps :
- pyenchant
- pygments
Expand Down
26 changes: 13 additions & 13 deletions packages/r/retext/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>retext</Name>
<Homepage>https://github.com/retext-project/retext</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>editor</PartOf>
Expand All @@ -21,12 +21,12 @@
<PartOf>editor</PartOf>
<Files>
<Path fileType="executable">/usr/bin/retext</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.1-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.1-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.1-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.1-py3.11.egg-info/entry_points.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.1-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.1-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/entry_points.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText-8.0.2-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/ReText/__pycache__/__init__.cpython-311.pyc</Path>
Expand Down Expand Up @@ -103,12 +103,12 @@
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-02-16</Date>
<Version>8.0.1</Version>
<Update release="20">
<Date>2024-03-16</Date>
<Version>8.0.2</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 5d5d7df

Please sign in to comment.