Releases: ethronsoft/gcspypi
Releases · ethronsoft/gcspypi
1.0.7
Added test coverage + refactoring
- migrated parsing logic to parsers/*
- added verbose mode
- added interaction flag to remove command
- added logic to handle repository specified in ~/.gcspypirc
- added gitlab-ci integration
- achieved 100% coverage (parsing code ignored, but there's no logic there)
Pytest support + python2/3 compatibility bug fixes
- fully replaced unittest with pytest
- added pytest-runner, to invoke tests like :
python setup.py test
- fixed relative imports, tested on python3 and python2.
Python 3.6 + enhancements
- Added support for Python 3.6
- Added support for installing requirements.txt
- Fixed version ordering
Fixed gcloud version to 0.23
v1.0.3 version to 1.0.3
v1.0.1-beta
Added ability to control whether packages are installed in user home or not (via pip install ... --user
)
First release
The majority of the functionality is available.
Missing handling of requirements.txt and other minor features