[Pywikipedia-bugs] [Maniphest] [Closed] T281202: Deprecation policy

2021-06-14 Thread atagar
atagar closed this task as "Resolved".
atagar added a comment.


  Gotcha. I think we've concluded this ticket so closing. Feel free to reopen 
if you'd like to further discuss anything.

TASK DETAIL
  https://phabricator.wikimedia.org/T281202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: atagar
Cc: JJMC89, Xqt, Aklapper, pywikibot-bugs-list, atagar, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Updated] T281202: Deprecation policy

2021-06-14 Thread Xqt
Xqt added a comment.


  The ticket is T283565 . But I 
propose to keep the old script and have renamed it. Is was created for the 
compat to core migration, is very simple, doesn’t use AST but works good enough.

TASK DETAIL
  https://phabricator.wikimedia.org/T281202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: atagar, Xqt
Cc: JJMC89, Xqt, Aklapper, pywikibot-bugs-list, atagar, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Commented On] T281202: Deprecation policy

2021-06-14 Thread atagar
atagar added a comment.


  > But I am also fine with your proposal and it might be better to have one 
big change with 7.0 than douzands every month. I explicitly aggree with your 
points above.
  
  Great! Thanks Xqt. :)
  
  > But what about deprendencies? Does it need to increase the major release 
too?
  
  My understanding is that yes, it should. For example Stem (my Tor project) 
supported Python 2.6+ in its 1.x series and raised its requirement to Python 
3.6+  upon version 
2.0 because that was the oldest Python release that wasn't EOL.
  
  When we release Pywikibot 7.0.0 we should consider bumping any dependency 
versions that are particularly old or lack features we want (like the 
setuptools features you mentioned).
  
  > The earliest date for 7.0 is after 6.5. Probably 7.0 comes in September. I 
do not want to increase the major release every month. What would be a good 
frequent? Quarterly, yearly?
  
  Very much agreed. Major version bumps should be infrequent since they can 
necessitate code changes from our users. Yearly or every couple years seems 
like a good cadence to me but this is wholly up to you.
  
  > if we have major release changes less than quarterly, a DeprecationWarning 
is appropriate again
  
  As discussed above I don't think DeprecationWarnings are useful but if you'd 
like to resume using them for something then happy to discuss.
  
  > Can we increase the update_script.py script to show the problems?
  
  Oh interesting. I didn't know about update_script.py. Maybe we should file 
another ticket to expand update_script.py to include conversions for all our 
codebase's present deprecations?
  
  I'm not sure what you had in mind but this could certainly be a useful 
upgrade tool if we keep it up to date.

TASK DETAIL
  https://phabricator.wikimedia.org/T281202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: atagar
Cc: JJMC89, Xqt, Aklapper, pywikibot-bugs-list, atagar, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Commented On] T284299: Install setuptools >= 49.4.0 on Toolforge

2021-06-14 Thread Dvorapa
Dvorapa added a comment.


  As a workaround we could temporarily install newer setuptools 
into`/shared/pywikibot/setuptools`, like we do with `mwparserfromhell`. Not 
sure if it will work this way though.

TASK DETAIL
  https://phabricator.wikimedia.org/T284299

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Majavah, aborrero, revi, zhuyifei1999, Dvorapa, Billinghurst, Ato_01, 
bd808, Aklapper, Xqt, pywikibot-bugs-list, Ramtin2021, dcaro, Devnull, 
GeminiAgaloos, Jyoo1011, nskaggs, JohnsonLee01, SHEKH, Dijkstra, Khutuck, 
Nintendofan885, Zkhalido, Phamhi, Viztor, Wenyi, skpuneethumar, sietec, Zylc, 
Amorymeltzer, Bstorm, 1978Gage2001, Operator873, Bsandipan, DSquirrelGM, 
Chicocvenancio, Allthingsgo, Tbscho, MayS, Freddy2001, Mdupont, JJMC89, 
Altostratus, Avicennasis, Luke081515, mys_721tx, Jitrixis, Gryllida, jayvdb, 
Masti, scfc, Alchimista, coren, Krenair
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Commented On] T284299: Install setuptools >= 49.4.0 on Toolforge

