Post release re-submission.  Tested against a recent snapshot and the
newest textproc/py-podcastparser (also subitted).

Improvements

    #1071 narrow channel dialog
    add Strawberry player to the enqueue extension
    skip non-integer youtube formats
    use util.urlopen instead of requests.get for youtube
    save and restore channel dialog state

Bug fixes

    #1065 prevent soundcloud from downloading existing episodes on each update
    #1073 fix native youtube support in Europe by automatically accepting GDPR 
consent form
    #1084 fix native youtube support by trying new endpoint before old endpoint
    #1095 fix links in About dialog on platforms without gvfs
    fix 'msgid' format string with unnamed arguments cannot be properly 
localized warning
    fix DRM content detection for youtube episodes
    fix "gpo sync" failure
    fix soundcloud API change when adding new channels

Tim.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    28 Jun 2021 07:26:05 -0000      1.29
+++ Makefile    3 Oct 2021 20:35:14 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               media aggregator and podcast client
 
-MODPY_EGG_VERSION=     3.10.20
+MODPY_EGG_VERSION=     3.10.21
 
 GH_ACCOUNT=            gpodder
 GH_PROJECT=            gpodder
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    28 Jun 2021 07:26:05 -0000      1.14
+++ distinfo    3 Oct 2021 20:35:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.10.20.tar.gz) = mU9/BKMcaPs0ea0ADU6a8sDYyvAsFh7eccfCzUubyAQ=
-SIZE (gpodder-3.10.20.tar.gz) = 1081171
+SHA256 (gpodder-3.10.21.tar.gz) = AU5hneZNPj3ISTkpr4AHs8rwndd+FTv3ePFwjVWUaHg=
+SIZE (gpodder-3.10.21.tar.gz) = 1105520
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/gpodder/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   28 Jun 2021 07:26:05 -0000      1.13
+++ pkg/PLIST   3 Oct 2021 20:35:14 -0000
@@ -334,6 +334,7 @@ share/locale/pt/LC_MESSAGES/gpodder.mo
 share/locale/pt_BR/LC_MESSAGES/gpodder.mo
 share/locale/ro/LC_MESSAGES/gpodder.mo
 share/locale/ru/LC_MESSAGES/gpodder.mo
+share/locale/sk/LC_MESSAGES/gpodder.mo
 share/locale/sv/LC_MESSAGES/gpodder.mo
 share/locale/tr/LC_MESSAGES/gpodder.mo
 share/locale/uk/LC_MESSAGES/gpodder.mo

Reply via email to