- Fix handling of relative URLs in JSON API
- Include sources other than PyPI when running install --skip-lock
- Add install --no-venv flag to install into system python
- Fixed installing local dependencies with relative paths.
- Improved warnings on platforms that do not match
env.json
.
- Revised README.rst
- Limit simultaneous connections on download, not just during resolution
- (fixed) Don't require
package.json
for commands that don't depend on it
- (broken) Don't require
package.json
for commands that don't depend on it
- Check index when pinned versions aren't in cache, instead of raising
- Reduce logging volume at default log level
- Fix wheel compatibility checks, allowing more wheels to be installed
- Fix builds for some packages including numpy
- Fix install.sh script produced by
dotlock bundle
- Better support for developing on different environments
- CI testing for OS X
- New
--skip-lock
flag fordotlock install
- New
dotlock bundle
command
- Support comments in
package.json
- Support markers and extras in
package.json
- Support local package requirements
- Fix script installs using wrong python executible
This is a minor release to fix some bugs in simple API handling:
- Handle relative URLs
- Skip invalid version numbers instead of erroring out
- Support
sha1
andmd5
package digests - Concurrent package downloads during
dotlock install
- Support
svn://
andhg://
dependencies - Fixes a bug in handling old sdists which use
requires
instead ofinstall_requires
- Fixes a bug where extras dependencies were included in the
default
section ofpackage.lock.json
- Explain an unfixable error encountered running
dotlock init
from within a virtualenv while using a copied systempython
installation
- Support PEP 503 "Simple" APIs, not just the non-standard PyPI JSON API
- Support
git://
dependencies
- Replace fatally flawed "activate" command with "run" command that works
- Mypy incorporated into tox tests; outstanding issues fixed
- Change code layout for better testing
- Add tox testing
- Only use cached data for compatible environment
- Error on installs from lockfiles generated for incompatible environments