2021-06-14 Thread Dvorapa
Dvorapa added a comment.


  This can be temporarily solved by installing newer version of setuptools into 
`/shared/pywikibot/setuptools`, similarly we install `mwparserfromhell` here

TASK DETAIL
  https://phabricator.wikimedia.org/T284299

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Majavah, aborrero, revi, zhuyifei1999, Dvorapa, Billinghurst, Ato_01, 
bd808, Aklapper, Xqt, pywikibot-bugs-list, Ramtin2021, dcaro, Devnull, 
GeminiAgaloos, Jyoo1011, nskaggs, JohnsonLee01, SHEKH, Dijkstra, Khutuck, 
Nintendofan885, Zkhalido, Phamhi, Viztor, Wenyi, skpuneethumar, sietec, Zylc, 
Amorymeltzer, Bstorm, 1978Gage2001, Operator873, Bsandipan, DSquirrelGM, 
Chicocvenancio, Allthingsgo, Tbscho, MayS, Freddy2001, Mdupont, JJMC89, 
Altostratus, Avicennasis, Luke081515, mys_721tx, Jitrixis, Gryllida, jayvdb, 
Masti, scfc, Alchimista, coren, Krenair
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Updated] T284939: Toolforge bots stopped working

2021-06-14 Thread JJMC89
JJMC89 removed a project: Toolforge.
JJMC89 moved this task from Backlog to Wikimedia prod/Cloud Services issues on 
the Pywikibot board.

TASK DETAIL
  https://phabricator.wikimedia.org/T284939

WORKBOARD
  https://phabricator.wikimedia.org/project/board/87/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JJMC89
Cc: Xqt, Aklapper, pywikibot-bugs-list, Dvorapa, Jyoo1011, JohnsonLee01, SHEKH, 
Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Devnull, 
Nintendofan885, skpuneethumar, Zylc, Bstorm, 1978Gage2001, Operator873, 
Bsandipan, DSquirrelGM, Chicocvenancio, Freddy2001, Luke081515, Jitrixis, 
Gryllida, scfc, coren, Krenair
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Merged] T284299: Install setuptools >= 49.4.0 on Toolforge

2021-06-14 Thread Dvorapa
Dvorapa merged a task: T284939: Toolforge bots stopped working.

TASK DETAIL
  https://phabricator.wikimedia.org/T284299

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Majavah, aborrero, revi, zhuyifei1999, Dvorapa, Billinghurst, Ato_01, 
bd808, Aklapper, Xqt, pywikibot-bugs-list, Ramtin2021, dcaro, Devnull, 
GeminiAgaloos, Jyoo1011, nskaggs, JohnsonLee01, SHEKH, Dijkstra, Khutuck, 
Nintendofan885, Zkhalido, Phamhi, Viztor, Wenyi, skpuneethumar, sietec, Zylc, 
Amorymeltzer, Bstorm, 1978Gage2001, Operator873, Bsandipan, DSquirrelGM, 
Chicocvenancio, Allthingsgo, Tbscho, MayS, Freddy2001, Mdupont, JJMC89, 
Altostratus, Avicennasis, Luke081515, mys_721tx, Jitrixis, Gryllida, jayvdb, 
Masti, scfc, Alchimista, coren, Krenair
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Updated] T284939: Toolforge bots stopped working

2021-06-14 Thread Dvorapa
Dvorapa closed this task as a duplicate of T284299: Install setuptools = 
49.4.0 on Toolforge.

