jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964113 )
Change subject: [8.5.0] Prepare next release
......................................................................
[8.5.0] Prepare next release
Change-Id: I50223767fd972a6560335b2b95df3c633e773b77
---
M .appveyor.yml
M ROADMAP.rst
M pywikibot/__metadata__.py
M HISTORY.rst
M scripts/__init__.py
5 files changed, 37 insertions(+), 22 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml
index f0e0ebc..f374f7f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,7 @@
image: Visual Studio 2022
clone_depth: 50
skip_tags: true
-version: 8.4.{build}
+version: 8.5.{build}
environment:
PYWIKIBOT_DIR: "%appdata%\\Pywikibot"
diff --git a/HISTORY.rst b/HISTORY.rst
index 30e2456..ac0003a 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,5 +1,29 @@
Release history
===============
+8.4.0
+-----
+*07. October 2023*
+
+* Add support for fonwiki (:phab:`T347941`)
+* :meth:`site.BaseSite.redirects()<pywikibot.site._basesite.BaseSite.redirects>` and
+ :meth:`site.APISite.redirects()<pywikibot.site._apisite.APISite.redirects>`
+ methods were added (:phab:`T347226`)
+* Upcast to :class:`pywikibot.FilePage` for a proper extension only (:phab:`T346889`)
+* Handle missing SDC mediainfo (:phab:`T345038`)
+* *modules_only_mode* parameter of :class:`data.api.ParamInfo`, its *paraminfo_keys* class attribute
+ and its *preloaded_modules* property was deprecated, the :meth:`data.api.ParamInfo.normalize_paraminfo`
+ method became a staticmethod (:phab:`T306637`)
+* raise ValueError when :class:`pywikibot.FilePage` title doesn't have a valid file extension (:phab:`T345786`)
+* :attr:`site.APISite.file_extensions <pywikibot.site._apisite.APISite.file_extensions>` property was added (:phab:`T345786`)
+* ``dropdelay`` and ``releasepid`` attributes of :class:`throttle.Throttle` where deprecated
+ in favour of `expiry` class attribute
+* Add https scheme if missing in url asked by :mod:`pywikibot.scripts.generate_family_file`
+* L10N updates and i18n updates
+* use inline re.IGNORECASE flag in :func:`textlib.case_escape` function (:phab:`T308265`)
+* Convert URL-encoded characters also for links outside main namespace with
+ :meth:`cosmetic_changes.CosmeticChangesToolkit.cleanUpLinks` (:phab:`T342470`)
+* Implement Flow topic summaries (:phab:`T109443`)
+
8.3.3
-----
diff --git a/ROADMAP.rst b/ROADMAP.rst
index c54fd0d..2e73f2c 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,25 +1,7 @@
Current release
---------------
-* Add support for fonwiki (:phab:`T347941`)
-* :meth:`site.BaseSite.redirects()<pywikibot.site._basesite.BaseSite.redirects>` and
- :meth:`site.APISite.redirects()<pywikibot.site._apisite.APISite.redirects>`
- methods were added (:phab:`T347226`)
-* Upcast to :class:`pywikibot.FilePage` for a proper extension only (:phab:`T346889`)
-* Handle missing SDC mediainfo (:phab:`T345038`)
-* *modules_only_mode* parameter of :class:`data.api.ParamInfo`, its *paraminfo_keys* class attribute
- and its *preloaded_modules* property was deprecated, the :meth:`data.api.ParamInfo.normalize_paraminfo`
- method became a staticmethod (:phab:`T306637`)
-* raise ValueError when :class:`pywikibot.FilePage` title doesn't have a valid file extension (:phab:`T345786`)
-* :attr:`site.APISite.file_extensions <pywikibot.site._apisite.APISite.file_extensions>` property was added (:phab:`T345786`)
-* ``dropdelay`` and ``releasepid`` attributes of :class:`throttle.Throttle` where deprecated
- in favour of `expiry` class attribute
-* Add https scheme if missing in url asked by :mod:`pywikibot.scripts.generate_family_file`
-* L10N updates and i18n updates
-* use inline re.IGNORECASE flag in :func:`textlib.case_escape` function (:phab:`T308265`)
-* Convert URL-encoded characters also for links outside main namespace with
- :meth:`cosmetic_changes.CosmeticChangesToolkit.cleanUpLinks` (:phab:`T342470`)
-* Implement Flow topic summaries (:phab:`T109443`)
+*(No changes yet*)
Deprecations
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 279d839..cb276fa 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@
__name__ = 'pywikibot'
-__version__ = '8.4.0'
+__version__ = '8.5.0.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot(a)lists.wikimedia.org'
diff --git a/scripts/__init__.py b/scripts/__init__.py
index f110a78..f0a0608 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -29,4 +29,4 @@
#
# Distributed under the terms of the MIT license.
#
-__version__ = '8.4.0'
+__version__ = '8.5.0'
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964113
To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I50223767fd972a6560335b2b95df3c633e773b77
Gerrit-Change-Number: 964113
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: D3r1ck01 <dalangi-ctr(a)wikimedia.org>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964109 )
Change subject: [doc] Update ROADMAP.rst
......................................................................
[doc] Update ROADMAP.rst
Change-Id: I92e3219b8df649143425a9c491855d0678145b5c
---
M ROADMAP.rst
1 file changed, 14 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 6dabe01..c54fd0d 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,10 @@
Current release
---------------
-* Python 3.6 support will be discontinued and probably this is the last version supporting it
+* Add support for fonwiki (:phab:`T347941`)
+* :meth:`site.BaseSite.redirects()<pywikibot.site._basesite.BaseSite.redirects>` and
+ :meth:`site.APISite.redirects()<pywikibot.site._apisite.APISite.redirects>`
+ methods were added (:phab:`T347226`)
* Upcast to :class:`pywikibot.FilePage` for a proper extension only (:phab:`T346889`)
* Handle missing SDC mediainfo (:phab:`T345038`)
* *modules_only_mode* parameter of :class:`data.api.ParamInfo`, its *paraminfo_keys* class attribute
@@ -22,7 +25,7 @@
Deprecations
------------
-* 8.4.0: Python 3.6 support is deprecated and will be dropped with Pywikibot 9
+* 8.4.0: *Python 3.6 support is deprecated* and will be dropped soon with Pywikibot 9
* 8.4.0: *modules_only_mode* parameter of :class:`data.api.ParamInfo`, its *paraminfo_keys* class attribute
and its preloaded_modules property will be removed
* 8.4.0: *dropdelay* and *releasepid* attributes of :class:`throttle.Throttle` will be removed
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964109
To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I92e3219b8df649143425a9c491855d0678145b5c
Gerrit-Change-Number: 964109
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged