Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://github.com/voxpupuli/puppet-python

spec test for manage_requirements == false

1634fa821487d588d78812c8fab14c464b1386fd authored about 9 years ago
new manage_requirements argument to address issue 273

42afd0dcbfdf1ec2462b989dff1aa6b583f08892 authored about 9 years ago
Merge pull request #270 from netors/master

bugfix install pip on centos6 using scl

303e84947270e2657a831887206d87d5ca3eb3df authored about 9 years ago
bugfix: fixed syntax to pass linter

cffddeb9dd3028f6472d93a517b96e32018789d1 authored about 9 years ago
bugfix install pip on centos6 using scl

7057d4ae88976a91748fc14c2bca3c4fb9a65e9d authored about 9 years ago
Merge pull request #269 from netors/master

fixed python dev install when using scl

2b6a8b7d530b01bd9abea34cdf7ee67d9ff5de0c authored about 9 years ago
fixed python dev install when using scl

8de9098ee0041a033215432912565016d4a63770 authored about 9 years ago
Merge pull request #267 from stankevich/revert-265-shivapoudel-patch-1

Revert "Update virtualenv_version.rb"

0ba2ac9896c908ffed22040420d4691c29e41aa9 authored about 9 years ago
Revert "Update virtualenv_version.rb"

cc9d24d447b4422e01b4c5894d89b8115645930c authored about 9 years ago
Merge pull request #265 from stankevich/shivapoudel-patch-1

Update virtualenv_version.rb

503dc468ffcd4615d9fb975a4368ed864f940ba3 authored about 9 years ago
Update virtualenv_version.rb

15a1c611b2fa6c667d015983eaf06a1e842f97d4 authored about 9 years ago
Merge pull request #263 from philippeback/master

Update params.pp

fa32eb7f1f5e9839e13b3dc9e4b3938be08385e6 authored about 9 years ago
Update params.pp

27 and 33 needed so that one can install with scl or rhscl provider.

fe3befb25a0512be58e14200d0128440b882175c authored about 9 years ago
Merge pull request #261 from Asher256/hotfix-virtualenv-version

Bug virtualenv instead of virtualenv-$version

acebd44227074d9f90ddf4eed1e2433f07dff15b authored about 9 years ago
Bug virtualenv instead of virtualenv-$version

5d4e48c94a5a9cfca22f2ed2c7c495c1fc634b3c authored about 9 years ago
Merge pull request #260 from rpocase/master

Addressing stankevich/puppet-python issue #258.

cbb5c8bc8cbc5f3b9b205f30031df9fbe3295681 authored about 9 years ago
Addressing stankevich/puppet-python issue #258.

Updating grep regex to use package name with underscores
replaced with hyphens.

cf153cb872e8f88cdb629182bff57be71b538eac authored about 9 years ago
Release v1.10.0

e7389f6e270796372b93b178fd5295abefbdc17a authored about 9 years ago
Merge pull request #255 from covermymeds/redhat_virtualenv_package

RedHat has different virtualenv packages for different pythons

b39478d1b95c6fa0e8e1175c92495d9ab1716d6a authored over 9 years ago
RedHat has different virtualenv packages for different pythons

For example, 'python27' can have a 'python27-virtualenv' package.

016f95b09e447d50cc6a216815c561e62f57c7df authored over 9 years ago
Merge pull request #254 from skpy/master

Create symlink for pip-python with pip provider

4bb83fa96356fe5170bf5de3269bace0f5689fec authored over 9 years ago
Create symlink for pip-python with pip provider

Puppet is opinionated about the name of the `pip` binary.

Closes https://github.com/stankevich/...

a2df8c4fb72353bd5cca12b8a336aedda282d406 authored over 9 years ago
Merge pull request #253 from skpy/master

use full path on commands

2f17c2e79f857f3e55e2c4ed55e2d287c475b080 authored over 9 years ago
use full path on commands

725e8decb808a65a92356eecd4681879fb6bfcba authored over 9 years ago
Merge pull request #251 from joshuaspence/pip-index

Allow setting a custom index for `python::pip`

d657e28134f095c6b7d6f750f67c3ff8a8f842c5 authored over 9 years ago
Allow setting a custom index for `python::pip`

