Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG109315c41d5e: inno: drop support for Windows 95/98/ME
rHG4ccd0c9f9e92: inno: drop support for Windows 95/98/ME
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I'm not at all familiar with this installer, though the changes seem straight forward. When I went to build it though, it seems like the Inno installer is currently broke:
\> py -3 contrib\packaging\packaging.py inno --python C:\Python27\python.exe ... Collecting configparser>=3.5; python_version == "2.7" ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: configparser>=3.5; python_version == "2.7" from https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl#sha256=254c1d9c79f60c45dfde850850883d5aaa7f19a23f13561243a050d5a7c3fe4c (from entrypoints==0.3->-r C:\Users\Matt\hg\contrib\packaging\inno\requirements.txt (line 25))
I see that there is a configparser version pinned in linux-requirements-py2.txt, but that's an autogenerated file. I was able to build the Wix installer a couple of weeks ago.
CC: @indygreg