konstin / github-wikidata-bot

Updates Wikidata entries using metadata from github
https://www.wikidata.org/wiki/User:Github-wiki-bot
Other
41 stars 8 forks source link

Bump pywikibot from 4.3.0 to 5.1.0 #129

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pywikibot from 4.3.0 to 5.1.0.

Changelog

Sourced from pywikibot's changelog.

5.1.0

1 November 2020

  • Avoid conflicts between site and possible site keyword in api.Request.create_simple() (T262926)
  • Remove wrong param of rvision() call in Page.latest_revision_id
  • Do not raise Exception in Page.get_best_claim() but follow redirect (T265839)
  • xml-support of wikistats will be dropped
  • Remove deprecated mime_params in api.Request()
  • cleanup interwiki_graph.py and replace deprecated originPage by origin in Subjects
  • Upload a file that ends with the 'r' byte (T132676)
  • Fix incorrect server time (T266084)
  • L10N-Updates
  • Support Namespace packages in version.py (T265946)
  • Server414Error was added to pywikibot (T266000)
  • Deprecated editor.command() method was removed
  • comms.PywikibotCookieJar and comms.mode_check_decorator were deleted
  • Remove deprecated tools classes Stringtypes and UnicodeType
  • Remove deprecated tools function open_compressed and signature and UnicodeType class
  • Fix http_tests.LiveFakeUserAgentTestCase (T265842)
  • HttpRequest properties were renamed to request.Response identifiers (T265206)

5.0.0

19 October 2020

  • Add support for smn-wiki (T264962)
  • callback parameter of comms.http.fetch() is desupported
  • Fix api.APIError() calls for Flow and Thanks extension
  • edit, move, create, upload, unprotect and prompt parameters of Page.protect() are deprecated (T227610)
  • Accept only valid names in generate_family_file.py (T265328, T265353)
  • New plural.plural_rule() function returns a rule for a given language
  • Replace deprecated urllib.request.URLopener with http.fetch (T255575)
  • OptionHandler/BaseBot options are accessable as OptionHandler.opt attributes or keyword item (see also T264721)
  • pywikibot.setAction() function was removed
  • A namedtuple is the result of textlib.extract_sections()
  • Prevent circular imports in config2.py and http.py (T264500)
  • version.get_module_version() is deprecated and gives no meaningfull result
  • Fix version.get_module_filename() and update log lines (T264235)
  • Re-enable printing log header (T264235)
  • Fix result of tools.intersect_generators() (T263947)
  • Only show _GLOBAL_HELP options if explicitly wanted
  • Deprecated Family.version() methods were removed
  • Unused parameters of page methods like forceReload, insite, throttle, step was removed
  • Raise RuntimeError instead of AttributeError for old wikis (T263951)
  • Deprecated script options were removed
  • lyricwiki_family was removed (T245439)
  • RecentChangesPageGenerator parameters has been synced with APISite.recentchanges
Commits
  • 5eb8217 [5.1] Publish Pywikibot 5.1.0
  • d7a35f1 Merge "[doc] Add download badges to pypi"
  • 2bce4e4 [fix] Don't show a FutureWarning when using WikiStats.get()
  • a14da5a Merge "[doc] Update ROADMAP.rst"
  • 3262835 Merge "[L10N] Update languages_by_size list"
  • d7a6a86 [L10N] Update languages_by_size list
  • cae8a76 Merge "[IMPR] Derive ReferencesRobot from ExistingPageBot, NoRedirectPageBot"
  • 9a83e55 Merge "[fix] typing Dict, List, Set, Tuple are deprecated in Python 3.9"
  • cec9750 [bugfix] Fix options for harvest_template.py
  • c7b9866 [doc] Update ROADMAP.rst
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #130.