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