14 Commits

Author SHA256 Message Date
4e2816b81f Add Gitea build results 2025-08-12 18:15:24 +02:00
dce5f83a5e Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=13
2024-07-24 20:32:58 +00:00
f22c9aca9d Accepting request 850925 from devel:languages:perl:autoupdate
- updated to 0.52
   see /usr/share/doc/packages/perl-MediaWiki-API/Changes
  0.52    2020-11-25
          Fix version number in POD.

OBS-URL: https://build.opensuse.org/request/show/850925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=12
2020-11-26 08:53:43 +00:00
41f32f16eb 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
2020-11-24 10:50:21 +00:00
Stephan Kulow
3543298b44 Accepting request 344336 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/344336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=10
2015-11-14 10:57:23 +00:00
Stephan Kulow
2ffb0070d6 Accepting request 297609 from devel:languages:perl:autoupdate
- updated to 0.40
   see /usr/share/doc/packages/perl-MediaWiki-API/Changes
  0.40    2014-09-13
          Apologies for the lack of updates and the speed to implement some fixes but I have been busy on other projects.
          Edit token code has been reworked somewhat to make it simpler, and a bugfix applied for an issue with downloading
          images over https using the buildin Download() function.
  
  0.39    2012-05-20
          Added automatic support for handling tokens in the MediaWiki::API->Edit function for (Un)watch, Send e-mail
          and Patrol changes. (Un)watch already worked but wasn't documented.
  
  0.38    2012-05-19
          Allow the actions the API supports with an http GET request to be configurable.
          MediaWiki::API->{config}->{get_actions} defaults to { 'query' => 1, 'logout' => 1, purge' => 1, 'paraminfo' => 1 }
          but can be added to/ammended as needed for any extensions that add additional functions to the API that support
          a GET request.
          
          Make the version of Test::More required to be 0.98 to avoid an issue with older versions missing functionality
          (eg. on centos 5.x).
  
  0.37    2011-08-10
          The MediaWiki::API->Edit call was not getting a token correctly for an import action. Thanks to Mike Lifeguard
          for the report.
  
  0.36    2011-08-07
          Since 1.16 MediaWiki now supports uploading files via the API, we no longer need to post directly to
          Special:Upload. Although now the MediaWiki::API->Upload function will use the api to upload if using a
          recent mediawiki, it has also been deprecated, as uploads can be done directly via the MediaWiki::API->API
          call, or if you prefer MediaWiki::API->Edit (where it will automatically get a token for you). Thanks to
          Jeremy Muhlich for the original patch. Some details about uploading files via the API / Edit calls can be

OBS-URL: https://build.opensuse.org/request/show/297609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=9
2015-04-17 09:43:45 +00:00
Stephan Kulow
8d41a6051e OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=8 2011-11-11 11:19:54 +00:00
Stephan Kulow
8881dd8f37 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=7
2010-12-03 14:42:29 +00:00
Stephan Kulow
7c1d34b64c siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=6
2010-12-01 13:49:25 +00:00
Stephan Kulow
5f477bf4f9 - remove /var/adm/perl-modules
- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=5
2010-11-29 18:57:14 +00:00
Pascal Bleser
5833d7303d 0.35
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=4
2010-08-30 05:27:56 +00:00
Pascal Bleser
dc0989e54e 0.34
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=3
2010-07-26 12:14:07 +00:00
9307853cd4 fixed a bit
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=2
2010-06-16 09:23:38 +00:00
5edf01d3bc added
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=1
2010-06-16 09:12:41 +00:00