Accepting request 850128 from devel:languages:perl:autoupdate

- updated to 0.51
   see /usr/share/doc/packages/perl-MediaWiki-API/Changes
  0.51    2020-11-22
          Minor packaging changes
  0.50    2020-11-22
          Rework and simplify the token code using the newer MW 1.24+ api.php?action=query&meta=tokens call.
          Use a token by default for the login function (by just calling edit with action=login).
          Updated Wikipedia URLs in examples to https://
          Remove "Purge" from get_actions as it requires a POST method.
          Updated TestWiki / ExoticA URLs to https://
          Thanks to Nataraj for the Wikipedia URL changes and Sebastian for the Purge info.

OBS-URL: https://build.opensuse.org/request/show/850128
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=11
This commit is contained in:
2020-11-24 10:50:21 +00:00
committed by Git OBS Bridge
parent 3543298b44
commit 41f32f16eb
4 changed files with 34 additions and 16 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 23 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.51
see /usr/share/doc/packages/perl-MediaWiki-API/Changes
0.51 2020-11-22
Minor packaging changes
0.50 2020-11-22
Rework and simplify the token code using the newer MW 1.24+ api.php?action=query&meta=tokens call.
Use a token by default for the login function (by just calling edit with action=login).
Updated Wikipedia URLs in examples to https://
Remove "Purge" from get_actions as it requires a POST method.
Updated TestWiki / ExoticA URLs to https://
Thanks to Nataraj for the Wikipedia URL changes and Sebastian for the Purge info.
-------------------------------------------------------------------
Sat Nov 14 09:57:04 UTC 2015 - coolo@suse.com