jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1175233?usp=email )
Change subject: [10.3] Publish Pywikibot 10.3 ...................................................................... [10.3] Publish Pywikibot 10.3 Change-Id: I427c5e98d5966fe4bffdc443f1aa205eb9444768 --- M ROADMAP.rst M pywikibot/__metadata__.py M scripts/CHANGELOG.rst M scripts/pyproject.toml 4 files changed, 12 insertions(+), 4 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 7885f2f..890987b 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,9 @@ Current Release Changes ======================= -* Refactor the :class:`throttle.Trottle` class (:phab:`T289318`) +* :attr:`Site.articlepath<pywikibot.site._apisite.APISite.articlepath>` may raise a ValueError + instead of AttributeError if ``$1`` placeholder is missing from API +* Refactor the :class:`throttle.Throttle` class (:phab:`T289318`) * L10N-Updates: add language aliases for ``gsw``, ``sgs``, ``vro``, ``rup`` and ``lzh`` to :class:`family.WikimediaFamily` family class (:phab:`T399411`, :phab:`T399438`, :phab:`T399444`, :phab:`T399693`, :phab:`T399697` ) diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 4e9889b..7c4c17a0 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '10.3.0.dev0' +__version__ = '10.3.0' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team' diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index c48fba9..3f76e1a 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -9,8 +9,14 @@ archivebot ^^^^^^^^^^ +* Use {{talkarchive}} template by default (:phab:`T400543`) * Use Wikidata items for archive header templates (:phab:`T396399`) +create_isbn_edition +^^^^^^^^^^^^^^^^^^^ + +* This script will be removed from repository in Pywikibot 11 + interwiki ^^^^^^^^^ @@ -27,7 +33,7 @@ tracking_param_remover ^^^^^^^^^^^^^^^^^^^^^^ -* Script was added (:phab:`T399698`) +* Script for removing tracking URL parameters was added (:phab:`T399698`) 10.2.0 diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index f2d70b8..f77eb40 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -19,7 +19,7 @@ readme = "scripts/README.rst" requires-python = ">=3.8.0" dependencies = [ - "pywikibot >= 10.0.0", + "pywikibot >= 10.2.0", "isbnlib", "langdetect", "mwparserfromhell", -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1175233?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I427c5e98d5966fe4bffdc443f1aa205eb9444768 Gerrit-Change-Number: 1175233 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
