Files
perl-MediaWiki-Bot/perl-MediaWiki-Bot.changes
Dirk Stoecker 8eae259add Accepting request 930520 from devel:languages:perl:autoupdate
- updated to 5.007000
   see /usr/share/doc/packages/perl-MediaWiki-Bot/Changes
  5.007000  2021-11-08
    - fix: last_active(): deleted explicit "user:" prefix addition [gh-84]
    - fix: diff(): changed test for newer mediawiki versions [gh-100]
    - feat: new function get_mw_version() gets version of currently used mediawiki
    - feat: get_text(): changed interface, more options [gh-93]
    - feat: get_history(): changed interface, more options [gh-13]
    - feat: new function get_history_step_by_step() for looping over large history [gh-13]
    - no breaking changes, but added some new deprecation notices

OBS-URL: https://build.opensuse.org/request/show/930520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-Bot?expand=0&rev=12
2021-11-10 12:43:26 +00:00

97 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Nov 9 03:07:07 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 5.007000
see /usr/share/doc/packages/perl-MediaWiki-Bot/Changes
5.007000 2021-11-08
- fix: last_active(): deleted explicit "user:" prefix addition [gh-84]
- fix: diff(): changed test for newer mediawiki versions [gh-100]
- feat: new function get_mw_version() gets version of currently used mediawiki
- feat: get_text(): changed interface, more options [gh-93]
- feat: get_history(): changed interface, more options [gh-13]
- feat: new function get_history_step_by_step() for looping over large history [gh-13]
- no breaking changes, but added some new deprecation notices
-------------------------------------------------------------------
Wed Sep 15 03:06:58 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 5.006004
see /usr/share/doc/packages/perl-MediaWiki-Bot/Changes
5.006004 2021-09-15
- Feature: Ability to set time range when fetching contribs
- Fixed search: made use of unused namespace param [gh-87]
- Fixed history: api param is now rvdir (and not direction) [gh-88]
- Fixed tests [gh-91]
- Deleted Build.PL, as it was not built correctly anymore
-------------------------------------------------------------------
Fri Jul 8 05:31:34 UTC 2016 - coolo@suse.com
- updated to 5.006003
see /usr/share/doc/packages/perl-MediaWiki-Bot/Changes
5.006003 2016-07-06
- Changed the file the test suite used to test fetching images
- Documentation tweaks
-------------------------------------------------------------------
Fri Apr 17 17:06:38 UTC 2015 - coolo@suse.com
- updated to 5.006002
see /usr/share/doc/packages/perl-MediaWiki-Bot/Changes
-------------------------------------------------------------------
Fri Apr 17 17:06:36 UTC 2015 - coolo@suse.com
- updated to 3.4.2
see /usr/share/doc/packages/perl-MediaWiki-Bot/Changes
-------------------------------------------------------------------
Thu Feb 24 15:33:24 UTC 2011 - pascal.bleser@opensuse.org
- update to 3.2.7:
* get_allusers() can now filter by usergroup, and accepts an options hashref
for greater versatility
* don't wait forever if the wiki doesn't respond
-------------------------------------------------------------------
Wed Dec 1 13:33:38 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sat Oct 30 01:32:18 UTC 2010 - pascal.bleser@opensuse.org
- update to 3.2.6:
* recentchanges() now filters by namespace and returns all available data,
including rcid; see Pod for details
* get_pages_in_category() now requests the maximum number of results; this
resolves a major performance issue when getting the contents of large
categories
* the same performance issue (or potential issue) was resolved in many other
methods
-------------------------------------------------------------------
Tue Sep 21 14:18:34 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
- fix deps
o added MakeMaker patch
o added Digest::MD5 version patch
- noarch pkg
-------------------------------------------------------------------
Tue Sep 7 07:03:09 UTC 2010 - pascal.bleser@opensuse.org
- update to 3.2.4:
* removed dependency on WWW::Mechanize
* revert() was broken by refactoring; this error has been fixed
-------------------------------------------------------------------
Thu Aug 26 08:16:28 UTC 2010 - pascal.bleser@opensuse.org
- initial package (3.2.2)