contrib: split Windows requirements into multiple files
Package support for Python 2 has diverged significantly. It is no longer trivial to maintain a single requirements file that supports both Python 2 and 3 because the set of packages and versions varies wildly. This commit split up the Windows requirements files so we have variants for Python 2 and 3. As part of this, I also renamed the files to have what I believe to be more reasonable naming ("win32" felt like a weird identifier to me). We can see that some package versions decreated on 2.7. This is because the old pinned versions weren't compatible with Python 2.
Showing
- contrib/packaging/hgpackaging/inno.py 1 addition, 1 deletioncontrib/packaging/hgpackaging/inno.py
- contrib/packaging/hgpackaging/wix.py 1 addition, 1 deletioncontrib/packaging/hgpackaging/wix.py
- contrib/packaging/requirements-windows-py2.txt 35 additions, 23 deletionscontrib/packaging/requirements-windows-py2.txt
- contrib/packaging/requirements-windows-py3.txt 23 additions, 17 deletionscontrib/packaging/requirements-windows-py3.txt
- contrib/packaging/requirements-windows.txt.in 2 additions, 1 deletioncontrib/packaging/requirements-windows.txt.in
- rust/hgcli/pyoxidizer.bzl 1 addition, 1 deletionrust/hgcli/pyoxidizer.bzl
Loading
Please register or sign in to comment