jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1023044?usp=email )

Change subject: [9.1] Publish Pywikibot 9.1
......................................................................

[9.1] Publish Pywikibot 9.1

Change-Id: I1f0f1acd1a364dea4b119f42bbe52dee81811c98
---
M pywikibot/__metadata__.py
M scripts/CHANGELOG.rst
M tests/pagegenerators_tests.py
3 files changed, 10 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 472836c..0452c41 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
 from time import strftime


-__version__ = '9.1.0.dev0'
+__version__ = '9.1.0'
 __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
 __copyright__ = '(C) Pywikibot team, 2003-' + strftime('%Y')
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 6ef1604..825505a 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -15,6 +15,13 @@
 * L10N updates
 * Show an error message and leave if script is not localized (:phab:`T362103`)

+replace
+^^^^^^^
+
+* Permit strings as exceptions for fixes
+* Do not apply replacements multiple times  (:phab:`T363047`)
+* Respect 'text-contains' from fixes dictionaries (:phab:`T142324`)
+

 9.0.0
 -----
diff --git a/tests/pagegenerators_tests.py b/tests/pagegenerators_tests.py
index 5575299..ecb4946 100755
--- a/tests/pagegenerators_tests.py
+++ b/tests/pagegenerators_tests.py
@@ -1446,6 +1446,8 @@

     def test_wanted_files(self):
         """Test wantedfiles generator."""
+        if self.site.sitename == 'wowwiki:uk':
+            self.skipTest(f'skipping {self.site} due to T362384)')
         self.gf.handle_arg('-wantedfiles:5')
         for page in self._generator_with_tests():
             self.assertIsInstance(page, pywikibot.Page)

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1023044?usp=email
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: I1f0f1acd1a364dea4b119f42bbe52dee81811c98
Gerrit-Change-Number: 1023044
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to