272
|
1 # Changelog
|
|
2
|
|
3 All notable changes to this project will be documented in this file.
|
|
4 Each new release typically also includes the latest modulesync defaults.
|
|
5 These should not affect the functionality of the module.
|
|
6
|
387
|
7 ## [v6.2.1](https://github.com/voxpupuli/puppet-python/tree/v6.2.1) (2021-12-10)
|
|
8
|
|
9 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.2.0...v6.2.1)
|
|
10
|
|
11 **Fixed bugs:**
|
|
12
|
|
13 - Correct python::pip::environment parameter example [\#629](https://github.com/voxpupuli/puppet-python/pull/629) ([traylenator](https://github.com/traylenator))
|
|
14 - gunicorn: RHEL8 has a different package name [\#628](https://github.com/voxpupuli/puppet-python/pull/628) ([yakatz](https://github.com/yakatz))
|
|
15 - Remove duplicate arguments in the pip install command [\#627](https://github.com/voxpupuli/puppet-python/pull/627) ([zanyou](https://github.com/zanyou))
|
|
16
|
|
17 **Closed issues:**
|
|
18
|
|
19 - Package with provider pip3 tries installing every run. [\#626](https://github.com/voxpupuli/puppet-python/issues/626)
|
|
20
|
|
21 **Merged pull requests:**
|
|
22
|
|
23 - modulesync 5.1.0 & puppet-lint: fix params\_empty\_string\_assignment [\#631](https://github.com/voxpupuli/puppet-python/pull/631) ([bastelfreak](https://github.com/bastelfreak))
|
|
24
|
|
25 ## [v6.2.0](https://github.com/voxpupuli/puppet-python/tree/v6.2.0) (2021-08-26)
|
|
26
|
|
27 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.1.0...v6.2.0)
|
|
28
|
|
29 **Implemented enhancements:**
|
|
30
|
|
31 - Add support for Debian 11 [\#621](https://github.com/voxpupuli/puppet-python/pull/621) ([smortex](https://github.com/smortex))
|
|
32
|
|
33 **Merged pull requests:**
|
|
34
|
|
35 - Allow stdlib 8.0.0 [\#622](https://github.com/voxpupuli/puppet-python/pull/622) ([smortex](https://github.com/smortex))
|
|
36
|
|
37 ## [v6.1.0](https://github.com/voxpupuli/puppet-python/tree/v6.1.0) (2021-06-05)
|
|
38
|
|
39 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.0.1...v6.1.0)
|
|
40
|
|
41 Due to a bug in the release pipeline, release v6.0.1 didn't make it to the forge. v6.0.2 just contains [modulesync 4.1.0](https://github.com/voxpupuli/modulesync_config/blob/master/CHANGELOG.md#410-2021-04-03) patch.
|
|
42
|
|
43 **Implemented enhancements:**
|
|
44
|
|
45 - Add support for FreeBSD [\#612](https://github.com/voxpupuli/puppet-python/pull/612) ([smortex](https://github.com/smortex))
|
|
46
|
|
47 **Closed issues:**
|
|
48
|
|
49 - Can't uninstall pip package because of duplicate variable name [\#532](https://github.com/voxpupuli/puppet-python/issues/532)
|
|
50 - audit metaparameter is deprecated [\#375](https://github.com/voxpupuli/puppet-python/issues/375)
|
|
51
|
|
52 ## [v6.0.1](https://github.com/voxpupuli/puppet-python/tree/v6.0.1) (2021-04-29)
|
|
53
|
|
54 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.0.0...v6.0.1)
|
|
55
|
|
56 **Fixed bugs:**
|
|
57
|
|
58 - Use $real\_pkgname for pip uninstall command [\#607](https://github.com/voxpupuli/puppet-python/pull/607) ([brabiega](https://github.com/brabiega))
|
|
59
|
|
60 **Closed issues:**
|
|
61
|
|
62 - Pip uninstall does not support pkgname variable [\#606](https://github.com/voxpupuli/puppet-python/issues/606)
|
|
63
|
|
64 ## [v6.0.0](https://github.com/voxpupuli/puppet-python/tree/v6.0.0) (2021-04-03)
|
|
65
|
|
66 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v5.0.0...v6.0.0)
|
|
67
|
|
68 **Breaking changes:**
|
|
69
|
|
70 - Drop Puppet 5 support [\#603](https://github.com/voxpupuli/puppet-python/pull/603) ([bastelfreak](https://github.com/bastelfreak))
|
|
71 - Drop python::virtualenv defined resource [\#596](https://github.com/voxpupuli/puppet-python/pull/596) ([bastelfreak](https://github.com/bastelfreak))
|
|
72 - Set default python to 3 [\#595](https://github.com/voxpupuli/puppet-python/pull/595) ([bastelfreak](https://github.com/bastelfreak))
|
|
73
|
|
74 **Implemented enhancements:**
|
|
75
|
|
76 - Add the possibility to specify the pip version in virtual envs [\#599](https://github.com/voxpupuli/puppet-python/pull/599) ([SaschaDoering](https://github.com/SaschaDoering))
|
|
77 - Add Support for RedHat/CentOS 8 [\#594](https://github.com/voxpupuli/puppet-python/pull/594) ([treydock](https://github.com/treydock))
|
|
78 - enhance pyvenv tests [\#590](https://github.com/voxpupuli/puppet-python/pull/590) ([bastelfreak](https://github.com/bastelfreak))
|
|
79 - Add Debian 10 support [\#573](https://github.com/voxpupuli/puppet-python/pull/573) ([bastelfreak](https://github.com/bastelfreak))
|
|
80
|
|
81 **Fixed bugs:**
|
|
82
|
|
83 - Fix python::virtualenv to allow virtualenv to not require absolute path [\#592](https://github.com/voxpupuli/puppet-python/pull/592) ([treydock](https://github.com/treydock))
|
|
84 - python::gunicorn: Fix typo in datatype [\#585](https://github.com/voxpupuli/puppet-python/pull/585) ([bastelfreak](https://github.com/bastelfreak))
|
|
85
|
|
86 **Closed issues:**
|
|
87
|
|
88 - Setting Pip Version for Virtual Environments [\#559](https://github.com/voxpupuli/puppet-python/issues/559)
|
|
89 - Can't install this using librarian-puppet [\#406](https://github.com/voxpupuli/puppet-python/issues/406)
|
|
90
|
|
91 **Merged pull requests:**
|
|
92
|
|
93 - puppetlabs/stdlib: Allow 7.x [\#604](https://github.com/voxpupuli/puppet-python/pull/604) ([bastelfreak](https://github.com/bastelfreak))
|
|
94 - Support Puppet 7 [\#602](https://github.com/voxpupuli/puppet-python/pull/602) ([mattock](https://github.com/mattock))
|
|
95 - Support Ubuntu 20.04 [\#593](https://github.com/voxpupuli/puppet-python/pull/593) ([treydock](https://github.com/treydock))
|
|
96 - Add pyvenv acceptance test [\#588](https://github.com/voxpupuli/puppet-python/pull/588) ([bastelfreak](https://github.com/bastelfreak))
|
|
97 - General linting/indent/syntax [\#580](https://github.com/voxpupuli/puppet-python/pull/580) ([crazymind1337](https://github.com/crazymind1337))
|
|
98 - Use Python 3 for virtualenv tests [\#575](https://github.com/voxpupuli/puppet-python/pull/575) ([waipeng](https://github.com/waipeng))
|
|
99 - Add acceptance test for managing Python 3 [\#572](https://github.com/voxpupuli/puppet-python/pull/572) ([bastelfreak](https://github.com/bastelfreak))
|
|
100
|
|
101 ## [v5.0.0](https://github.com/voxpupuli/puppet-python/tree/v5.0.0) (2020-09-23)
|
|
102
|
|
103 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.1.1...v5.0.0)
|
|
104
|
|
105 **Breaking changes:**
|
|
106
|
|
107 - Drop CentOS 6 support [\#566](https://github.com/voxpupuli/puppet-python/pull/566) ([bastelfreak](https://github.com/bastelfreak))
|
|
108 - Drop EOL Debian 8 [\#563](https://github.com/voxpupuli/puppet-python/pull/563) ([bastelfreak](https://github.com/bastelfreak))
|
|
109
|
|
110 **Fixed bugs:**
|
|
111
|
|
112 - Fix undefined method error in facts [\#555](https://github.com/voxpupuli/puppet-python/pull/555) ([wiebe](https://github.com/wiebe))
|
|
113
|
|
114 **Closed issues:**
|
|
115
|
|
116 - "warning: already initialized constant PIP\_VERSION" when upgrading to agent 6.15.0 [\#553](https://github.com/voxpupuli/puppet-python/issues/553)
|
|
117 - "undefined method \[\]" in pip\_version and virtualenv\_version facts [\#527](https://github.com/voxpupuli/puppet-python/issues/527)
|
|
118 - Deprecation Warnings - Mocha mock\_with [\#432](https://github.com/voxpupuli/puppet-python/issues/432)
|
|
119
|
|
120 **Merged pull requests:**
|
|
121
|
|
122 - delete legacy nodesets [\#562](https://github.com/voxpupuli/puppet-python/pull/562) ([bastelfreak](https://github.com/bastelfreak))
|
|
123 - modulesync 3.0.0 & puppet-lint updates [\#556](https://github.com/voxpupuli/puppet-python/pull/556) ([bastelfreak](https://github.com/bastelfreak))
|
|
124 - Convert unit tests to rspec rather than 'mocha' [\#554](https://github.com/voxpupuli/puppet-python/pull/554) ([KeithWard](https://github.com/KeithWard))
|
|
125
|
|
126 ## [v4.1.1](https://github.com/voxpupuli/puppet-python/tree/v4.1.1) (2020-04-30)
|
|
127
|
|
128 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.1.0...v4.1.1)
|
|
129
|
|
130 **Fixed bugs:**
|
|
131
|
|
132 - Fixes for virtualenv\_version fact when virtualenv \> 20.x [\#537](https://github.com/voxpupuli/puppet-python/pull/537) ([pjonesIDBS](https://github.com/pjonesIDBS))
|
|
133
|
|
134 ## [v4.1.0](https://github.com/voxpupuli/puppet-python/tree/v4.1.0) (2020-04-26)
|
|
135
|
|
136 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.0.0...v4.1.0)
|
|
137
|
|
138 **Implemented enhancements:**
|
|
139
|
|
140 - Add option for not managing python and virtualenv packages. [\#500](https://github.com/voxpupuli/puppet-python/pull/500) ([tdukaric](https://github.com/tdukaric))
|
|
141
|
|
142 **Fixed bugs:**
|
|
143
|
|
144 - Wrong pip referenced inside virtualenv [\#505](https://github.com/voxpupuli/puppet-python/issues/505)
|
|
145 - CentOS: Fix ordering dependency [\#546](https://github.com/voxpupuli/puppet-python/pull/546) ([bastelfreak](https://github.com/bastelfreak))
|
|
146 - switch from stahnma/epel to puppet/epel / Ubuntu 16.04: Execute tests on Python 3 [\#545](https://github.com/voxpupuli/puppet-python/pull/545) ([bastelfreak](https://github.com/bastelfreak))
|
|
147 - Remove resource collector overriding pip\_provider [\#511](https://github.com/voxpupuli/puppet-python/pull/511) ([jplindquist](https://github.com/jplindquist))
|
|
148
|
|
149 **Closed issues:**
|
|
150
|
|
151 - python3.6+ venv proper installation command [\#533](https://github.com/voxpupuli/puppet-python/issues/533)
|
|
152 - Virtualenv doesn't install with the right python [\#384](https://github.com/voxpupuli/puppet-python/issues/384)
|
|
153
|
|
154 **Merged pull requests:**
|
|
155
|
|
156 - Use voxpupuli-acceptance [\#543](https://github.com/voxpupuli/puppet-python/pull/543) ([ekohl](https://github.com/ekohl))
|
|
157 - update repo links to https [\#531](https://github.com/voxpupuli/puppet-python/pull/531) ([bastelfreak](https://github.com/bastelfreak))
|
|
158
|
272
|
159 ## [v4.0.0](https://github.com/voxpupuli/puppet-python/tree/v4.0.0) (2019-12-10)
|
|
160
|
|
161 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v3.0.1...v4.0.0)
|
|
162
|
|
163 **Breaking changes:**
|
|
164
|
|
165 - Drop Ubuntu 14.04 support [\#515](https://github.com/voxpupuli/puppet-python/pull/515) ([bastelfreak](https://github.com/bastelfreak))
|
|
166
|
|
167 **Fixed bugs:**
|
|
168
|
|
169 - Allow python::version to contain a point \(e.g. python3.7\) [\#523](https://github.com/voxpupuli/puppet-python/pull/523) ([baurmatt](https://github.com/baurmatt))
|
|
170 - Fix duplicate declaration for python-venv package [\#518](https://github.com/voxpupuli/puppet-python/pull/518) ([baurmatt](https://github.com/baurmatt))
|
|
171 - Use shell to exec pip commands by default [\#498](https://github.com/voxpupuli/puppet-python/pull/498) ([jamebus](https://github.com/jamebus))
|
|
172 - Fix a reassigned variable [\#497](https://github.com/voxpupuli/puppet-python/pull/497) ([SaschaDoering](https://github.com/SaschaDoering))
|
|
173
|
|
174 **Closed issues:**
|
|
175
|
|
176 - Duplicate declaration for python$version-venv [\#517](https://github.com/voxpupuli/puppet-python/issues/517)
|
|
177 - Python 3.6 on ubuntu 18.04 not working [\#508](https://github.com/voxpupuli/puppet-python/issues/508)
|
|
178 - Module does not recognize Debian python package name [\#506](https://github.com/voxpupuli/puppet-python/issues/506)
|
|
179 - Gunicorn via Hiera [\#499](https://github.com/voxpupuli/puppet-python/issues/499)
|
|
180 - Python::Pip fails if $ensure='absent' [\#496](https://github.com/voxpupuli/puppet-python/issues/496)
|
|
181
|
|
182 **Merged pull requests:**
|
|
183
|
|
184 - Clean up requirements\_spec.rb [\#521](https://github.com/voxpupuli/puppet-python/pull/521) ([ekohl](https://github.com/ekohl))
|
|
185 - Switch to int\_date for acceptance test [\#519](https://github.com/voxpupuli/puppet-python/pull/519) ([baurmatt](https://github.com/baurmatt))
|
|
186 - Upgrade pip and setuptools on venv creation [\#516](https://github.com/voxpupuli/puppet-python/pull/516) ([baurmatt](https://github.com/baurmatt))
|
|
187 - Recognize Debian python package name, fixes: \#506 [\#514](https://github.com/voxpupuli/puppet-python/pull/514) ([lordievader](https://github.com/lordievader))
|
|
188 - Clean up acceptance spec helper [\#512](https://github.com/voxpupuli/puppet-python/pull/512) ([ekohl](https://github.com/ekohl))
|
|
189 - Add badges to README [\#495](https://github.com/voxpupuli/puppet-python/pull/495) ([alexjfisher](https://github.com/alexjfisher))
|
|
190
|
|
191 ## [v3.0.1](https://github.com/voxpupuli/puppet-python/tree/v3.0.1) (2019-06-13)
|
|
192
|
|
193 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v3.0.0...v3.0.1)
|
|
194
|
|
195 **Merged pull requests:**
|
|
196
|
|
197 - Fix travis secret [\#493](https://github.com/voxpupuli/puppet-python/pull/493) ([alexjfisher](https://github.com/alexjfisher))
|
|
198
|
|
199 ## [v3.0.0](https://github.com/voxpupuli/puppet-python/tree/v3.0.0) (2019-06-13)
|
|
200
|
|
201 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v2.2.2...v3.0.0)
|
|
202
|
|
203 **Breaking changes:**
|
|
204
|
|
205 - modulesync 2.5.1 and drop Puppet 4 [\#467](https://github.com/voxpupuli/puppet-python/pull/467) ([bastelfreak](https://github.com/bastelfreak))
|
|
206
|
|
207 **Implemented enhancements:**
|
|
208
|
|
209 - Allow HTTP\_PROXY on bootstrap. [\#488](https://github.com/voxpupuli/puppet-python/pull/488) ([pillarsdotnet](https://github.com/pillarsdotnet))
|
|
210 - Modern pip can install wheels without wheel installed [\#483](https://github.com/voxpupuli/puppet-python/pull/483) ([asottile](https://github.com/asottile))
|
|
211 - Allow arbitrary pip providers [\#480](https://github.com/voxpupuli/puppet-python/pull/480) ([ethanhs](https://github.com/ethanhs))
|
|
212 - Add manage\_scl boolean to control managing SCL [\#464](https://github.com/voxpupuli/puppet-python/pull/464) ([bodgit](https://github.com/bodgit))
|
|
213 - Allow pip to work in AIX systems [\#461](https://github.com/voxpupuli/puppet-python/pull/461) ([feltra](https://github.com/feltra))
|
|
214 - move pip bootstrap into a seperate class [\#460](https://github.com/voxpupuli/puppet-python/pull/460) ([feltra](https://github.com/feltra))
|
|
215 - Allow custom python versions and environments [\#451](https://github.com/voxpupuli/puppet-python/pull/451) ([jradmacher](https://github.com/jradmacher))
|
|
216
|
|
217 **Fixed bugs:**
|
|
218
|
|
219 - Installing from git repo runs install on every Puppet run [\#193](https://github.com/voxpupuli/puppet-python/issues/193)
|
387
|
220 - Fix python::pip installing $editable VCS packages every Puppet run [\#491](https://github.com/voxpupuli/puppet-python/pull/491) ([mlow](https://github.com/mlow))
|
272
|
221 - Fix $subscribe overloading [\#490](https://github.com/voxpupuli/puppet-python/pull/490) ([nward](https://github.com/nward))
|
|
222 - Fix version-check. [\#489](https://github.com/voxpupuli/puppet-python/pull/489) ([pillarsdotnet](https://github.com/pillarsdotnet))
|
|
223 - Update version validation [\#472](https://github.com/voxpupuli/puppet-python/pull/472) ([bodgit](https://github.com/bodgit))
|
|
224 - Normalize Python version in `python::pyvenv` [\#466](https://github.com/voxpupuli/puppet-python/pull/466) ([thaiphv](https://github.com/thaiphv))
|
|
225 - Fix Ubuntu bionic package installation [\#450](https://github.com/voxpupuli/puppet-python/pull/450) ([ekohl](https://github.com/ekohl))
|
|
226 - Fix $filename and $mode types in python::dotfile [\#446](https://github.com/voxpupuli/puppet-python/pull/446) ([gdubicki](https://github.com/gdubicki))
|
|
227 - Stop using 'pip search' for ensure =\> latest [\#434](https://github.com/voxpupuli/puppet-python/pull/434) ([gdubicki](https://github.com/gdubicki))
|
|
228
|
|
229 **Closed issues:**
|
|
230
|
|
231 - Should set permissive umask before exec. [\#486](https://github.com/voxpupuli/puppet-python/issues/486)
|
|
232 - When updating pip via puppet-python, an error occurs. [\#484](https://github.com/voxpupuli/puppet-python/issues/484)
|
|
233 - Not possible to install Python-3 with this module [\#482](https://github.com/voxpupuli/puppet-python/issues/482)
|
|
234 - Cannot install pre-commit pip. [\#481](https://github.com/voxpupuli/puppet-python/issues/481)
|
|
235 - Allow the use of pip3.4 and pip3.6 [\#476](https://github.com/voxpupuli/puppet-python/issues/476)
|
|
236 - python3\_version fact doesn't work on SCL [\#475](https://github.com/voxpupuli/puppet-python/issues/475)
|
|
237 - missing https\_proxy when using https pypi of other https indexes [\#473](https://github.com/voxpupuli/puppet-python/issues/473)
|
|
238 - Unable to use SCL version [\#471](https://github.com/voxpupuli/puppet-python/issues/471)
|
|
239 - Variable $subscribe shoud not be overwritten [\#470](https://github.com/voxpupuli/puppet-python/issues/470)
|
|
240 - Add switch to not manage SCL setup [\#463](https://github.com/voxpupuli/puppet-python/issues/463)
|
|
241 - update dependencies to stdlib \>= 4.19 [\#458](https://github.com/voxpupuli/puppet-python/issues/458)
|
|
242 - Impossible to use version number in Ubuntu 16.04 [\#448](https://github.com/voxpupuli/puppet-python/issues/448)
|
|
243 - Documentation still includes the deprecated stankevich-python module for installation [\#441](https://github.com/voxpupuli/puppet-python/issues/441)
|
|
244 - No puppet strings docs/class reference docs [\#439](https://github.com/voxpupuli/puppet-python/issues/439)
|
|
245 - python::pip ensure =\> latest triggers refresh on each puppet run for some packages [\#433](https://github.com/voxpupuli/puppet-python/issues/433)
|
|
246 - Support for Python3.6 executables [\#420](https://github.com/voxpupuli/puppet-python/issues/420)
|
|
247 - Python 3 + virtualenv + centos 7 not working [\#354](https://github.com/voxpupuli/puppet-python/issues/354)
|
|
248 - --no-use-wheel argument fails requirement installation [\#173](https://github.com/voxpupuli/puppet-python/issues/173)
|
|
249
|
|
250 **Merged pull requests:**
|
|
251
|
|
252 - 486 Set permissive umask. [\#487](https://github.com/voxpupuli/puppet-python/pull/487) ([pillarsdotnet](https://github.com/pillarsdotnet))
|
387
|
253 - Update `puppetlabs/stdlib` dependency to allow 6.x and require at least 4.19.0 \(where the `fact()` function was introduced\) [\#485](https://github.com/voxpupuli/puppet-python/pull/485) ([pillarsdotnet](https://github.com/pillarsdotnet))
|
272
|
254 - Update pip url regex to support 'git+git://\<url\>' [\#477](https://github.com/voxpupuli/puppet-python/pull/477) ([gharper](https://github.com/gharper))
|
|
255 - README.md: remove obsolete and redundant sections [\#453](https://github.com/voxpupuli/puppet-python/pull/453) ([kenyon](https://github.com/kenyon))
|
|
256 - remove .DS\_Store [\#452](https://github.com/voxpupuli/puppet-python/pull/452) ([kenyon](https://github.com/kenyon))
|
|
257 - Change default indent to 2 Spaces in .editorconfig [\#449](https://github.com/voxpupuli/puppet-python/pull/449) ([jradmacher](https://github.com/jradmacher))
|
|
258 - Replace deprecated validate\_\* functions [\#443](https://github.com/voxpupuli/puppet-python/pull/443) ([baurmatt](https://github.com/baurmatt))
|
|
259 - Update modules with defined types for variables as described in docs/Add reference.md [\#440](https://github.com/voxpupuli/puppet-python/pull/440) ([danquack](https://github.com/danquack))
|
|
260
|
|
261 ## [v2.2.2](https://github.com/voxpupuli/puppet-python/tree/v2.2.2) (2018-10-20)
|
|
262
|
|
263 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v2.2.0...v2.2.2)
|
|
264
|
|
265 **Closed issues:**
|
|
266
|
|
267 - Make a new release to the forge [\#437](https://github.com/voxpupuli/puppet-python/issues/437)
|
|
268
|
|
269 ## [v2.2.0](https://github.com/voxpupuli/puppet-python/tree/v2.2.0) (2018-10-19)
|
|
270
|
|
271 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v2.1.1...v2.2.0)
|
|
272
|
|
273 **Implemented enhancements:**
|
|
274
|
|
275 - Add Ubuntu 18.04 support [\#399](https://github.com/voxpupuli/puppet-python/issues/399)
|
|
276 - Add ubuntu 18.04 support [\#426](https://github.com/voxpupuli/puppet-python/pull/426) ([danquack](https://github.com/danquack))
|
|
277
|
|
278 **Fixed bugs:**
|
|
279
|
|
280 - Pip: freeze all to be able to control setuptools, distribute, wheel, pip [\#418](https://github.com/voxpupuli/puppet-python/pull/418) ([Feandil](https://github.com/Feandil))
|
|
281
|
|
282 **Merged pull requests:**
|
|
283
|
|
284 - modulesync 2.2.0 and allow puppet 6.x [\#435](https://github.com/voxpupuli/puppet-python/pull/435) ([bastelfreak](https://github.com/bastelfreak))
|
|
285
|
|
286 ## [v2.1.1](https://github.com/voxpupuli/puppet-python/tree/v2.1.1) (2018-08-20)
|
|
287
|
|
288 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v2.1.0...v2.1.1)
|
|
289
|
|
290 **Fixed bugs:**
|
|
291
|
|
292 - CentOS Acceptance testing, and more.... [\#424](https://github.com/voxpupuli/puppet-python/pull/424) ([danquack](https://github.com/danquack))
|
|
293
|
|
294 **Closed issues:**
|
|
295
|
|
296 - enable acceptance tests for centos [\#423](https://github.com/voxpupuli/puppet-python/issues/423)
|
|
297 - Run acceptance tests on travis [\#402](https://github.com/voxpupuli/puppet-python/issues/402)
|
|
298 - \[CentOS7 + Python 2.7\]: python::virtualenv fails [\#365](https://github.com/voxpupuli/puppet-python/issues/365)
|
|
299
|
|
300 **Merged pull requests:**
|
|
301
|
|
302 - Updated README for python::virtualenv [\#421](https://github.com/voxpupuli/puppet-python/pull/421) ([tprestegard](https://github.com/tprestegard))
|
|
303 - enable acceptance tests [\#419](https://github.com/voxpupuli/puppet-python/pull/419) ([bastelfreak](https://github.com/bastelfreak))
|
|
304
|
|
305 ## [v2.1.0](https://github.com/voxpupuli/puppet-python/tree/v2.1.0) (2018-07-09)
|
|
306
|
|
307 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v2.0.0...v2.1.0)
|
|
308
|
|
309 **Implemented enhancements:**
|
|
310
|
|
311 - support for providing pip3 provider w/ tests. Modified readme 4 examples [\#414](https://github.com/voxpupuli/puppet-python/pull/414) ([danquack](https://github.com/danquack))
|
|
312
|
|
313 **Closed issues:**
|
|
314
|
|
315 - How to deploy pip package to rhscl python34 [\#377](https://github.com/voxpupuli/puppet-python/issues/377)
|
|
316 - CentOS 7 with Python3 does not work [\#303](https://github.com/voxpupuli/puppet-python/issues/303)
|
|
317
|
|
318 ## [v2.0.0](https://github.com/voxpupuli/puppet-python/tree/v2.0.0) (2018-06-25)
|
|
319
|
|
320 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.19.0...v2.0.0)
|
|
321
|
|
322 **Breaking changes:**
|
|
323
|
|
324 - Drop Puppet \<4.10 support [\#401](https://github.com/voxpupuli/puppet-python/issues/401)
|
|
325 - Drop Ruby 1.8 support [\#400](https://github.com/voxpupuli/puppet-python/issues/400)
|
|
326 - Drop EOL operatingsystem: Ubuntu 12.04 [\#397](https://github.com/voxpupuli/puppet-python/issues/397)
|
|
327 - Drop EOL operatingsystem: Ubuntu 10.04 [\#396](https://github.com/voxpupuli/puppet-python/issues/396)
|
|
328 - Drop EOL operatingsystem: Debian 7 [\#395](https://github.com/voxpupuli/puppet-python/issues/395)
|
|
329 - Drop EOL operatingsystem: Debian 6 [\#394](https://github.com/voxpupuli/puppet-python/issues/394)
|
|
330 - Drop EOL operatingsystem: CentOS 5 [\#393](https://github.com/voxpupuli/puppet-python/issues/393)
|
|
331
|
|
332 **Implemented enhancements:**
|
|
333
|
|
334 - Add Debian 9 Support [\#398](https://github.com/voxpupuli/puppet-python/issues/398)
|
|
335 - Add support for Anaconda [\#409](https://github.com/voxpupuli/puppet-python/pull/409) ([jb-abbadie](https://github.com/jb-abbadie))
|
|
336 - Add umask parameter to pip execs [\#368](https://github.com/voxpupuli/puppet-python/pull/368) ([jstaph](https://github.com/jstaph))
|
|
337
|
|
338 **Closed issues:**
|
|
339
|
|
340 - Activity on this project? [\#371](https://github.com/voxpupuli/puppet-python/issues/371)
|
|
341 - module is not compatible with setuptools v34 [\#361](https://github.com/voxpupuli/puppet-python/issues/361)
|
|
342 - So many Warnings [\#351](https://github.com/voxpupuli/puppet-python/issues/351)
|
|
343 - Spec tests time out with ruby 2.3.1 [\#336](https://github.com/voxpupuli/puppet-python/issues/336)
|
|
344 - how to used pip2.7 as provider in RHEL6 [\#290](https://github.com/voxpupuli/puppet-python/issues/290)
|
|
345 - Cannot determine if a package named in the form packagename\[subfeature\] is installed. [\#284](https://github.com/voxpupuli/puppet-python/issues/284)
|
|
346 - Pip install runs on every puppet run. [\#218](https://github.com/voxpupuli/puppet-python/issues/218)
|
|
347
|
|
348 **Merged pull requests:**
|
|
349
|
387
|
350 - Fix Python version regex in install.pp [\#410](https://github.com/voxpupuli/puppet-python/pull/410) ([fklajn](https://github.com/fklajn))
|
272
|
351 - Remove docker nodesets [\#408](https://github.com/voxpupuli/puppet-python/pull/408) ([bastelfreak](https://github.com/bastelfreak))
|
|
352 - Update README compatibility section [\#405](https://github.com/voxpupuli/puppet-python/pull/405) ([rkcpi](https://github.com/rkcpi))
|
|
353 - add secret for forge deployment via travis [\#404](https://github.com/voxpupuli/puppet-python/pull/404) ([bastelfreak](https://github.com/bastelfreak))
|
|
354 - Add deprecation notice for the old repository [\#403](https://github.com/voxpupuli/puppet-python/pull/403) ([stankevich](https://github.com/stankevich))
|
|
355 - virtualenv.pp: make creation of $venv\_dir optional [\#391](https://github.com/voxpupuli/puppet-python/pull/391) ([daylicron](https://github.com/daylicron))
|
|
356 - add pip support for setuptools extras [\#390](https://github.com/voxpupuli/puppet-python/pull/390) ([bryangwilliam](https://github.com/bryangwilliam))
|
|
357 - Fix pip wheel checks [\#389](https://github.com/voxpupuli/puppet-python/pull/389) ([genebean](https://github.com/genebean))
|
|
358
|
|
359 ## [1.19.0](https://github.com/voxpupuli/puppet-python/tree/1.19.0) (2018-04-28)
|
|
360
|
|
361 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.18.2...1.19.0)
|
|
362
|
|
363 **Closed issues:**
|
|
364
|
|
365 - travis build failures since december? [\#372](https://github.com/voxpupuli/puppet-python/issues/372)
|
|
366 - python-pip has been renamed to python2-pip on el7 epel repo [\#348](https://github.com/voxpupuli/puppet-python/issues/348)
|
|
367 - --no-use-wheel renamed to --no-binary :all: in pip 7.0 and newer [\#309](https://github.com/voxpupuli/puppet-python/issues/309)
|
|
368 - duplicate resource [\#259](https://github.com/voxpupuli/puppet-python/issues/259)
|
|
369 - python::virtualenv does not accept the string 'pip' as per the documentation [\#205](https://github.com/voxpupuli/puppet-python/issues/205)
|
|
370
|
|
371 **Merged pull requests:**
|
|
372
|
|
373 - fix for latest versions of setuptools and pip [\#388](https://github.com/voxpupuli/puppet-python/pull/388) ([vchepkov](https://github.com/vchepkov))
|
|
374 - Fix tests: Pin rake for ruby 1.9.3 [\#387](https://github.com/voxpupuli/puppet-python/pull/387) ([waipeng](https://github.com/waipeng))
|
|
375 - Support virtualenv for Ubuntu 16.04 [\#386](https://github.com/voxpupuli/puppet-python/pull/386) ([waipeng](https://github.com/waipeng))
|
|
376 - Set virtualenv package name for Debian stretch [\#383](https://github.com/voxpupuli/puppet-python/pull/383) ([sergiik](https://github.com/sergiik))
|
|
377 - Update gunicorn.pp - Add manage\_config\_dir [\#382](https://github.com/voxpupuli/puppet-python/pull/382) ([bc-bjoern](https://github.com/bc-bjoern))
|
|
378 - Support latest puppet versions [\#376](https://github.com/voxpupuli/puppet-python/pull/376) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
379 - Add python release as available facts [\#355](https://github.com/voxpupuli/puppet-python/pull/355) ([jcpunk](https://github.com/jcpunk))
|
387
|
380 - Allow hiera config for dotfiles [\#344](https://github.com/voxpupuli/puppet-python/pull/344) ([puppetninja](https://github.com/puppetninja))
|
272
|
381 - Ensure value is a string for =~ comparison [\#342](https://github.com/voxpupuli/puppet-python/pull/342) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
382 - add an alias to the python-dev package [\#334](https://github.com/voxpupuli/puppet-python/pull/334) ([dannygoulder](https://github.com/dannygoulder))
|
|
383
|
|
384 ## [1.18.2](https://github.com/voxpupuli/puppet-python/tree/1.18.2) (2016-12-12)
|
|
385
|
|
386 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.18.1...1.18.2)
|
|
387
|
|
388 **Closed issues:**
|
|
389
|
|
390 - EPEL7 python-pip package is called python2-pip; puppet-python won't recognize that it is installed [\#346](https://github.com/voxpupuli/puppet-python/issues/346)
|
|
391
|
|
392 **Merged pull requests:**
|
|
393
|
|
394 - Improve support for pip on CentOS7/EPEL [\#347](https://github.com/voxpupuli/puppet-python/pull/347) ([ju5t](https://github.com/ju5t))
|
|
395
|
|
396 ## [1.18.1](https://github.com/voxpupuli/puppet-python/tree/1.18.1) (2016-12-08)
|
|
397
|
387
|
398 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.18.0...1.18.1)
|
272
|
399
|
|
400 **Closed issues:**
|
|
401
|
|
402 - New release on the forge? [\#339](https://github.com/voxpupuli/puppet-python/issues/339)
|
|
403
|
|
404 **Merged pull requests:**
|
|
405
|
|
406 - Fix testing [\#345](https://github.com/voxpupuli/puppet-python/pull/345) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
407 - Add name of package to pip uninstall command [\#340](https://github.com/voxpupuli/puppet-python/pull/340) ([dontreboot](https://github.com/dontreboot))
|
|
408 - EPEL only makes sense on RH systems but not Fedora [\#297](https://github.com/voxpupuli/puppet-python/pull/297) ([jcpunk](https://github.com/jcpunk))
|
|
409
|
|
410 ## [1.18.0](https://github.com/voxpupuli/puppet-python/tree/1.18.0) (2016-10-12)
|
|
411
|
387
|
412 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.17.0...1.18.0)
|
272
|
413
|
|
414 **Merged pull requests:**
|
|
415
|
|
416 - Allow failure for Ruby 2.3.1 [\#337](https://github.com/voxpupuli/puppet-python/pull/337) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
417 - Add support, tests and documentation for Gentoo [\#335](https://github.com/voxpupuli/puppet-python/pull/335) ([optiz0r](https://github.com/optiz0r))
|
|
418
|
|
419 ## [1.17.0](https://github.com/voxpupuli/puppet-python/tree/1.17.0) (2016-09-16)
|
|
420
|
|
421 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.16.0...1.17.0)
|
|
422
|
|
423 **Closed issues:**
|
|
424
|
|
425 - No tags [\#330](https://github.com/voxpupuli/puppet-python/issues/330)
|
|
426
|
|
427 **Merged pull requests:**
|
|
428
|
|
429 - Fix unescaped backslash in previous pip list addition [\#332](https://github.com/voxpupuli/puppet-python/pull/332) ([rikwasmus](https://github.com/rikwasmus))
|
|
430 - Do not try to reinstall packages installed via the OS [\#331](https://github.com/voxpupuli/puppet-python/pull/331) ([rikwasmus](https://github.com/rikwasmus))
|
|
431
|
|
432 ## [1.16.0](https://github.com/voxpupuli/puppet-python/tree/1.16.0) (2016-09-10)
|
|
433
|
387
|
434 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.15.0...1.16.0)
|
272
|
435
|
|
436 **Merged pull requests:**
|
|
437
|
|
438 - RHSCL Repository installation made optional [\#328](https://github.com/voxpupuli/puppet-python/pull/328) ([diLLec](https://github.com/diLLec))
|
|
439
|
|
440 ## [1.15.0](https://github.com/voxpupuli/puppet-python/tree/1.15.0) (2016-08-24)
|
|
441
|
|
442 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.14.2...1.15.0)
|
|
443
|
|
444 **Merged pull requests:**
|
|
445
|
|
446 - Strict vars [\#299](https://github.com/voxpupuli/puppet-python/pull/299) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
447
|
|
448 ## [1.14.2](https://github.com/voxpupuli/puppet-python/tree/1.14.2) (2016-08-23)
|
|
449
|
|
450 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.14.1...1.14.2)
|
|
451
|
|
452 **Merged pull requests:**
|
|
453
|
|
454 - Add support for Ruby 2.3.1 [\#326](https://github.com/voxpupuli/puppet-python/pull/326) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
455
|
|
456 ## [1.14.1](https://github.com/voxpupuli/puppet-python/tree/1.14.1) (2016-08-22)
|
|
457
|
|
458 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.14.0...1.14.1)
|
|
459
|
|
460 **Closed issues:**
|
|
461
|
|
462 - Not using index when doing pip search for latest [\#321](https://github.com/voxpupuli/puppet-python/issues/321)
|
|
463 - regex for pip explicit version \( ensure =\> '1.0a1' \) broken [\#310](https://github.com/voxpupuli/puppet-python/issues/310)
|
|
464 - python::pip install args needs extra space to separate multiple args [\#162](https://github.com/voxpupuli/puppet-python/issues/162)
|
|
465
|
|
466 **Merged pull requests:**
|
|
467
|
|
468 - Fix travis [\#324](https://github.com/voxpupuli/puppet-python/pull/324) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
469 - Search index when staying at the latest version [\#322](https://github.com/voxpupuli/puppet-python/pull/322) ([mterzo](https://github.com/mterzo))
|
|
470 - Use a single grep instead of a double pipe [\#320](https://github.com/voxpupuli/puppet-python/pull/320) ([rcalixte](https://github.com/rcalixte))
|
|
471 - Add "args" option to gunicorn config [\#319](https://github.com/voxpupuli/puppet-python/pull/319) ([kronos-pbrideau](https://github.com/kronos-pbrideau))
|
|
472 - Patch to support Centos 7 in bootstrap [\#318](https://github.com/voxpupuli/puppet-python/pull/318) ([asasfu](https://github.com/asasfu))
|
|
473
|
|
474 ## [1.14.0](https://github.com/voxpupuli/puppet-python/tree/1.14.0) (2016-07-20)
|
|
475
|
387
|
476 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.13.0...1.14.0)
|
272
|
477
|
|
478 **Merged pull requests:**
|
|
479
|
|
480 - Fix regex for pip package versions [\#317](https://github.com/voxpupuli/puppet-python/pull/317) ([mdean](https://github.com/mdean))
|
|
481
|
|
482 ## [1.13.0](https://github.com/voxpupuli/puppet-python/tree/1.13.0) (2016-07-18)
|
|
483
|
387
|
484 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.12.0...1.13.0)
|
272
|
485
|
|
486 **Closed issues:**
|
|
487
|
|
488 - SCL package installation returns an error [\#308](https://github.com/voxpupuli/puppet-python/issues/308)
|
387
|
489 - Patch Release [\#295](https://github.com/voxpupuli/puppet-python/issues/295)
|
272
|
490 - Can't install pip3 with Ubuntu [\#287](https://github.com/voxpupuli/puppet-python/issues/287)
|
|
491 - SCL python27: add a workaround for libpython2.7.so.1.0 issue \(LD\_LIBRARY\_PATH\) [\#234](https://github.com/voxpupuli/puppet-python/issues/234)
|
|
492
|
|
493 **Merged pull requests:**
|
|
494
|
|
495 - Set gunicorn package name on RedHat family [\#316](https://github.com/voxpupuli/puppet-python/pull/316) ([kronos-pbrideau](https://github.com/kronos-pbrideau))
|
|
496 - Tweaks to get travis ci tests working again [\#315](https://github.com/voxpupuli/puppet-python/pull/315) ([mbmilligan](https://github.com/mbmilligan))
|
|
497 - fix pip failing in virtualenv under SCL [\#314](https://github.com/voxpupuli/puppet-python/pull/314) ([mbmilligan](https://github.com/mbmilligan))
|
|
498 - Ubuntu 16.04 has a + in python -V output at the end of version. [\#313](https://github.com/voxpupuli/puppet-python/pull/313) ([KlavsKlavsen](https://github.com/KlavsKlavsen))
|
|
499 - use 'version' name specified directly [\#312](https://github.com/voxpupuli/puppet-python/pull/312) ([epleterte](https://github.com/epleterte))
|
|
500 - Lowercase package name for centos-release-scl [\#304](https://github.com/voxpupuli/puppet-python/pull/304) ([prozach](https://github.com/prozach))
|
|
501 - Fixed missing comma in \#301 [\#302](https://github.com/voxpupuli/puppet-python/pull/302) ([steverecio](https://github.com/steverecio))
|
|
502 - Configure workers [\#301](https://github.com/voxpupuli/puppet-python/pull/301) ([steverecio](https://github.com/steverecio))
|
|
503 - Fix support for Ruby 1.8.7 [\#298](https://github.com/voxpupuli/puppet-python/pull/298) ([ghoneycutt](https://github.com/ghoneycutt))
|
|
504
|
|
505 ## [1.12.0](https://github.com/voxpupuli/puppet-python/tree/1.12.0) (2016-03-27)
|
|
506
|
|
507 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.11.0...1.12.0)
|
|
508
|
|
509 **Closed issues:**
|
|
510
|
|
511 - Puppet-lint prints warnings [\#289](https://github.com/voxpupuli/puppet-python/issues/289)
|
|
512 - Release a new version? [\#285](https://github.com/voxpupuli/puppet-python/issues/285)
|
|
513 - pip is installed on every invocation when pip is installed from pip [\#256](https://github.com/voxpupuli/puppet-python/issues/256)
|
|
514
|
|
515 **Merged pull requests:**
|
|
516
|
|
517 - Correct use of version param as it relates to package installation [\#293](https://github.com/voxpupuli/puppet-python/pull/293) ([evidex](https://github.com/evidex))
|
|
518 - Fix linting issues from \#289 [\#292](https://github.com/voxpupuli/puppet-python/pull/292) ([evidex](https://github.com/evidex))
|
|
519 - bugfix: test if virtualenv\_version is defined [\#288](https://github.com/voxpupuli/puppet-python/pull/288) ([vicinus](https://github.com/vicinus))
|
|
520 - Fixes \#256 [\#286](https://github.com/voxpupuli/puppet-python/pull/286) ([joshuaspence](https://github.com/joshuaspence))
|
|
521
|
|
522 ## [1.11.0](https://github.com/voxpupuli/puppet-python/tree/1.11.0) (2016-01-31)
|
|
523
|
|
524 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.10.0...1.11.0)
|
|
525
|
|
526 **Closed issues:**
|
|
527
|
|
528 - installing virtualenv broken in master [\#271](https://github.com/voxpupuli/puppet-python/issues/271)
|
|
529 - puppet not install the latest version of pip [\#268](https://github.com/voxpupuli/puppet-python/issues/268)
|
|
530 - Call, 'versioncmp' parameter 'a' expects a String value, got Undef [\#262](https://github.com/voxpupuli/puppet-python/issues/262)
|
|
531 - pip install runs every time for packages with underscores in the name [\#258](https://github.com/voxpupuli/puppet-python/issues/258)
|
|
532 - New version release? [\#257](https://github.com/voxpupuli/puppet-python/issues/257)
|
|
533
|
|
534 **Merged pull requests:**
|
|
535
|
|
536 - add SCL specific exec\_prefix [\#283](https://github.com/voxpupuli/puppet-python/pull/283) ([iakovgan](https://github.com/iakovgan))
|
|
537 - python::pip expects \(un\)install-args to be strings [\#282](https://github.com/voxpupuli/puppet-python/pull/282) ([adamcstephens](https://github.com/adamcstephens))
|
|
538 - Made virtualenv compatible with RHSCL/SCL [\#281](https://github.com/voxpupuli/puppet-python/pull/281) ([chrisfu](https://github.com/chrisfu))
|
|
539 - Force virtualenv\_version to be a string. [\#280](https://github.com/voxpupuli/puppet-python/pull/280) ([dansajner](https://github.com/dansajner))
|
|
540 - Update README to reflect actual defaults [\#279](https://github.com/voxpupuli/puppet-python/pull/279) ([ColinHebert](https://github.com/ColinHebert))
|
|
541 - Add parameter path to pip manifest [\#277](https://github.com/voxpupuli/puppet-python/pull/277) ([BasLangenberg](https://github.com/BasLangenberg))
|
|
542 - add configurable log level for gunicorn and unit tests [\#275](https://github.com/voxpupuli/puppet-python/pull/275) ([xaniasd](https://github.com/xaniasd))
|
|
543 - new manage\_requirements argument to address issue 273 [\#274](https://github.com/voxpupuli/puppet-python/pull/274) ([rosenbergj](https://github.com/rosenbergj))
|
|
544 - bugfix install pip on centos6 using scl [\#270](https://github.com/voxpupuli/puppet-python/pull/270) ([netors](https://github.com/netors))
|
|
545 - fixed python dev install when using scl [\#269](https://github.com/voxpupuli/puppet-python/pull/269) ([netors](https://github.com/netors))
|
|
546 - Revert "Update virtualenv\_version.rb" [\#267](https://github.com/voxpupuli/puppet-python/pull/267) ([shivapoudel](https://github.com/shivapoudel))
|
|
547 - Update virtualenv\_version.rb [\#265](https://github.com/voxpupuli/puppet-python/pull/265) ([shivapoudel](https://github.com/shivapoudel))
|
|
548 - Update params.pp [\#263](https://github.com/voxpupuli/puppet-python/pull/263) ([philippeback](https://github.com/philippeback))
|
|
549 - Bug virtualenv instead of virtualenv-$version [\#261](https://github.com/voxpupuli/puppet-python/pull/261) ([Asher256](https://github.com/Asher256))
|
|
550 - Addressing stankevich/puppet-python issue \#258. [\#260](https://github.com/voxpupuli/puppet-python/pull/260) ([rpocase](https://github.com/rpocase))
|
|
551
|
|
552 ## [1.10.0](https://github.com/voxpupuli/puppet-python/tree/1.10.0) (2015-10-29)
|
|
553
|
|
554 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.8...1.10.0)
|
|
555
|
|
556 **Closed issues:**
|
|
557
|
|
558 - known puppet bug on CentOS/RHEL 6/7 [\#225](https://github.com/voxpupuli/puppet-python/issues/225)
|
|
559
|
|
560 **Merged pull requests:**
|
|
561
|
|
562 - RedHat has different virtualenv packages for different pythons [\#255](https://github.com/voxpupuli/puppet-python/pull/255) ([adamcstephens](https://github.com/adamcstephens))
|
|
563 - Create symlink for pip-python with pip provider [\#254](https://github.com/voxpupuli/puppet-python/pull/254) ([skpy](https://github.com/skpy))
|
|
564 - use full path on commands [\#253](https://github.com/voxpupuli/puppet-python/pull/253) ([skpy](https://github.com/skpy))
|
|
565 - Allow setting a custom index for `python::pip` [\#251](https://github.com/voxpupuli/puppet-python/pull/251) ([joshuaspence](https://github.com/joshuaspence))
|
|
566
|
|
567 ## [1.9.8](https://github.com/voxpupuli/puppet-python/tree/1.9.8) (2015-09-19)
|
|
568
|
|
569 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.7...1.9.8)
|
|
570
|
|
571 **Closed issues:**
|
|
572
|
|
573 - Unable to install pip using pip provider [\#243](https://github.com/voxpupuli/puppet-python/issues/243)
|
|
574 - Not possible to install latest version of Python [\#240](https://github.com/voxpupuli/puppet-python/issues/240)
|
|
575
|
|
576 **Merged pull requests:**
|
|
577
|
|
578 - Fix RSpec deprecated messages [\#250](https://github.com/voxpupuli/puppet-python/pull/250) ([tremblaysimon](https://github.com/tremblaysimon))
|
|
579 - Minor improvement for bootstrapped pip installation [\#249](https://github.com/voxpupuli/puppet-python/pull/249) ([joshuaspence](https://github.com/joshuaspence))
|
|
580 - Fix an issue with gunicorn [\#248](https://github.com/voxpupuli/puppet-python/pull/248) ([joshuaspence](https://github.com/joshuaspence))
|
|
581 - Support group parameter for python::pip resource [\#247](https://github.com/voxpupuli/puppet-python/pull/247) ([tremblaysimon](https://github.com/tremblaysimon))
|
|
582 - Various tidying up [\#246](https://github.com/voxpupuli/puppet-python/pull/246) ([joshuaspence](https://github.com/joshuaspence))
|
|
583 - Bootstrap pip installation [\#244](https://github.com/voxpupuli/puppet-python/pull/244) ([joshuaspence](https://github.com/joshuaspence))
|
|
584 - Various tidying up [\#242](https://github.com/voxpupuli/puppet-python/pull/242) ([joshuaspence](https://github.com/joshuaspence))
|
|
585 - Allow custom versions to be installed [\#241](https://github.com/voxpupuli/puppet-python/pull/241) ([joshuaspence](https://github.com/joshuaspence))
|
|
586 - Check that we have results before returning a value [\#238](https://github.com/voxpupuli/puppet-python/pull/238) ([xaque208](https://github.com/xaque208))
|
|
587 - Adjust test code to pass syntax checker [\#237](https://github.com/voxpupuli/puppet-python/pull/237) ([fluential](https://github.com/fluential))
|
|
588
|
|
589 ## [1.9.7](https://github.com/voxpupuli/puppet-python/tree/1.9.7) (2015-08-21)
|
|
590
|
|
591 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.6...1.9.7)
|
|
592
|
|
593 **Closed issues:**
|
|
594
|
|
595 - Exec\<| tag == 'python-virtualenv' |\> changes and breaks the API [\#230](https://github.com/voxpupuli/puppet-python/issues/230)
|
|
596
|
|
597 ## [1.9.6](https://github.com/voxpupuli/puppet-python/tree/1.9.6) (2015-08-01)
|
|
598
|
|
599 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.5...1.9.6)
|
|
600
|
|
601 **Implemented enhancements:**
|
|
602
|
|
603 - Manage compilers? [\#118](https://github.com/voxpupuli/puppet-python/issues/118)
|
|
604
|
|
605 **Fixed bugs:**
|
|
606
|
|
607 - Dupilicate declaration for requirement file [\#112](https://github.com/voxpupuli/puppet-python/issues/112)
|
|
608 - Resource order restrictions? [\#76](https://github.com/voxpupuli/puppet-python/issues/76)
|
|
609
|
|
610 **Closed issues:**
|
|
611
|
|
612 - May attempt to create virtualenvs before package install [\#215](https://github.com/voxpupuli/puppet-python/issues/215)
|
|
613 - virtualenv does not use SCL path from environment [\#212](https://github.com/voxpupuli/puppet-python/issues/212)
|
|
614 - Cut a new release [\#206](https://github.com/voxpupuli/puppet-python/issues/206)
|
|
615 - Doesn't work with python3 [\#204](https://github.com/voxpupuli/puppet-python/issues/204)
|
|
616 - Unable to use virtualenv in Debian Jessie [\#194](https://github.com/voxpupuli/puppet-python/issues/194)
|
|
617 - Support for SCL? [\#189](https://github.com/voxpupuli/puppet-python/issues/189)
|
|
618 - I am trying to install python version 2.7, It doesn't work. [\#185](https://github.com/voxpupuli/puppet-python/issues/185)
|
|
619 - facts broken on all systems [\#184](https://github.com/voxpupuli/puppet-python/issues/184)
|
|
620 - Documentation conflicts itself on whether or not pip must be explictly specified. [\#160](https://github.com/voxpupuli/puppet-python/issues/160)
|
|
621
|
|
622 ## [1.9.5](https://github.com/voxpupuli/puppet-python/tree/1.9.5) (2015-07-05)
|
|
623
|
|
624 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.4...1.9.5)
|
|
625
|
|
626 **Implemented enhancements:**
|
|
627
|
|
628 - include epel for RedHat [\#115](https://github.com/voxpupuli/puppet-python/issues/115)
|
|
629
|
|
630 **Closed issues:**
|
|
631
|
|
632 - python-pip requires EPEL on Redhat/CentOs 6 and 7 [\#196](https://github.com/voxpupuli/puppet-python/issues/196)
|
|
633 - Is it possible to add a support for ipython? [\#195](https://github.com/voxpupuli/puppet-python/issues/195)
|
|
634 - New Feature: Pip installing specific version/tag out of VCS? [\#149](https://github.com/voxpupuli/puppet-python/issues/149)
|
|
635
|
|
636 ## [1.9.4](https://github.com/voxpupuli/puppet-python/tree/1.9.4) (2015-04-17)
|
|
637
|
|
638 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.3...1.9.4)
|
|
639
|
|
640 ## [1.9.3](https://github.com/voxpupuli/puppet-python/tree/1.9.3) (2015-04-17)
|
|
641
|
|
642 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.2...1.9.3)
|
|
643
|
|
644 **Closed issues:**
|
|
645
|
|
646 - Bump Version [\#190](https://github.com/voxpupuli/puppet-python/issues/190)
|
|
647
|
|
648 ## [1.9.2](https://github.com/voxpupuli/puppet-python/tree/1.9.2) (2015-04-17)
|
|
649
|
|
650 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.1...1.9.2)
|
|
651
|
|
652 ## [1.9.1](https://github.com/voxpupuli/puppet-python/tree/1.9.1) (2015-03-27)
|
|
653
|
|
654 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.0...1.9.1)
|
|
655
|
|
656 **Closed issues:**
|
|
657
|
|
658 - python::pip hangs with ensure "latest" behind a proxy server [\#170](https://github.com/voxpupuli/puppet-python/issues/170)
|
|
659 - Parameter cwd failed on Exec\[pip\_install\_rpyc\]: cwd must be a fully qualified path [\#165](https://github.com/voxpupuli/puppet-python/issues/165)
|
|
660 - 'require puppet' forces puppet to load pre-maturely [\#163](https://github.com/voxpupuli/puppet-python/issues/163)
|
|
661
|
|
662 ## [1.9.0](https://github.com/voxpupuli/puppet-python/tree/1.9.0) (2015-03-18)
|
|
663
|
|
664 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.8.3...1.9.0)
|
|
665
|
|
666 **Fixed bugs:**
|
|
667
|
|
668 - virtualenv broken for python3 [\#24](https://github.com/voxpupuli/puppet-python/issues/24)
|
|
669
|
|
670 **Closed issues:**
|
|
671
|
|
672 - Missing Gunicorn Parameters [\#167](https://github.com/voxpupuli/puppet-python/issues/167)
|
|
673 - python::pip downgrade to older versions fails [\#150](https://github.com/voxpupuli/puppet-python/issues/150)
|
|
674
|
|
675 ## [1.8.3](https://github.com/voxpupuli/puppet-python/tree/1.8.3) (2015-02-04)
|
|
676
|
|
677 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.8.2...1.8.3)
|
|
678
|
|
679 **Implemented enhancements:**
|
|
680
|
|
681 - Manage Python related .dotfiles \(for a user\) [\#87](https://github.com/voxpupuli/puppet-python/issues/87)
|
|
682
|
|
683 ## [1.8.2](https://github.com/voxpupuli/puppet-python/tree/1.8.2) (2014-12-03)
|
|
684
|
|
685 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.8.1...1.8.2)
|
|
686
|
|
687 ## [1.8.1](https://github.com/voxpupuli/puppet-python/tree/1.8.1) (2014-12-02)
|
|
688
|
|
689 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.8.0...1.8.1)
|
|
690
|
|
691 ## [1.8.0](https://github.com/voxpupuli/puppet-python/tree/1.8.0) (2014-11-30)
|
|
692
|
|
693 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.16...1.8.0)
|
|
694
|
|
695 **Closed issues:**
|
|
696
|
|
697 - Facts cannot be loaded on the first puppet run due to missing rubygems gem [\#153](https://github.com/voxpupuli/puppet-python/issues/153)
|
|
698 - Please publish a new version in forge [\#152](https://github.com/voxpupuli/puppet-python/issues/152)
|
|
699 - Could not retrieve local facts: uninitialized constant Gem [\#151](https://github.com/voxpupuli/puppet-python/issues/151)
|
|
700
|
|
701 ## [1.7.16](https://github.com/voxpupuli/puppet-python/tree/1.7.16) (2014-11-20)
|
|
702
|
|
703 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.15...1.7.16)
|
|
704
|
|
705 **Implemented enhancements:**
|
|
706
|
|
707 - Installing pip module via github [\#81](https://github.com/voxpupuli/puppet-python/issues/81)
|
|
708
|
|
709 **Fixed bugs:**
|
|
710
|
|
711 - python::pip Specifying a local path in url fails [\#91](https://github.com/voxpupuli/puppet-python/issues/91)
|
|
712
|
|
713 **Closed issues:**
|
|
714
|
|
715 - puppet-python fails to run on Ubuntu 12.04 [\#145](https://github.com/voxpupuli/puppet-python/issues/145)
|
|
716 - Specify package versions [\#144](https://github.com/voxpupuli/puppet-python/issues/144)
|
|
717 - Compatibility with puppet 2.7? [\#139](https://github.com/voxpupuli/puppet-python/issues/139)
|
|
718
|
|
719 ## [1.7.15](https://github.com/voxpupuli/puppet-python/tree/1.7.15) (2014-11-04)
|
|
720
|
|
721 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.14...1.7.15)
|
|
722
|
|
723 **Closed issues:**
|
|
724
|
|
725 - Invalid parameter allow\_virtual [\#140](https://github.com/voxpupuli/puppet-python/issues/140)
|
|
726
|
|
727 ## [1.7.14](https://github.com/voxpupuli/puppet-python/tree/1.7.14) (2014-10-30)
|
|
728
|
|
729 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.13...1.7.14)
|
|
730
|
|
731 **Closed issues:**
|
|
732
|
|
733 - Gunicorn timeout hardcoded in template [\#137](https://github.com/voxpupuli/puppet-python/issues/137)
|
|
734 - Problem with Package defaults warning [\#122](https://github.com/voxpupuli/puppet-python/issues/122)
|
|
735
|
|
736 ## [1.7.13](https://github.com/voxpupuli/puppet-python/tree/1.7.13) (2014-10-22)
|
|
737
|
|
738 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.12...1.7.13)
|
|
739
|
|
740 **Closed issues:**
|
|
741
|
|
742 - Gunicorn does not allow passing in a list of environment variables [\#132](https://github.com/voxpupuli/puppet-python/issues/132)
|
|
743
|
|
744 ## [1.7.12](https://github.com/voxpupuli/puppet-python/tree/1.7.12) (2014-10-18)
|
|
745
|
|
746 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.11...1.7.12)
|
|
747
|
|
748 **Closed issues:**
|
|
749
|
|
750 - 'system' or any other version of python doesn't work, doesn't get validated [\#129](https://github.com/voxpupuli/puppet-python/issues/129)
|
|
751 - Could not look up qualified variable '::python::install::valid\_versions' [\#126](https://github.com/voxpupuli/puppet-python/issues/126)
|
|
752
|
|
753 ## [1.7.11](https://github.com/voxpupuli/puppet-python/tree/1.7.11) (2014-10-11)
|
|
754
|
|
755 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.10...1.7.11)
|
|
756
|
|
757 **Closed issues:**
|
|
758
|
387
|
759 - Unable to customize `APP_MODULE` variable in gunicorn template [\#127](https://github.com/voxpupuli/puppet-python/issues/127)
|
272
|
760 - New release on the Puppet forge [\#125](https://github.com/voxpupuli/puppet-python/issues/125)
|
|
761
|
|
762 ## [1.7.10](https://github.com/voxpupuli/puppet-python/tree/1.7.10) (2014-09-25)
|
|
763
|
|
764 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.9...1.7.10)
|
|
765
|
|
766 **Implemented enhancements:**
|
|
767
|
|
768 - Add support to python-pyenv [\#113](https://github.com/voxpupuli/puppet-python/issues/113)
|
|
769 - Multiple python versions [\#79](https://github.com/voxpupuli/puppet-python/issues/79)
|
|
770 - use ensure\_packages [\#68](https://github.com/voxpupuli/puppet-python/issues/68)
|
|
771 - Allow extra flags when installing from requirement file [\#66](https://github.com/voxpupuli/puppet-python/issues/66)
|
|
772
|
|
773 **Fixed bugs:**
|
|
774
|
|
775 - There is listing of 2 similar depedency [\#111](https://github.com/voxpupuli/puppet-python/issues/111)
|
|
776
|
|
777 **Closed issues:**
|
|
778
|
|
779 - pip =\> true, but no python-pip installed on CentOS 6.5 [\#124](https://github.com/voxpupuli/puppet-python/issues/124)
|
|
780 - Could not match $\(ensure at pip.pp:104 [\#123](https://github.com/voxpupuli/puppet-python/issues/123)
|
|
781 - Add the forge module link in github project [\#110](https://github.com/voxpupuli/puppet-python/issues/110)
|
|
782 - Add support to travis-ci build status [\#106](https://github.com/voxpupuli/puppet-python/issues/106)
|
|
783 - Could not start Service\[gunicorn\] [\#83](https://github.com/voxpupuli/puppet-python/issues/83)
|
|
784 - python::pip - empty pkgname is silently ignored [\#67](https://github.com/voxpupuli/puppet-python/issues/67)
|
|
785 - python::requirements interferes with managing requirements.txt if not explicitly in a file resource [\#64](https://github.com/voxpupuli/puppet-python/issues/64)
|
|
786 - Manifests using the module aren't testable in windows [\#27](https://github.com/voxpupuli/puppet-python/issues/27)
|
|
787 - Can not install the same packages in different virtualenvs [\#18](https://github.com/voxpupuli/puppet-python/issues/18)
|
|
788
|
|
789 ## [1.7.9](https://github.com/voxpupuli/puppet-python/tree/1.7.9) (2014-08-10)
|
|
790
|
|
791 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.8...1.7.9)
|
|
792
|
|
793 ## [1.7.8](https://github.com/voxpupuli/puppet-python/tree/1.7.8) (2014-07-31)
|
|
794
|
|
795 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.7...1.7.8)
|
|
796
|
|
797 **Closed issues:**
|
|
798
|
|
799 - Need sudo to install pip [\#96](https://github.com/voxpupuli/puppet-python/issues/96)
|
|
800 - virtualenv / systempkgs and fact precedence [\#94](https://github.com/voxpupuli/puppet-python/issues/94)
|
|
801
|
|
802 ## [1.7.7](https://github.com/voxpupuli/puppet-python/tree/1.7.7) (2014-07-17)
|
|
803
|
|
804 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.6...1.7.7)
|
|
805
|
|
806 **Closed issues:**
|
|
807
|
|
808 - Need a better way to deal with wheels when using pip [\#53](https://github.com/voxpupuli/puppet-python/issues/53)
|
|
809 - Wheel support? [\#10](https://github.com/voxpupuli/puppet-python/issues/10)
|
|
810
|
|
811 ## [1.7.6](https://github.com/voxpupuli/puppet-python/tree/1.7.6) (2014-07-07)
|
|
812
|
|
813 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.5...1.7.6)
|
|
814
|
|
815 ## [1.7.5](https://github.com/voxpupuli/puppet-python/tree/1.7.5) (2014-05-07)
|
|
816
|
|
817 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.4...1.7.5)
|
|
818
|
|
819 ## [1.7.4](https://github.com/voxpupuli/puppet-python/tree/1.7.4) (2014-04-24)
|
|
820
|
|
821 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.3...1.7.4)
|
|
822
|
|
823 ## [1.7.3](https://github.com/voxpupuli/puppet-python/tree/1.7.3) (2014-04-24)
|
|
824
|
|
825 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.2...1.7.3)
|
|
826
|
|
827 ## [1.7.2](https://github.com/voxpupuli/puppet-python/tree/1.7.2) (2014-04-08)
|
|
828
|
|
829 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.1...1.7.2)
|
|
830
|
|
831 **Closed issues:**
|
|
832
|
|
833 - Remove redundant pkgname [\#74](https://github.com/voxpupuli/puppet-python/issues/74)
|
|
834 - Facter scripts raise warnings [\#69](https://github.com/voxpupuli/puppet-python/issues/69)
|
|
835
|
|
836 ## [1.7.1](https://github.com/voxpupuli/puppet-python/tree/1.7.1) (2014-03-25)
|
|
837
|
|
838 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.7.0...1.7.1)
|
|
839
|
|
840 ## [1.7.0](https://github.com/voxpupuli/puppet-python/tree/1.7.0) (2014-03-18)
|
|
841
|
|
842 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.6.6...1.7.0)
|
|
843
|
|
844 **Closed issues:**
|
|
845
|
|
846 - pip wheel error [\#70](https://github.com/voxpupuli/puppet-python/issues/70)
|
|
847 - Don't try to reinstall pip packages on every Puppet run [\#59](https://github.com/voxpupuli/puppet-python/issues/59)
|
|
848
|
|
849 ## [1.6.6](https://github.com/voxpupuli/puppet-python/tree/1.6.6) (2014-03-06)
|
|
850
|
|
851 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.6.5...1.6.6)
|
|
852
|
|
853 ## [1.6.5](https://github.com/voxpupuli/puppet-python/tree/1.6.5) (2014-03-06)
|
|
854
|
|
855 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.6.4...1.6.5)
|
|
856
|
|
857 **Closed issues:**
|
|
858
|
|
859 - Versions are not tagged in github as in puppet forge [\#63](https://github.com/voxpupuli/puppet-python/issues/63)
|
|
860
|
|
861 ## [1.6.4](https://github.com/voxpupuli/puppet-python/tree/1.6.4) (2014-03-06)
|
|
862
|
|
863 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/ed137893babebabdfdb5adf44d1a52272093ce8b...1.6.4)
|
|
864
|
|
865 **Closed issues:**
|
|
866
|
|
867 - Could not retrieve pip\_version: undefined method [\#61](https://github.com/voxpupuli/puppet-python/issues/61)
|
|
868 - New release on the forge? [\#58](https://github.com/voxpupuli/puppet-python/issues/58)
|
|
869 - If virtualenv isn't installed, it isn't properly detected or installed. [\#50](https://github.com/voxpupuli/puppet-python/issues/50)
|
|
870 - IOError: \[Errno 26\] Text file busy [\#46](https://github.com/voxpupuli/puppet-python/issues/46)
|
|
871 - Add support for Scientific Linux [\#39](https://github.com/voxpupuli/puppet-python/issues/39)
|
|
872 - python::pip doesn't find pip command [\#31](https://github.com/voxpupuli/puppet-python/issues/31)
|
|
873 - Incorrect log file name option in pip command [\#28](https://github.com/voxpupuli/puppet-python/issues/28)
|
|
874 - Resource failed with ArgumentError [\#26](https://github.com/voxpupuli/puppet-python/issues/26)
|
|
875 - Upload to the forge [\#25](https://github.com/voxpupuli/puppet-python/issues/25)
|
|
876
|
|
877
|
|
878
|
|
879 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|