Releases: jazzband/pip-tools
Releases · jazzband/pip-tools
3.6.1
Bug Fixes:
- Fix
pip>=19.1
compatibility (#795). Thanks @atugushev
3.6.0
3.6.0 (2019-04-03)
Features:
- Show less output on
pip-sync
with--quiet
option (#765). Thanks @atugushev - Support the flag
--trusted-host
inpip-sync
(#777). Thanks @firebirdberlin
3.5.0
Features:
- Show default index url provided by
pip
(#735). Thanks @atugushev - Add an option to allow enabling/disabling build isolation (#758). Thanks @atugushev
Bug Fixes:
- Fix the output file for
pip-compile
with an explicitsetup.py
as source file (#731). Thanks @atugushev - Fix order issue with generated lock file when
hashes
andmarkers
are used together (#763). Thanks @milind-shakya-sp
3.4.0
Features:
- Add option
--quiet
topip-compile
(#720). Thanks @bendikro - Emit the original command to the
pip-compile
's header (#733). Thanks @atugushev
Bug Fixes:
- Fix
pip-sync
to use pip script depending on a python version (#737). Thanks @atugushev
3.3.2
Bug Fixes:
- Fix
pip-sync
with a temporary requirement file on Windows (#723). Thanks @atugushev - Fix
pip-sync
to prevent uninstall of stdlib and dev packages (#718). Thanks @atugushev
3.3.1
- Re-release of 3.3.0 after fixing the deployment pipeline (#716). Thanks @atugushev
3.3.0
Features:
- Added support of
pip
19.0 (#715). Thanks @atugushev - Add
--allow-unsafe
to update instructions in the generatedrequirements.txt
(#708). Thanks @richafrank
Bug Fixes:
- Fix
pip-sync
to check hashes (#706). Thanks @atugushev
3.2.0
Features:
- Apply version constraints specified with package upgrade option (
-P, --upgrade-package
)
(#694). Thanks @richafrank
3.1.0
Features:
- Added support of
pip
18.1 (#689). Thanks @vphilippon
3.0.0
Major changes:
- Update
pip-tools
for nativepip
8, 9, 10 and 18 compatibility, un-vendoringpip
to use the user-installedpip
(#657 and #672).
Thanks to @techalchemy, @suutari, @tysonclugg and @vphilippon for contributing on this.
Features:
- Removed the dependency on the external library
first
(#676). Thanks @jdufresne