TASK DETAIL
  https://phabricator.wikimedia.org/T284939

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Xqt, Aklapper, pywikibot-bugs-list, Dvorapa, Devnull, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Khutuck, Nintendofan885, Zkhalido, Viztor, 
Wenyi, skpuneethumar, Zylc, Bstorm, 1978Gage2001, Operator873, Bsandipan, 
DSquirrelGM, Chicocvenancio, Tbscho, MayS, Freddy2001, Mdupont, JJMC89, 
Altostratus, Avicennasis, Luke081515, mys_721tx, Jitrixis, Gryllida, jayvdb, 
Masti, scfc, Alchimista, coren, Krenair
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Created] T284939: Toolforge bots stopped working

2021-06-14 Thread Dvorapa
Dvorapa created this task.
Dvorapa added projects: Pywikibot, Toolforge.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  Since beginning of June all Pywikibot scripts in Toolforge fail to run due to 
the following issue:
  
(setuptools 33.1.1 (/usr/lib/python3/dist-packages), 
Requirement.parse('setuptools!=50.0.0,<50.2.0,>=49.4.0; python_version < 
"3.6"'))

A package necessary for pywikibot is outdated.
Please update required module with:


pip install "setuptools!=50.0.0,<50.2.0,>=49.4.0"


You may continue on your own risk; type CTRL-C to stop.

CRITICAL: Exiting due to uncaught exception 
Traceback (most recent call last):
  File "pwb.py", line 399, in 
if not main():
  File "pwb.py", line 394, in main
module)
  File "pwb.py", line 93, in run_python_file
check_pwb_versions(package)
  File "pwb.py", line 51, in check_pwb_versions
if scripts_version.release > wikibot_version.release:
AttributeError: 'Version' object has no attribute 'release'
CRITICAL: Exiting due to uncaught exception 
  
  **Expected behavior**
  Scripts should not throw critical error with this message. Also Toolforge 
Pywikibot installation is not installed using setuptools (it is cloned by git), 
so the message is pointless here.
  
  **Configuration**
  Toolforge, Python 3.5.3, Debian 9.13 Stretch (Linux 4.19), python3-setuptools 
33.1.1 

TASK DETAIL
  https://phabricator.wikimedia.org/T284939

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Xqt, Aklapper, pywikibot-bugs-list, Dvorapa, Devnull, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Khutuck, Nintendofan885, Zkhalido, Viztor, 
Wenyi, skpuneethumar, Zylc, Bstorm, 1978Gage2001, Operator873, Bsandipan, 
DSquirrelGM, Chicocvenancio, Tbscho, MayS, Freddy2001, Mdupont, JJMC89, 
Altostratus, Avicennasis, Luke081515, mys_721tx, Jitrixis, Gryllida, jayvdb, 
Masti, scfc, Alchimista, coren, Krenair
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Claimed] T284930: Add support for shiwiki to Pywikibot

2021-06-14 Thread Zabe
Zabe claimed this task.
Zabe added a project: User-Zabe.

TASK DETAIL
  https://phabricator.wikimedia.org/T284930

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Zabe
Cc: Zabe, Aklapper, Maintenance_bot, pywikibot-bugs-list, Lalamarie69, 
Jyoo1011, JohnsonLee01, SHEKH, Dijkstra, Alter-paule, Beast1978, Un1tY, 
Khutuck, Zkhalido, Hook696, Kent7301, joker88john, Viztor, CucyNoiD, Wenyi, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Tbscho, MayS, Lewizho99, 
Mdupont, JJMC89, Maathavan, Dvorapa, Altostratus, Avicennasis, mys_721tx, 
jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Updated] T284930: Add support for shiwiki to Pywikibot

2021-06-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T284930

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Aklapper, Maintenance_bot, pywikibot-bugs-list, Lalamarie69, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Alter-paule, Beast1978, Un1tY, Khutuck, 
Zkhalido, Hook696, Kent7301, joker88john, Viztor, CucyNoiD, Wenyi, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Tbscho, MayS, Lewizho99, Mdupont, 
JJMC89, Maathavan, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, 
Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Commented On] T284930: Add support for shiwiki to Pywikibot

