Re: [UPDATE] net/gpodder-3.10.11 -> 3.10.13

2020-02-11 Thread Benoit Lecocq




On 11/02/2020 02:39, TronDD wrote:

On Mon Feb 3, 2020 at 9:11 PM, TronDD wrote:

Simple update to gPodder 3.10.13


Improvements


#684 added subtitle to the tagging extension
#704 save position and size for preferences and editcfg windows
#724 Save episode column sorting and position
#717 quieter youtube-dl
#718 Add episode menu option to download with youtube-dl extension
#723 get duration for youtube episodes
#725 Fix youtube live stream detection
macOS: switch to gpodder-osx-bundle base-5.0.1 (pipenv based)


Bug fixes


#681 "Change delete lock" only unlocks an episode
#702 on_podcast_delete method is passed incorrect object
#703 The GtkNotebook in the preferences dialog doesn't resize
#716 Possible channel tooltip coordinate bug
#715 use box instead of table to fix size of channel tooltips
#686 add YouTube channel not working with YouTube DL extension
activated on Windows
#714 Youtube download fail when preferred formats aren't available
#711 [youtube] support player_response.streamingData.formats
#728 Fix icon for deleted episode


fix #737 tagging extension broken in 3.10.12


Tim.
(Sending with the mail/aerc port, so we'll see how it goes.)




Poke.


Committed, thanks !



Index: Makefile
===
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile 6 Nov 2019 12:04:52 - 1.22
+++ Makefile 4 Feb 2020 01:54:14 -
@@ -2,7 +2,7 @@
  
COMMENT= media aggregator and podcast client
  
-MODPY_EGG_VERSION= 3.10.11

+MODPY_EGG_VERSION= 3.10.13
  
GH_ACCOUNT= gpodder

GH_PROJECT= gpodder
Index: distinfo
===
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo 6 Nov 2019 12:04:52 - 1.10
+++ distinfo 4 Feb 2020 01:54:14 -
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.10.11.tar.gz) =
6qWwt0ugBpk0Lb8xfVLxxOUtd7cxP8kUTNAe6mizFMw=
-SIZE (gpodder-3.10.11.tar.gz) = 1040876
+SHA256 (gpodder-3.10.13.tar.gz) =
r7jdKxec+KoddXUdSlNMfUXmUuWi0ZVAVRrI0RUM0CA=
+SIZE (gpodder-3.10.13.tar.gz) = 1044074





Re: [UPDATE] net/gpodder-3.10.11 -> 3.10.13

2020-02-10 Thread TronDD
On Mon Feb 3, 2020 at 9:11 PM, TronDD wrote:
> Simple update to gPodder 3.10.13
>
> 
> Improvements
>
> 
> #684 added subtitle to the tagging extension
> #704 save position and size for preferences and editcfg windows
> #724 Save episode column sorting and position
> #717 quieter youtube-dl
> #718 Add episode menu option to download with youtube-dl extension
> #723 get duration for youtube episodes
> #725 Fix youtube live stream detection
> macOS: switch to gpodder-osx-bundle base-5.0.1 (pipenv based)
>
> 
> Bug fixes
>
> 
> #681 "Change delete lock" only unlocks an episode
> #702 on_podcast_delete method is passed incorrect object
> #703 The GtkNotebook in the preferences dialog doesn't resize
> #716 Possible channel tooltip coordinate bug
> #715 use box instead of table to fix size of channel tooltips
> #686 add YouTube channel not working with YouTube DL extension
> activated on Windows
> #714 Youtube download fail when preferred formats aren't available
> #711 [youtube] support player_response.streamingData.formats
> #728 Fix icon for deleted episode
>
> 
> fix #737 tagging extension broken in 3.10.12
>
> 
> Tim.
> (Sending with the mail/aerc port, so we'll see how it goes.)
>
> 

Poke.


Index: Makefile
===
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile 6 Nov 2019 12:04:52 - 1.22
+++ Makefile 4 Feb 2020 01:54:14 -
@@ -2,7 +2,7 @@
 
COMMENT= media aggregator and podcast client
 
-MODPY_EGG_VERSION= 3.10.11
+MODPY_EGG_VERSION= 3.10.13
 
GH_ACCOUNT= gpodder
GH_PROJECT= gpodder
Index: distinfo
===
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo 6 Nov 2019 12:04:52 - 1.10
+++ distinfo 4 Feb 2020 01:54:14 -
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.10.11.tar.gz) =
6qWwt0ugBpk0Lb8xfVLxxOUtd7cxP8kUTNAe6mizFMw=
-SIZE (gpodder-3.10.11.tar.gz) = 1040876
+SHA256 (gpodder-3.10.13.tar.gz) =
r7jdKxec+KoddXUdSlNMfUXmUuWi0ZVAVRrI0RUM0CA=
+SIZE (gpodder-3.10.13.tar.gz) = 1044074



[UPDATE] net/gpodder-3.10.11 -> 3.10.13

2020-02-03 Thread TronDD
Simple update to gPodder 3.10.13

Improvements

#684 added subtitle to the tagging extension
#704 save position and size for preferences and editcfg windows
#724 Save episode column sorting and position
#717 quieter youtube-dl
#718 Add episode menu option to download with youtube-dl extension
#723 get duration for youtube episodes
#725 Fix youtube live stream detection
macOS: switch to gpodder-osx-bundle base-5.0.1 (pipenv based)

Bug fixes

#681 "Change delete lock" only unlocks an episode
#702 on_podcast_delete method is passed incorrect object
#703 The GtkNotebook in the preferences dialog doesn't resize
#716 Possible channel tooltip coordinate bug
#715 use box instead of table to fix size of channel tooltips
#686 add YouTube channel not working with YouTube DL extension
 activated on Windows
#714 Youtube download fail when preferred formats aren't available
#711 [youtube] support player_response.streamingData.formats
#728 Fix icon for deleted episode

fix #737 tagging extension broken in 3.10.12

Tim.
(Sending with the mail/aerc port, so we'll see how it goes.)

Index: Makefile
===
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile6 Nov 2019 12:04:52 -   1.22
+++ Makefile4 Feb 2020 01:54:14 -
@@ -2,7 +2,7 @@
 
 COMMENT=   media aggregator and podcast client
 
-MODPY_EGG_VERSION= 3.10.11
+MODPY_EGG_VERSION= 3.10.13
 
 GH_ACCOUNT=gpodder
 GH_PROJECT=gpodder
Index: distinfo
===
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo6 Nov 2019 12:04:52 -   1.10
+++ distinfo4 Feb 2020 01:54:14 -
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.10.11.tar.gz) = 6qWwt0ugBpk0Lb8xfVLxxOUtd7cxP8kUTNAe6mizFMw=
-SIZE (gpodder-3.10.11.tar.gz) = 1040876
+SHA256 (gpodder-3.10.13.tar.gz) = r7jdKxec+KoddXUdSlNMfUXmUuWi0ZVAVRrI0RUM0CA=
+SIZE (gpodder-3.10.13.tar.gz) = 1044074