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.3.0 #130

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps pywikibot from 4.3.0 to 5.3.0.

Changelog

Sourced from pywikibot's changelog.

5.3.0

19 December 2020

  • Allow using pywikibot as site-package without user-config.py (T270474)
  • Python 3.10 is supported
  • Fix AutoFamily scriptpath() call (T270370)
  • Add support for skrwiki, skrwiktionary, eowikivoyage, wawikisource, madwiki (T268414, T268460, T269429, T269434, T269442)
  • wikistats methods fetch, raw_cached, csv, xml has been removed
  • PageRelatedError.getPage() has been removed in favour of PageRelatedError.page
  • DataSite.get_item() method has been removed
  • global put_throttle option may be given as float (T269741)
  • Property.getType() method has been removed
  • Family.server_time() method was removed; it is still available from Site object (T89451)
  • All HttpRequest parameters except of charset has been dropped (T265206)
  • A lot of methods and properties of HttpRequest are deprecared in favour of requests.Resonse attributes (T265206)
  • Method and properties of HttpRequest are delegated to requests.Response object (T265206)
  • comms.threadedhttp.HttpRequest.raw was replaced by HttpRequest.content property (T265206)
  • Desupported version.getfileversion() has been removed
  • site parameter of comms.http.requests() function is mandatory and cannot be omitted
  • date.MakeParameter() function has been removed
  • api.Request.http_params() method has been removed
  • L10N updates

5.2.0

10 December 2020

  • Remove deprecated args for Page.protect() (T227610)
  • Move BaseSite its own site/_basesite.py file
  • Improve toJSON() methods in page.__init__.py
  • _is_wikibase_error_retryable rewritten (T48535, 268645)
  • Replace FrozenDict with frozenmap
  • WikiStats table may be sorted by any key
  • Retrieve month names from mediawiki_messages when required
  • Move Namespace and NamespacesDict to site/_namespace.py file
  • Fix TypeError in api.LoginManager (T268445)
  • Add repr() method to BaseDataDict and ClaimCollection
  • Define availableOptions as deprecated property
  • Do not strip all whitespaces from Link.title (T197642)
  • Introduce a common BaseDataDict as parent for LanguageDict and AliasesDict
  • Replaced PageNotSaved by PageSaveRelatedError (T267821)
  • Add -site option as -family -lang shortcut
  • Enable APISite.exturlusage() with default parameters (T266989)
  • Update tools._unidata._category_cf from Unicode version 13.0.0
  • Move TokenWallet to site/_tokenwallet.py file
  • Fix import of httplib after release of requests 2.25 (T267762)
  • user keyword parameter can be passed to Site.rollbackpage() (T106646)
Commits
  • 261fbab Merge "[5.3] Publish Pywikibot 5.3.0"
  • 52342db Merge "[doc] Update scripts/CHANGELOG.md"
  • a860e4e [5.3] Publish Pywikibot 5.3.0
  • 1b9eddf [doc] Update scripts/CHANGELOG.md
  • b214d51 [doc] update ROADMAP.rst
  • 6f55ed5 Merge "[L10N] Update languages_by_size"
  • bd221b4 [L10N] Update languages_by_size
  • 789fbd0 Merge "[cleanup] Show a FutureWarning with deprecated api.ParamInfo.modules"
  • 30bd15f Merge "[cleanup] Show a FutureWarning for LogEntryFactory.logtypes"
  • 2f9b7e5 Merge "[python] Add Python 3.10 to pypi classifier"
  • 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 #133.