Skip to content

Releases: ethronsoft/gcspypi

1.0.7

15 Jul 13:39
Compare
Choose a tag to compare
using find_packages

Added test coverage + refactoring

15 Jul 11:59
Compare
Choose a tag to compare
  • 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

07 May 08:52
d1ad762
Compare
Choose a tag to compare
  • 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

28 Oct 14:57
Compare
Choose a tag to compare
  • Added support for Python 3.6
  • Added support for installing requirements.txt
  • Fixed version ordering

Fixed gcloud version to 0.23

23 Sep 09:19
Compare
Choose a tag to compare
v1.0.3

version to 1.0.3

v1.0.1-beta

20 May 22:25
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release

Added ability to control whether packages are installed in user home or not (via pip install ... --user)

First release

13 Apr 16:09
Compare
Choose a tag to compare
First release Pre-release
Pre-release

The majority of the functionality is available.
Missing handling of requirements.txt and other minor features