2021-06-14 Thread gerritbot
gerritbot added a comment.


  Change 698553 had a related patch set uploaded (by Zabe; author: Zabe):
  
  [pywikibot/core@master] Add support for dagwiki and shiwiki
  
  https://gerrit.wikimedia.org/r/698553

TASK DETAIL
  https://phabricator.wikimedia.org/T284930

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Aklapper, Maintenance_bot, pywikibot-bugs-list, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Claimed] T283823: Global options aren't documented in sphinx

2021-06-14 Thread Xqt
Xqt claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T283823

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: EpicPupper, Aklapper, pywikibot-bugs-list, Xqt, Lalamarie69, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Alter-paule, Beast1978, Un1tY, Khutuck, 
Zkhalido, Hook696, Kent7301, Urstrulykkr, joker88john, Viztor, CucyNoiD, Wenyi, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Tbscho, MayS, Lewizho99, 
Mdupont, JJMC89, Maathavan, Dvorapa, Altostratus, Avicennasis, mys_721tx, 
jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Updated] T283823: Global options aren't documented in sphinx

2021-06-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T283823

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: EpicPupper, Aklapper, pywikibot-bugs-list, Xqt, Lalamarie69, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Alter-paule, Beast1978, Un1tY, Khutuck, 
Zkhalido, Hook696, Kent7301, Urstrulykkr, joker88john, Viztor, CucyNoiD, Wenyi, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Tbscho, MayS, Lewizho99, 
Mdupont, JJMC89, Maathavan, Dvorapa, Altostratus, Avicennasis, mys_721tx, 
jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Commented On] T283823: Global options aren't documented in sphinx

2021-06-14 Thread gerritbot
gerritbot added a comment.


  Change 699765 had a related patch set uploaded (by Xqt; author: Xqt):
  
  [pywikibot/core@master] [sphinx] Add global options to sphinx doc
  
  https://gerrit.wikimedia.org/r/699765

TASK DETAIL
  https://phabricator.wikimedia.org/T283823

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: EpicPupper, Aklapper, pywikibot-bugs-list, Xqt, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Urstrulykkr, Viztor, Wenyi, Tbscho, MayS, 
Mdupont, JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, 
Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Created] T284930: Add support for shiwiki to Pywikibot

2021-06-14 Thread Maintenance_bot
Maintenance_bot created this task.
Maintenance_bot added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been 
created

TASK DETAIL
  https://phabricator.wikimedia.org/T284930

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Aklapper, Maintenance_bot, pywikibot-bugs-list, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, 
Alchimista, RhinosF1
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Commented On] T281202: Deprecation policy

2021-06-14 Thread Xqt
Xqt added a comment.


  In T281202#7130863 , 
@atagar wrote:
  
  > I amended our deprecation policy 

 in the following ways...
  >
  > 1. Copy the description of semantic versioning I wrote for Tor. We now 
explain what version numbers convey in terms of backward compatibility.
  > 2. Drop the description of DeprecationWarnings vs FutureWarnings.
  > 3. Drop the "Deprecations might be expedited when necessary" clause. If we 
break backward compatibility we should bump our major version number.
  > 4. State that prior to version 6.3.1 we did not use any particular 
versioning scheme since we haven't been following semantic versioning's policy 
for code removal.
  >
  > Xqt, would you mind taking a look? To be very clear if we adopt this policy 
we should do the following...
  >
  > 1. **All deprecated code will be removed upon Pywikibot 7.0.0.**
  > 2. **No deprecated code will be removed until then.** This includes code 
deprecated all the way back in 3.1.
  
  The curent rule was to increase the major version number if the Python code 
