Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-25 | Merge pull request #75 from quizlet/master | Sergey Stankevich | |
Add pypy support | |||
2014-03-25 | Add pypy support | Robert Deaton | |
2014-03-18 | Release 1.7.0 | Sergey Stankevich | |
2014-03-18 | Merge pull request #73 from giavac/master | Sergey Stankevich | |
Don't try to reinstall pip packages on every Puppet run #59 | |||
2014-03-18 | Merge pull request #72 from CpuID/master | Sergey Stankevich | |
add support for explicit version handling with ensure parameter for pip packages | |||
2014-03-18 | Merge pull request #71 from tehgeekmeister/patch-1 | Sergey Stankevich | |
Document newly required pkgname option for pip. | |||
2014-03-18 | Don't try to reinstall pip packages on every Puppet run #59; Even if ensure ↵ | Giacomo Vacca | |
latest, do not install if already latest | |||
2014-03-18 | add support for explicit version handling with ensure parameter for pip packages | Nathan Sullivan | |
2014-03-14 | Document newly required pkgname option for pip. | Ezekiel Smithburg | |
2014-03-06 | Release 1.6.6 | Sergey Stankevich | |
2014-03-06 | Merge branch 'master' of github.com:stankevich/puppet-python | Sergey Stankevich | |
* 'master' of github.com:stankevich/puppet-python: adds external pkgname variable | |||
2014-03-06 | Release 1.6.5 | Sergey Stankevich | |
2014-03-06 | Merge pull request #65 from marcinzaremba/fix-pip-name | Sergey Stankevich | |
Same package for mutiple virtualenvs | |||
2014-03-06 | adds external pkgname variable | Marcin Zaremba | |
2014-03-06 | Release 1.6.4 | Sergey Stankevich | |
2014-03-04 | Merge pull request #62 from genome-vendor/master | Sergey Stankevich | |
Silence warnings when programs are not installed | |||
2014-03-04 | Add begin/rescue/end to setcode block | Matt Callaway | |
This silences these warnings: Could not retrieve pip_version: undefined method `[]' for nil:NilClass Could not retrieve pip_version: can't convert Symbol into String | |||
2014-03-04 | Add begin/rescue/end to setcode block | Matt Callaway | |
This silences these warnings: Could not retrieve pip_version: undefined method `[]' for nil:NilClass Could not retrieve pip_version: can't convert Symbol into String | |||
2014-02-26 | Merge pull request #60 from huit/el5_facts_error_message | Sergey Stankevich | |
prevent Facter error when packages not installed | |||
2014-02-26 | prevent Facter error when packages not installed | Steve Huff | |
on RHEL systems, `pkg.retrieve[pkg.property(:ensure)]` returns `:absent` when a package is not installed; this can generate an unsightly error when running these facts on a RHEL system where the necessary OS packages are not installed: [root@gepeto ~]# facter -p osfamily RedHat [root@gepeto ~]# facter -p lsbmajdistrelease 5 [root@gepeto ~]# grep version /etc/puppet/modules/python/Modulefile version '1.6.3' [root@gepeto ~]# facter -p virtualenv_version pip_version Could not retrieve virtualenv_version: can't convert Symbol into String Could not retrieve pip_version: undefined method `[]' for nil:NilClass Could not retrieve pip_version: can't convert Symbol into String pip_version => virtualenv_version => Fixes #50 | |||
2014-02-02 | Version 1.6.3 | Sergey Stankevich | |
2014-01-27 | Merge pull request #57 from jalli/master | Sergey Stankevich | |
Fix pip wheel handling when wheels are supported but --no-use-wheel flag is not | |||
2014-01-27 | Merge branch 'master' of https://github.com/stankevich/puppet-python | Jarl Stefansson | |
2014-01-20 | Fix syntax error with brace prioritization | Jarl Stefansson | |
2014-01-20 | Merge pull request #56 from vholer/master | Sergey Stankevich | |
Drop stderr in pip --version | |||
2014-01-20 | Drop stderr in pip --version | Vlastimil Holer | |
2014-01-16 | Fix pip 1.5/1.4.1 handling | Jarl Stefansson | |
2014-01-16 | Merge pull request #55 from saz/patch-2 | Sergey Stankevich | |
remove duplicate pip_install exec for latest case | |||
2014-01-16 | Merge pull request #54 from saz/patch-1 | Sergey Stankevich | |
Add path to requirements exec | |||
2014-01-16 | remove duplicate pip_install exec for latest case | Steffen Zieger | |
2014-01-16 | Add path to requirements exec | Steffen Zieger | |
2014-01-14 | Update documentation for python pip | Jarl Stefansson | |
2014-01-14 | Version 1.6.2 | Sergey Stankevich | |
2014-01-14 | Merge pull request #52 from Mayflower/fix/pip-wheel-needs-current-setuptools | Sergey Stankevich | |
Wheel support in pip needs current setuptools | |||
2014-01-14 | Wheel support in pip needs current setuptools | Franz Pletz | |
When virtualenvs are used without distribute and an old setuptools python package is installed in the system, upgrading pip in the virtualenv won't ensure setuptools > 0.8 is installed which is required by the pip wheel command. This patch upgrades setuptools if distribute isn't used. Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de> | |||
2014-01-08 | Version 1.6.1 | Sergey Stankevich | |
2014-01-07 | Merge pull request #51 from jalli/master | Sergey Stankevich | |
Fix secondary version detection for python and revert back to using /tmp for current working dir during virtualenv install. | |||
2014-01-07 | Fix Python version detection, stderr to stdout | Jarl Stefansson | |
2014-01-07 | Silence facter by redirecting python -V stderr | Jarl Stefansson | |
2014-01-07 | Revert to using /tmp fir for cwd for virte inst. | Jarl Stefansson | |
If the virtualenv target directory does not exist before running the virtualenv command the puppet command will fail if the cwd does not exist, hence revert back to using the /tmp directory for current working directory. | |||
2014-01-04 | Merging master | Sergey Stankevich | |
2014-01-04 | Version 1.5.0 | Sergey Stankevich | |
2014-01-03 | Merge pull request #49 from jalli/master | Sergey Stankevich | |
Add compatability/support for pip 1.5 and fix erroneous rebuilds | |||
2014-01-03 | Fix working dir for virtualenv creation | Jarl Stefansson | |
2014-01-03 | Fix wheel/pip1.5 handing with requirements | Jarl Stefansson | |
2014-01-03 | Merge branch 'master' of https://github.com/stankevich/puppet-python | Jarl Stefansson | |
Conflicts: manifests/pip.pp manifests/virtualenv.pp Merge curly braces around variable names | |||
2014-01-03 | Cleanup for merge request | Jarl Stefansson | |
2014-01-03 | Fix grep for detecting if virtenv needs rebuild | Jarl Stefansson | |
2014-01-03 | Fix testing for existing virtual environment | Jarl Stefansson | |
2014-01-03 | Further fixes for pip 1.5 and wheel handling | Jarl Stefansson | |