Hi,
Please find attached an update for Mnemosyne 2.8.
I tested the application GUI, web server and sync server; ran
update-plist and portcheck.
Here is the Changelog:
Mnemosyne 2.8 : 2021-06-28
- Added an option to stop showing cards as soon as they reach a certain
number of successful retention reps. This makes sure that your review load
does not keep increasing over the years.
- The card browser now also shows the number of learning and review reps
since the last lapse.
- Making storing of client sync password optional. Warn that the client
stores
the password in plain text. The server now stores a password hash (patch
by J5lx).
- Make sure that Mnemosyne is associated with its icon under Wayland (patch
by J5lx).
- Fix error when using the sync server and the web server at the same time
(patch by Gregoire Jadi).
- Improve Python 3.9 compatibility (patch by Julien Puydt).
Best,
diff --git games/mnemosyne/Makefile games/mnemosyne/Makefile
index 191fc9b33f0..43531b20aca 100644
--- games/mnemosyne/Makefile
+++ games/mnemosyne/Makefile
@@ -2,7 +2,7 @@
COMMENT= flash-card tool which optimises your learning process
-MODPY_EGG_VERSION = 2.7.3
+MODPY_EGG_VERSION = 2.8
DISTNAME= Mnemosyne-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:L}
CATEGORIES= games education
@@ -29,6 +29,7 @@ RUN_DEPENDS= x11/py-qt5${MODPY_FLAVOR}>=5.6 \
graphics/py-matplotlib${MODPY_FLAVOR} \
www/py-cheroot${MODPY_FLAVOR}>=5 \
www/py-webob${MODPY_FLAVOR}>=1.4 \
+ security/py-argon2-cffi${MODPY_FLAVORS} \
devel/desktop-file-utils
NO_TEST= Yes
diff --git games/mnemosyne/distinfo games/mnemosyne/distinfo
index 82d554909ac..702500b239d 100644
--- games/mnemosyne/distinfo
+++ games/mnemosyne/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Mnemosyne-2.7.3.tar.gz) = COA+dQ1S23H2OkLsxxtuW78UzM11vcO9kP3bmvbiyAg=
-SIZE (Mnemosyne-2.7.3.tar.gz) = 1284741
+SHA256 (Mnemosyne-2.8.tar.gz) = Y5Sa1LRBiFAZFaBGXzLTygZmmMWPhsRs8xlvnWAfaQA=
+SIZE (Mnemosyne-2.8.tar.gz) = 1307108
--
gjadi
PGP : AF26 E9C2 A1C8 8D32 A868 4386 1373 5477 2B65 1894