jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/432594 )
Change subject: Fix typos in pagegenerators.py
......................................................................
Fix typos in pagegenerators.py
Change-Id: Iec083d5d6f50d26484ef18db77bcb617a0f466cd
---
M pywikibot/pagegenerators.py
1 file changed, 5 insertions(+), 4 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/pagegenerators.py b/pywikibot/pagegenerators.py
index 9071e1a..8208fad 100644
--- a/pywikibot/pagegenerators.py
+++ b/pywikibot/pagegenerators.py
@@ -135,8 +135,9 @@
-logevents:move gives pages from move log (usually
redirects)
-logevents:delete,,20 gives 20 pages from deletion log
- -logevents:protect,Usr gives pages from protect by user Usr
- -logevents:patrol,Usr,20 gives 20 patroled pages by Usr
+ -logevents:protect,Usr gives pages from protect log by user
+ Usr
+ -logevents:patrol,Usr,20 gives 20 patrolled pages by Usr
-logevents:upload,,20121231,20100101 gives upload pages
in the 2010s, 2011s, and 2012s
-logevents:review,,20121231 gives review pages since the
@@ -221,7 +222,7 @@
Argument can be given as "-unwatched:n" where
n is the maximum number of articles to work on.
--property:name Work on all pages with a given propery name from
+-property:name Work on all pages with a given property name from
Special:PagesWithProp.
-usercontribs Work on all articles that were edited by a certain user.
@@ -277,7 +278,7 @@
"-pageid:pageid1,pageid2,." or "-pageid:'pageid1|pageid2|..'"
and supplied multiple times for multiple pages.
--linter Work on pages that contains lint errors. Extension Linter
+-linter Work on pages that contain lint errors. Extension Linter
must be available on the site.
-linter select all categories.
-linter:high, -linter:medium or -linter:low select all
--
To view, visit https://gerrit.wikimedia.org/r/432594
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iec083d5d6f50d26484ef18db77bcb617a0f466cd
Gerrit-Change-Number: 432594
Gerrit-PatchSet: 1
Gerrit-Owner: Matěj Suchánek <matejsuchanek97(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444(a)gmail.com>
Gerrit-Reviewer: jenkins-bot <>
jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/432343 )
Change subject: Remove httpbin and Flask-Common from dev-requirements.txt
......................................................................
Remove httpbin and Flask-Common from dev-requirements.txt
httpbin 0.7.0 supports Windows again and does not rely on Flask-Common,
therefore we don't need to explicitly require it anymore because it is
required by pytest-httpbin. We can also remove flask restriction since the
incompatibility has been resolved upstream as a consequence of Flask-Common
removal.
Bug: T178864
Bug: T193383
Change-Id: I9157084959ce1372a26bf094ac66a35253e4d58f
---
M dev-requirements.txt
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 35d079b..01bca1c 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -8,8 +8,6 @@
pytest-cov
pytest-attrib
pytest-httpbin
-httpbin<0.6.0 ; os_name != 'posix'
-Flask<1.0.1 # T193383
six
--
To view, visit https://gerrit.wikimedia.org/r/432343
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I9157084959ce1372a26bf094ac66a35253e4d58f
Gerrit-Change-Number: 432343
Gerrit-PatchSet: 3
Gerrit-Owner: Dalba <dalba.wiki(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444(a)gmail.com>
Gerrit-Reviewer: jenkins-bot <>