[Wikidata-bugs] [Maniphest] T255248: LibUp Wikibase error semver.exceptions.ParseVersionError: Unable to parse "dev-master#ba6fcfd823d623ba73c2faba5a208067281c4c38"

2021-05-17 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  So it might work if we backport rEWBAf1542cbc2460: eslint: update selenium 
.estlintrc.json 

 into REL1_35?

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, Legoktm, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T255248: LibUp Wikibase error semver.exceptions.ParseVersionError: Unable to parse "dev-master#ba6fcfd823d623ba73c2faba5a208067281c4c38"

2021-05-16 Thread Legoktm
Legoktm added a comment.


  The original exception has been fixed. The new one is because on REL1_35 
eslint-config-wikimedia isn't pinned and using a ^ expression instead.

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

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

To: Legoktm
Cc: Legoktm, Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T255248: LibUp Wikibase error semver.exceptions.ParseVersionError: Unable to parse "dev-master#ba6fcfd823d623ba73c2faba5a208067281c4c38"

2021-04-14 Thread Addshore
Addshore added a comment.
Restricted Application added a project: wdwb-tech.


  Still happens for REL1_35
  
Traceback (most recent call last):
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 
1199, in main
libup.run(args.repo, args.output, args.branch)
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 
1165, in run
self.fix_eslint_config()
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 
514, in fix_eslint_config
and library.is_greater_than_or_equal_to('0.16.0', eslint_cfg):
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/library.py", 
line 53, in is_greater_than_or_equal_to
return semver.Version.parse(second) >= semver.Version.parse(first)
  File "/venv/lib/python3.7/site-packages/semver/version.py", line 205, in 
parse
raise ParseVersionError('Unable to parse "{}".'.format(text))
semver.exceptions.ParseVersionError: Unable to parse "^0.16.2".

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

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

To: Addshore
Cc: Legoktm, Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255248: LibUp Wikibase error semver.exceptions.ParseVersionError: Unable to parse "dev-master#ba6fcfd823d623ba73c2faba5a208067281c4c38"

2021-01-04 Thread Umherirrender
Umherirrender added subscribers: Legoktm, Umherirrender.
Umherirrender added a comment.


  Now fails on another constraint
  
  https://libraryupgrader2.wmcloud.org/logs2/9983
  
Traceback (most recent call last):
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 
1184, in main
libup.run(args.repo, args.output, args.branch)
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 
1150, in run
self.fix_eslint_config()
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 
498, in fix_eslint_config
and library.is_greater_than_or_equal_to('0.16.0', eslint_cfg):
  File 
"/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/library.py", 
line 53, in is_greater_than_or_equal_to
return semver.Version.parse(second) >= semver.Version.parse(first)
  File "/venv/lib/python3.7/site-packages/semver/version.py", line 205, in 
parse
raise ParseVersionError('Unable to parse "{}".'.format(text))
semver.exceptions.ParseVersionError: Unable to parse "^0.16.2".

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

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

To: Umherirrender
Cc: Umherirrender, Legoktm, Addshore, Aklapper, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs