1.10.0
Features:
--generate-hashesnow generates hashes for all wheels,
not only wheels for the currently running platform (#520). Thanks @jdufresne- Added a
-q/--quietargument to the pip-sync command to reduce log output.
Bug Fixes:
- Fixed bug where unsafe packages would get pinned in generated requirements files
when--allow-unsafewas not set. (#517). Thanks @dschaller - Fixed bug where editable PyPI dependencies would have a
download_dirand be exposed togit-checkout-index,
(thus losing their VCS directory) andpython setup.py egg_infofails. (#385 and #538). Thanks @blueyed and @dfee - Fixed bug where some primary dependencies were annotated with "via" info comments. (#542). Thanks @quantus
- Fixed bug where pkg-resources would be removed by pip-sync in Ubuntu. (#555). Thanks @cemsbr
- Fixed bug where the resolver would sometime not stabilize on requirements specifying extras. (#566). Thanks @vphilippon
- Fixed an unicode encoding error when distribution package contains non-ASCII file names (#567). Thanks @suutari
- Fixed package hashing doing unnecessary unpacking