Releases: thoth-station/micropipenv
Release v1.3.0
This release is available on PyPI.
Notable changes for this release:
Added
-
Improve poetry → requirements and handling of transitive deps
Contribution thanks to @frenzymadness -
Add check subcommand to validate lockfiles
Contribution thanks to @matt-carr -
Test with pip==22.0.4
Fixes
- Implement correct handling for "extras" marker from poetry.lock
Contribution thanks to @frenzymadness
Release v1.2.1
This release is available on PyPI.
Notable changes for this release:
Added
-
Test with pip==22.0.3
-
Add tomli support
Contribution thanks to @frenzymadness
Release v1.2.0
This release is available on PyPI.
Notable changes for this release:
Added
-
micropipenv is no longer tested with Python 3.6 and development pip
Contribution thanks to @frenzymadness -
Support directory-based dependencies
Contribution thanks to @abompard -
micropipenv warns users if they use Poetry lockfiles and Python
version is not checked by micropipenv
Contribution thanks to @frenzymadness
Release v1.1.3
This release is available on PyPI.
Notable changes for this release:
Added
- Perform method discovery for requirements sub-command as documented
Fix thanks to @frenzymadness, issue reported by @hanjos #198
Release v1.1.2
This release is available on PyPI.
Notable changes for this release:
Added
- Fix handling Poetry environment markers for direct dependencies #192
Fix thanks to @frenzymadness, issue reported by @abompard - Fix handling Poetry environment markers for
--no-default
and--no-dev
options #193
Fix thanks to @frenzymadness, issue reported by @Macarr
Release v1.1.1
This release is available on PyPI.
Notable changes for this release:
Added
- Test with pip<=21.2.4
- Fix Poetry environment markers handling #188
Fix thanks to @frenzymadness, issue reported by @wjhrdy
Release v1.1.0
This release is available on PyPI.
Notable changes for this release:
Added
- Add resolving environment variables in Pipfile URL
thanks to @Misoslav and @frenzymadness - Test with pip<=21.1.2
- Tests are now executed on Windows as well
thanks to @frenzymadness
Release v1.0.4
This release is available on PyPI.
Notable changes for this release:
Added
- Fix permission error on Windows
thanks to Julien Rottenberg (@jrottenberg)
Release v1.0.3
This release is available on PyPI.
Notable changes for this release:
Added
- Test with pip==20.0.1
- Test with pip==20.0
- Provide ability to pass pip path in install
Release v1.0.2
This release is available on PyPI.
Notable changes for this release:
Added
- Test with pip==20.3
- Test with pip==20.3.1