base wasn't supported (e.g. dropping 2.7) or a supported MediaWiki release has 
been dropped (see 
https://www.mediawiki.org/wiki/Manual:Pywikibot/Compatibility). Incompatible 
code changes has to be announced first with FutureWarning. This is the same as 
Python deprecates some functions. But I am also fine with your proposal and it 
might be better to have one big change with 7.0 than douzands every month. I 
explicitly aggree with your points above.
  
  But what about deprendencies? Does it need to increase the major release too?
  
  With 6.4.0 setuptools 49.4.0 is required due to version parsing and added in 
the setup.py/requrements.txt which can be updated easily.
  With 6.4,0 also extract_templates_and_params_mwpfh and 
extract_templates_and_params_regex are removed. These both are functions which 
are dispatched and should never be used directly. I don't want to revert those 
changes in the current code.
  
  With 6.0 all deprecations are now FutureWarnings including argument 
deprecations of functions and methods.
  
  The earliest date for 7.0 is after 6.5. Probably 7.0 comes in September. I do 
not want to increase the major release every month. What would be a good 
frequent? Quarterly, yearly? In meantime we still need the FutureWarnings and 
if we have major release changes less than quarterly, a DeprecationWarning is 
appropriate again.
  
  Can we increase the update_script.py script to show the problems?

TASK DETAIL
  https://phabricator.wikimedia.org/T281202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: atagar, Xqt
Cc: JJMC89, Xqt, Aklapper, pywikibot-bugs-list, atagar, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Claimed] T284414: imagetransfer.py: Add an option to ask to resume with next page when NoPageError happens

2021-06-14 Thread Xqt
Xqt claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T284414

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: EpicPupper, Aklapper, Kizule, pywikibot-bugs-list, Lalamarie69, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Alter-paule, Beast1978, Un1tY, Khutuck, 
Zkhalido, Hook696, Kent7301, joker88john, Viztor, CucyNoiD, Wenyi, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Tbscho, MayS, Lewizho99, Mdupont, 
JJMC89, Maathavan, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, 
Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Updated] T284414: imagetransfer.py: Add an option to ask to resume with next page when NoPageError happens

2021-06-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T284414

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: EpicPupper, Aklapper, Kizule, pywikibot-bugs-list, Lalamarie69, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Alter-paule, Beast1978, Un1tY, Khutuck, 
Zkhalido, Hook696, Kent7301, joker88john, Viztor, CucyNoiD, Wenyi, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Tbscho, MayS, Lewizho99, Mdupont, 
JJMC89, Maathavan, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, 
Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Commented On] T284414: imagetransfer.py: Add an option to ask to resume with next page when NoPageError happens

2021-06-14 Thread gerritbot
gerritbot added a comment.


  Change 699701 had a related patch set uploaded (by Xqt; author: Xqt):
  
  [pywikibot/core@master] [IMPR] Skip pages which does not exist on source site
  
  https://gerrit.wikimedia.org/r/699701

TASK DETAIL
  https://phabricator.wikimedia.org/T284414

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: EpicPupper, Aklapper, Kizule, pywikibot-bugs-list, Jyoo1011, JohnsonLee01, 
SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, 
JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Closed] T284886: pagegenerators_tests.TestTextIOPageGenerator tests are failing on Appveyor CI

2021-06-14 Thread Xqt
Xqt closed this task as "Resolved".

TASK DETAIL
  https://phabricator.wikimedia.org/T284886

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, pywikibot-bugs-list, maynorc, Xqt, Jyoo1011, JohnsonLee01, SHEKH, 
Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, 
Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org


[Pywikipedia-bugs] [Maniphest] [Updated] T284886: pagegenerators_tests.TestTextIOPageGenerator tests are failing on Appveyor CI

2021-06-14 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T284886

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt, Maintenance_bot
Cc: Aklapper, pywikibot-bugs-list, maynorc, Xqt, Jyoo1011, JohnsonLee01, SHEKH, 
Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, 
Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, 
Lalamarie69, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org