Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/815899 )
Change subject: [doc] Remove rquired external programs hint
......................................................................
[doc] Remove rquired external programs hint
This is not necessary for pip install
Change-Id: I3df8998fd33969ece8babd2b390eb22e6c437050
---
M README.rst
1 file changed, 0 insertions(+), 7 deletions(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/README.rst b/README.rst
index a7ac65f..77c943b 100644
--- a/README.rst
+++ b/README.rst
@@ -143,13 +143,6 @@
For more documentation on Pywikibot see our `docs <https://doc.wikimedia.org/pywikibot/>`_.
-Required external programs
----------------------------
-
-It may require the following programs to function properly:
-
-* `7za`: To extract 7z files
-
Roadmap
-------
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/815899
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: I3df8998fd33969ece8babd2b390eb22e6c437050
Gerrit-Change-Number: 815899
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-MessageType: merged
Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/815682 )
Change subject: [doc] update ROADMAP.rst and CHANGELOG.rst
......................................................................
[doc] update ROADMAP.rst and CHANGELOG.rst
Change-Id: Iacdebe2381bf77c06c10734ebcc2ea929fa7bd6e
---
M ROADMAP.rst
M scripts/CHANGELOG.rst
2 files changed, 8 insertions(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst
index ca3bb1b..405088a 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,8 +1,12 @@
Current release 7.5.0
^^^^^^^^^^^^^^^^^^^^^
+* Add support for blkwiki (:phab:`T310875`)
+* L10N Updates
+* Fix duplicate source detection in :meth:`pywikibot.WikidataBot.user_add_claim_unless_exists`
+* :mod:`pywikibot.textlib`.tzoneFixedOffset class was renamed to :class:`pywikibot.time.TZoneFixedOffset`
* Wrapper method :meth:`parsevalue()<pywikibot.site._datasite.DataSite.parsevalue>`
- around wbparsevalue was added (:phab:`T112140`)
+ around wbparsevalue was added (:phab:`T112140`, :phab:`T312755`)
* L10N updates
* Fix cp encodings in :func:`get_charset_from_content_type()
<pywikibot.comms.http.get_charset_from_content_type>` (:phab:`T312230`)
@@ -21,6 +25,7 @@
Deprecations
^^^^^^^^^^^^
+* 7.5.0: :mod:`pywikibot.textlib`.tzoneFixedOffset class will be removed in favour of :class:`pywikibot.time.TZoneFixedOffset`
* 7.4.0: `FilePage.usingPages()` was renamed to :meth:`using_pages()<pywikibot.FilePage.using_pages>`
* 7.2.0: ``tb`` parameter of :func:`exception()<pywikibot.exception>` function was renamed to ``exc_info``
* 7.2.0: XMLDumpOldPageGenerator is deprecated in favour of a `content` parameter of `XMLDumpPageGenerator` (:phab:`T306134`)
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 88b4b02..4800e20 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -9,6 +9,8 @@
harvest_template
~~~~~~~~~~~~~~~~
+* Support harvesting time values (:phab:`T66503`)
+* Do not rely on self.current_page.site
* Add ``-inverse`` option for inverse claims (:phab:`T173238`)
* Only follow redirects in harvest_template.py if no wikibase item
exists (:phab:`T311883`)
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/815682
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: Iacdebe2381bf77c06c10734ebcc2ea929fa7bd6e
Gerrit-Change-Number: 815682
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki(a)aol.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged