Changelog for package catkin_virtualenv
0.5.0 (2019-06-21)
- Don't inherit requirements from exec_depends (#45)
- Contributors: Paul Bovbel
0.4.1 (2019-06-11)
- VCS support (#40)
- Contributors: Paul Bovbel
0.4.0 (2019-03-18)
- Pin pip to known-working version (#38)
- Fix python3 isolated builds (#37)
- Pull in an upstream fix to deal with new shebang styles
- add a new test for isolated py3 virtualenvs
- switch to using an internal pip module
- venv module doesn't support no-site-packages arg
- Pass arguments to internal venv module if specified (#36)
- Add missing dependency
- Contributors: Paul Bovbel
0.3.0 (2019-01-16)
- Add retry to virtualenv creation (#34)
* Echo check_call to stderr
* Fixup bug from #33
* Add retry to virtualenv generation
* Add debug line for virtualenv
* Don't error on cleanup
* Fixup debug line
* Remove debug lines
- Python3 re-enable, add PYTHON_VERSION support (#33)
* replace PYTHON_VERSION_MAJOR with PYTHON_VERSION
* Simplify nose usage for python3
* Check for venv module directly rather than munging major version
- Remove trailing whitespace
- Add missing dependencies
- Contributors: Paul Bovbel
0.2.2 (2018-12-04)
- Merge repeated requirements (#32)
- Enable extra_pip_args #31 from locusrobotics/add-extra-pip-args
- Contributors: Brian Barnes, Paul Bovbel, Shingo Kitagawa
0.2.1 (2018-06-04)
- Fix case and '.' handling
- Bump pip to 10.0.1
- Contributors: Paul Bovbel
0.2.0 (2018-05-03)
- Fixup python 3 dependencies
- Merge pull request #16 from locusrobotics/system-site-packages
Provide more CMake flags to customize behaviour
- Make sure we find python exectuable
- Implement ISOLATE_REQUIREMENTS and add docs
- Make flags more flexible to support disabling system site packages
- Merge pull request #14 from locusrobotics/fix-pip
Fix issues due to pip 10 release
- Review comments
- Lock down pip version
- Make logging optional
- Contributors: Paul Bovbel
0.1.6 (2018-01-10)
- Re-enable pip upgrade
- Contributors: Paul Bovbel
0.1.5 (2018-01-10)
- Disable pip upgrade
- Drop strict requirements
- Update package.xml
- Contributors: Paul Bovbel
0.1.4 (2017-12-03)
- Fixup CMake and local directory cleanup
- Merge pull request #9 from locusrobotics/python3-compat
Python 3 compatiblity tweaks
- Add base requirements file for python3 catkin; include extra data about requirement merge failure
- Fix cmake lint errors
- Add XML schema, README badges, fix travis config for debian jessie, and remove legacy scripts
- Contributors: Paul Bovbel
0.1.3 (2017-11-27)
- Simplify install path
- Clean up vars
- Instantiate both a devel- and install-space venv
- Contributors: Paul Bovbel
0.1.2 (2017-11-23)
- Drop rosbash dependency and move python scripts into cmake directory
- More tweaks to get nosetests working in python3
- Contributors: Paul Bovbel
0.1.1 (2017-11-22)
- Fixup module path
- Contributors: Paul Bovbel
0.1.0 (2017-11-22)
- Fix trusty support
- Contributors: Paul Bovbel
0.0.1 (2017-11-22)
- Add license
- Overhaul virtualenv generation and add Python 3 support (#1)
* Rewrite build_venv in python
* Use dh_virtualenv to do the heavy lifting; embed new version of dh_virtualenv internally
* Update CMake to generate virtualenv appropriately for install and devel space
- Initial implementation
- Contributors: Paul Bovbel