Hi all,

a new stable release Pywikibot 7.5 was deployed. What is new with it?

- blkwiki is supported
- a new time module was added [1]
- Fully ISO8601 and POSIX format support with Timestamp [2]
- wbparsevalue API support was added [3]
- harvest_template script was improved and supports time values [4] and reciprocal claims [5]
- the misbehaviour of Python 3.9+ when interrupt the asyncronous put queue was fixed [6]

Refer the changelog for other changes. [7]
Be aware that use of Python 3.5 is deprecated and will be dropped with Pywikobot 8. [8]

Best
xqt


[1] https://doc.wikimedia.org/pywikibot/stable/api_ref/pywikibot.html#module-pywikibot.time
[2] https://doc.wikimedia.org/pywikibot/stable/api_ref/pywikibot.html#pywikibot.Timestamp
[3] https://doc.wikimedia.org/pywikibot/stable/api_ref/pywikibot.site.html#pywikibot.site._datasite.DataSite.parsevalue
[4] https://phabricator.wikimedia.org/T66503
[5] https://phabricator.wikimedia.org/T173238
[6] https://phabricator.wikimedia.org/T311076
[7] https://doc.wikimedia.org/pywikibot/stable/changelog.html
[8] https://phabricator.wikimedia.org/T301908