7464d013c3e1448b1083b11c5e48959833388ea8 authored over 9 years ago
Release 1.9.8

cd7daccf1340304ca1776a3043f34b12cd527eec authored over 9 years ago
Merge pull request #250 from tremblaysimon/fixRSpecDeprecation

Fix RSpec deprecated messages

830cf75ad861f573cd84ac47ec226ec160808691 authored over 9 years ago
Fix RSpec deprecation message like using :expect instead of :should using transpec

163e1daa86ba943d2e3ff75b63659fef22eaed76 authored over 9 years ago
Merge pull request #248 from joshuaspence/gunicorn

Fix an issue with gunicorn

27e31c2d85a64c40a934b3108c85a07fb31533a5 authored over 9 years ago
Merge pull request #249 from joshuaspence/pip-unless

Minor improvement for bootstrapped pip installation

fd3164b0bef6afbfdad8ce0d409bfc20f72d5d0e authored over 9 years ago
Fix an issue with gunicorn

Fixes the following error:

```
err: /Stage[main]/Python::Config/Service[gunicorn]/ensure: chang...

daa2b9a54df05518cde9dd25d0282ee742aaf577 authored over 9 years ago
Minor improvement for bootstrapped pip installation

Improves upon pull request #244 to be platform-agnostic.

8d97e7f15385d338097b32a1c8aa7950e0c1e588 authored over 9 years ago
Merge pull request #247 from tremblaysimon/addPipGroup

Support group parameter for python::pip resource

4e6e414e30296bf48d432196df6ea754113bd24d authored over 9 years ago
Add group parameter for python::pip resource

b0cff88f535eb1828611ab7ba6e95f3bee494fb3 authored over 9 years ago
Merge pull request #246 from joshuaspence/ensure_latest2

Various tidying up

5e73883c1abdd3aba753bf8bf45a08ccbad1878f authored over 9 years ago
Merge pull request #244 from joshuaspence/ensure_latest

Bootstrap pip installation

07d6862b6419cbb8e2e32ee3b72d13bab199e173 authored over 9 years ago
Various tidying

Tidying up after pull request #244.

9bda8434a89e8797b0eef47124ebe997dc9bf22e authored over 9 years ago
Bootstrap pip installation

Fixes #243.

c9c9c2d978f7b95069b453aea21b9e7d14f67dcf authored over 9 years ago
Merge pull request #242 from joshuaspence/ensure_latest

Various tidying up

9e8c5a19fe7d7cfc2d13a089d7d8e0637b0061f9 authored over 9 years ago
Various tidying up

Various tidying up after pull request #241.

89e511c3f2da7eb270c29419cf2e9c09470ff205 authored over 9 years ago
Merge pull request #241 from joshuaspence/ensure_latest

Allow custom versions to be installed

78d0c0963ef3560daeda12803a429d73f77453c7 authored over 9 years ago
Fixes #240. Allow the `ensure` parameter to be specified of `python::pip` and `python::virtualenv`.

This is a bit rough... let me know if you are interested in this change and I will tidy it up.

a14cf827bc408e2fd94e9d08df77b5a69c2e8dfe authored over 9 years ago
Merge pull request #238 from xaque208/python3factfix

Check that we have results before returning a value

676f705a8b98cd09f7570f72a0e3536e0cf8ac0c authored over 9 years ago
Check that we have results before returning a value

Without this change, empty results yield a message like the following in
Facter output.

undef...

44728efa617d8b486b27fef33b5b33b52c78137b authored over 9 years ago
Merge pull request #237 from fluential/master

Adjust test code to pass syntax checker

2111486bee23588aabd7304c3678ffd3a0dc634f authored over 9 years ago
Adjust test code to pass syntax checker

d8224ceb647f44c2b3cf6d94fc7cb63bdb83930a authored over 9 years ago
Merge pull request #236 from adevore/master

Add facts python2_version and python3_version

7deb1ec5e97d35ccdde32afdad45c21fa905f1c2 authored over 9 years ago
Change resolution order of python2_version to use `python` first

fe02203818625ebcf9072cc18fd1ee537da1a303 authored over 9 years ago
Add facts for python2_version and python3_version with tests

2d7829d7f253879c3b1774b96b919a396da61502 authored over 9 years ago
Merge pull request #235 from yrobla/master

Add python 2.7 support to Debian

a9d6279c58cd4646dc2662a520367b948c506ed0 authored over 9 years ago
Add python 2.7 support to Debian

e9b7b7a775f08428ceb6b2867f61d46a61b56aa6 authored over 9 years ago
Release 1.9.7

c8d2c89b36a0014a8b7af1e24aeb05cd98b091b6 authored over 9 years ago
Reverted #216 to fix #230

224625828c87a82fe43a9e308bd84caffd8cd9cf authored over 9 years ago
Merge pull request #232 from ghoneycutt/support_puppet_v4

Support puppet v4

5283669a0dcd676d63ab6256b004df50fda7a1a1 authored over 9 years ago
Merge pull request #229 from ghoneycutt/support_ruby_187_and_210

Support Ruby versions 1.8.7 and 2.1.0

eb8846f96f77fd7b03543201dd11ceaee62abe25 authored over 9 years ago
Support Puppet v4

5c07be5ad7a8fdacb91de7c13cd3f197562c278d authored over 9 years ago
Support the future parser in Puppet v3

bd8b436f3471ba319d87bad4a570f3964a6a8d96 authored over 9 years ago
Support Ruby versions 1.8.7 and 2.1.0

df57c6ef74194a5cd3cdca1064a8db3a84c0f922 authored over 9 years ago
Merge pull request #228 from ghoneycutt/drop_puppet_v2

Drop puppet v2

6eca4f29fd9c086f9bcf5a5e640f0227a7ea6392 authored over 9 years ago
Drop support for Puppet v2 and document supported versions

8bd2531771d4506c838e143a7eed5e7188d18c5b authored over 9 years ago
Use explicit versions in fixtures for testing

Without this patch Travis-ci will test against the master branch which
is not what is actually s...

4609f6298eb0184123ed0fee68ea7402d29ff2f6 authored over 9 years ago
Merge pull request #227 from vicinus/master

include python for access to exec_prefix

825bdfe3989162a888cdd5b54696437cbd56a33c authored over 9 years ago
include python for access to exec_prefix

According to puppet scope documentation: "availability of out-of-scope variables is evaluation o...

0c73a12eaca29f1916895f77e666274cede346de authored over 9 years ago
Merge pull request #223 from ByteInternet/gunicorn-venv-circle

Resolve circular dep when installing gunicorn in venv

6edf46f7b780cfed7728f5b43959cfb7813e1025 authored over 9 years ago
Resolve circular dep when installing gunicorn in venv

The anchor pattern now requires python::config to happen before creating virtual envs. If gunico...

9941bfdb13de89314839555b0077302d1b08c8a5 authored over 9 years ago
Release 1.9.6

c3fe3f4630731e4f16314f7d6aa126439edaac66 authored over 9 years ago
Merge pull request #222 from sorreltree/exec_prefix_clear_pull

Added exec_prefix to clean up exec statements, particularly for scl

4b8c623c73de790529747f162ced186c1c82f2d5 authored over 9 years ago
Added exec_prefix to clean up exec statements, particularly for scl

f9336f9d7188b4ff08a96a4b13648917d9a76f00 authored over 9 years ago
Merge pull request #220 from sorreltree/requirements_param_pull

Add python_requirements parameter to create resources

e3b9968e030d5468198dc100b8d6183195790f65 authored over 9 years ago
Add python_requirements parameter to create resources

5d52a78ddec0226c01360bbf7ca578441a969865 authored over 9 years ago
Merge pull request #219 from sorreltree/rhscl_provider_pull

Added rhscl provider from softwarecollections.org

13d81c29161c0a97b62a292f3de24574ae2f7a3c authored over 9 years ago
Added rhscl provider from softwarecollections.org

bdd097239451d5c92cb26161869e9ecaee0fb6fb authored over 9 years ago
Merge pull request #217 from gene1wood/doc-fix-for-pip-default

Update docs to reflect current pip parameter default and move release notes to the bottom of the...

d7dc554992027e2ce3868d96c793c5d930e89321 authored over 9 years ago
Merge pull request #216 from sorreltree/virtualenv_ordering

Order virtualenv creation after package install

f73320a9a215fa5bc81dcc5ffc1a81c1d4a57edb authored over 9 years ago
Merge branch 'master' into doc-fix-for-pip-default

# Conflicts:
# README.md

0f10cea9b8390c3d6db7b9eb21ed9bf7bd5c24a7 authored over 9 years ago
Update docs to reflect current pip parameter default and move release notes to the bottom of the page.

Since the release notes reflect changes from long in the past it's probably confusing to have the...

c2f3c1648c206966015835288c1a2ba9cd56d0cc authored over 9 years ago
Virtualenv exec resources tagged with 'python-virtualenv,' ordered in anchor pattern

a738b958313042c48affe61569046e32c0df6ad9 authored over 9 years ago
Added as author for Peter Souter

@petems is assigned as the author. @stankevich please provide the collaborator badge for him :)

f2fea3fa94212b97edcdc99a60d7f623ff79d412 authored over 9 years ago
Added as author for Peter Souter

@petems is assigned as the author. @stankevich can you give him the collaborator badge :)

b7990a5a1ef6d0b76b56f26316d79bf210b5f828 authored over 9 years ago
Merge pull request #214 from sorreltree/master

Experimental support for SCL repositories on RHEL and CentOS

03d0e99246ccea9ba8e8d4e237fc06e4e1ee01ea authored over 9 years ago
Code cleanup for Travis test

409ff8a377f79ef3f710353d53e18f0b99d27e1d authored over 9 years ago
Stub addition to the README for using the SCL patch

0389712d8d6b86910de2e1a1835760fa33a0e8fc authored over 9 years ago
Another whack at trying to get pip to install in scl correctly

4ee5a6b9386ca9501b0f8f13d10ba1fac43ac3e5 authored over 9 years ago
. . . and that's what happens when you don't validate your code . . .

86bead8db92746b67c08c1f1e7d4b3f5a01d3b18 authored over 9 years ago
. . . really weird, y'all.

263aa8ebbc1aead11b7639d5f3f53651cd7636cf authored over 9 years ago
puppet conditionals are weird, y'all

b225f17ce132d600b87e510a828bbb2cce958cfc authored over 9 years ago
Switched over to more generic SCL code pass-in

f440edb091df4d1a47313694c30b81443c2ec43a authored over 9 years ago
Lots of stuff for SCL

20ca0c5ad1acddd23ab8bd11f910ddbeb626e9d7 authored over 9 years ago
Attempt #1 to get scl to work

e47f1d801596b359a68d0863e72afadad979307a authored over 9 years ago
Fix - Default PATH variable in readme for `pyvenv`

Closes #212

aac288a5d1024207234b4d01317c2c231c85dc6a authored over 9 years ago
Merge pull request #211 from olavmrk/debian_jessie_support

Debian Jessie support

b17df1574623003b645fbd213f2a85dddcba0f2a authored over 9 years ago
Add Debian Jessie to list of supported operating systems.

aa7eb4119ceb3d091a89adc25473630f9f8d3734 authored over 9 years ago
Fix virtualenv package installation on Debian Jessie.

On Debian Jessie the package `python-virtualenv` no longer installes
the `virtualenv` binary. In...

e60085367d03b9b41f40c2576edb86efd7b70f72 authored over 9 years ago
Release 1.9.5

eb52429dbf78778a4871169571a744bff44a6287 authored over 9 years ago
Merge pull request #210 from syseleven/fix-facts

remove broken facts

9ef5e393ea1e91ccd1b7856e21af824ef08c7da3 authored over 9 years ago
Merge pull request #209 from ghoneycutt/check_metadata

Check metadata

086a0fa3652071ef2dc2a514ac5fd20f8036c541 authored over 9 years ago
Merge pull request #207 from ghoneycutt/epel_optional

Make the inclusion of the epel class optional.

09d2200dd680a51f1bff3f74c923a5cc62956d63 authored over 9 years ago
Travis-ci to check that the metadata is correct

807e13cda25c80b4c368a85a881b242d29aca8e9 authored over 9 years ago
Travis-ci to use docker for faster builds

438815f390126fc2572f570b9b4a050a6c6fb652 authored over 9 years ago