diff modules/python/CHANGELOG.md @ 387:66c075c5f54a

Update to newer Python module
author IBBoard <dev@ibboard.co.uk>
date Mon, 03 Jan 2022 17:13:06 +0000
parents c42fb28cff86
children adf6fe9bbc17
line wrap: on
line diff
--- a/modules/python/CHANGELOG.md	Mon Jan 03 17:09:39 2022 +0000
+++ b/modules/python/CHANGELOG.md	Mon Jan 03 17:13:06 2022 +0000
@@ -4,6 +4,158 @@
 Each new release typically also includes the latest modulesync defaults.
 These should not affect the functionality of the module.
 
+## [v6.2.1](https://github.com/voxpupuli/puppet-python/tree/v6.2.1) (2021-12-10)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.2.0...v6.2.1)
+
+**Fixed bugs:**
+
+- Correct python::pip::environment parameter example [\#629](https://github.com/voxpupuli/puppet-python/pull/629) ([traylenator](https://github.com/traylenator))
+- gunicorn: RHEL8 has a different package name [\#628](https://github.com/voxpupuli/puppet-python/pull/628) ([yakatz](https://github.com/yakatz))
+- Remove duplicate arguments in the pip install command [\#627](https://github.com/voxpupuli/puppet-python/pull/627) ([zanyou](https://github.com/zanyou))
+
+**Closed issues:**
+
+- Package with provider pip3 tries installing every run. [\#626](https://github.com/voxpupuli/puppet-python/issues/626)
+
+**Merged pull requests:**
+
+- 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))
+
+## [v6.2.0](https://github.com/voxpupuli/puppet-python/tree/v6.2.0) (2021-08-26)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.1.0...v6.2.0)
+
+**Implemented enhancements:**
+
+- Add support for Debian 11 [\#621](https://github.com/voxpupuli/puppet-python/pull/621) ([smortex](https://github.com/smortex))
+
+**Merged pull requests:**
+
+- Allow stdlib 8.0.0 [\#622](https://github.com/voxpupuli/puppet-python/pull/622) ([smortex](https://github.com/smortex))
+
+## [v6.1.0](https://github.com/voxpupuli/puppet-python/tree/v6.1.0) (2021-06-05)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.0.1...v6.1.0)
+
+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.
+
+**Implemented enhancements:**
+
+- Add support for FreeBSD [\#612](https://github.com/voxpupuli/puppet-python/pull/612) ([smortex](https://github.com/smortex))
+
+**Closed issues:**
+
+- Can't uninstall pip package because of duplicate variable name [\#532](https://github.com/voxpupuli/puppet-python/issues/532)
+- audit metaparameter is deprecated [\#375](https://github.com/voxpupuli/puppet-python/issues/375)
+
+## [v6.0.1](https://github.com/voxpupuli/puppet-python/tree/v6.0.1) (2021-04-29)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v6.0.0...v6.0.1)
+
+**Fixed bugs:**
+
+- Use $real\_pkgname for pip uninstall command [\#607](https://github.com/voxpupuli/puppet-python/pull/607) ([brabiega](https://github.com/brabiega))
+
+**Closed issues:**
+
+- Pip uninstall does not support pkgname variable [\#606](https://github.com/voxpupuli/puppet-python/issues/606)
+
+## [v6.0.0](https://github.com/voxpupuli/puppet-python/tree/v6.0.0) (2021-04-03)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v5.0.0...v6.0.0)
+
+**Breaking changes:**
+
+- Drop Puppet 5 support [\#603](https://github.com/voxpupuli/puppet-python/pull/603) ([bastelfreak](https://github.com/bastelfreak))
+- Drop python::virtualenv defined resource [\#596](https://github.com/voxpupuli/puppet-python/pull/596) ([bastelfreak](https://github.com/bastelfreak))
+- Set default python to 3 [\#595](https://github.com/voxpupuli/puppet-python/pull/595) ([bastelfreak](https://github.com/bastelfreak))
+
+**Implemented enhancements:**
+
+- 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))
+- Add Support for RedHat/CentOS 8 [\#594](https://github.com/voxpupuli/puppet-python/pull/594) ([treydock](https://github.com/treydock))
+- enhance pyvenv tests [\#590](https://github.com/voxpupuli/puppet-python/pull/590) ([bastelfreak](https://github.com/bastelfreak))
+- Add Debian 10 support [\#573](https://github.com/voxpupuli/puppet-python/pull/573) ([bastelfreak](https://github.com/bastelfreak))
+
+**Fixed bugs:**
+
+- 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))
+- python::gunicorn: Fix typo in datatype [\#585](https://github.com/voxpupuli/puppet-python/pull/585) ([bastelfreak](https://github.com/bastelfreak))
+
+**Closed issues:**
+
+- Setting Pip Version for Virtual Environments [\#559](https://github.com/voxpupuli/puppet-python/issues/559)
+- Can't install this using librarian-puppet [\#406](https://github.com/voxpupuli/puppet-python/issues/406)
+
+**Merged pull requests:**
+
+- puppetlabs/stdlib: Allow 7.x [\#604](https://github.com/voxpupuli/puppet-python/pull/604) ([bastelfreak](https://github.com/bastelfreak))
+- Support Puppet 7 [\#602](https://github.com/voxpupuli/puppet-python/pull/602) ([mattock](https://github.com/mattock))
+- Support Ubuntu 20.04 [\#593](https://github.com/voxpupuli/puppet-python/pull/593) ([treydock](https://github.com/treydock))
+- Add pyvenv acceptance test [\#588](https://github.com/voxpupuli/puppet-python/pull/588) ([bastelfreak](https://github.com/bastelfreak))
+- General linting/indent/syntax [\#580](https://github.com/voxpupuli/puppet-python/pull/580) ([crazymind1337](https://github.com/crazymind1337))
+- Use Python 3 for virtualenv tests [\#575](https://github.com/voxpupuli/puppet-python/pull/575) ([waipeng](https://github.com/waipeng))
+- Add acceptance test for managing Python 3 [\#572](https://github.com/voxpupuli/puppet-python/pull/572) ([bastelfreak](https://github.com/bastelfreak))
+
+## [v5.0.0](https://github.com/voxpupuli/puppet-python/tree/v5.0.0) (2020-09-23)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.1.1...v5.0.0)
+
+**Breaking changes:**
+
+- Drop CentOS 6 support [\#566](https://github.com/voxpupuli/puppet-python/pull/566) ([bastelfreak](https://github.com/bastelfreak))
+- Drop EOL Debian 8 [\#563](https://github.com/voxpupuli/puppet-python/pull/563) ([bastelfreak](https://github.com/bastelfreak))
+
+**Fixed bugs:**
+
+- Fix undefined method error in facts [\#555](https://github.com/voxpupuli/puppet-python/pull/555) ([wiebe](https://github.com/wiebe))
+
+**Closed issues:**
+
+- "warning: already initialized constant PIP\_VERSION" when upgrading to agent 6.15.0 [\#553](https://github.com/voxpupuli/puppet-python/issues/553)
+- "undefined method \[\]" in  pip\_version and virtualenv\_version facts  [\#527](https://github.com/voxpupuli/puppet-python/issues/527)
+- Deprecation Warnings - Mocha mock\_with [\#432](https://github.com/voxpupuli/puppet-python/issues/432)
+
+**Merged pull requests:**
+
+- delete legacy nodesets [\#562](https://github.com/voxpupuli/puppet-python/pull/562) ([bastelfreak](https://github.com/bastelfreak))
+- modulesync 3.0.0 & puppet-lint updates [\#556](https://github.com/voxpupuli/puppet-python/pull/556) ([bastelfreak](https://github.com/bastelfreak))
+- Convert unit tests to rspec rather than 'mocha' [\#554](https://github.com/voxpupuli/puppet-python/pull/554) ([KeithWard](https://github.com/KeithWard))
+
+## [v4.1.1](https://github.com/voxpupuli/puppet-python/tree/v4.1.1) (2020-04-30)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.1.0...v4.1.1)
+
+**Fixed bugs:**
+
+- Fixes for virtualenv\_version fact when virtualenv \> 20.x [\#537](https://github.com/voxpupuli/puppet-python/pull/537) ([pjonesIDBS](https://github.com/pjonesIDBS))
+
+## [v4.1.0](https://github.com/voxpupuli/puppet-python/tree/v4.1.0) (2020-04-26)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.0.0...v4.1.0)
+
+**Implemented enhancements:**
+
+- Add option for not managing python and virtualenv packages. [\#500](https://github.com/voxpupuli/puppet-python/pull/500) ([tdukaric](https://github.com/tdukaric))
+
+**Fixed bugs:**
+
+- Wrong pip referenced inside virtualenv [\#505](https://github.com/voxpupuli/puppet-python/issues/505)
+- CentOS: Fix ordering dependency [\#546](https://github.com/voxpupuli/puppet-python/pull/546) ([bastelfreak](https://github.com/bastelfreak))
+- 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))
+- Remove resource collector overriding pip\_provider [\#511](https://github.com/voxpupuli/puppet-python/pull/511) ([jplindquist](https://github.com/jplindquist))
+
+**Closed issues:**
+
+- python3.6+  venv proper installation command [\#533](https://github.com/voxpupuli/puppet-python/issues/533)
+- Virtualenv doesn't install with the right python [\#384](https://github.com/voxpupuli/puppet-python/issues/384)
+
+**Merged pull requests:**
+
+- Use voxpupuli-acceptance [\#543](https://github.com/voxpupuli/puppet-python/pull/543) ([ekohl](https://github.com/ekohl))
+- update repo links to https [\#531](https://github.com/voxpupuli/puppet-python/pull/531) ([bastelfreak](https://github.com/bastelfreak))
+
 ## [v4.0.0](https://github.com/voxpupuli/puppet-python/tree/v4.0.0) (2019-12-10)
 
 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v3.0.1...v4.0.0)
@@ -65,7 +217,7 @@
 **Fixed bugs:**
 
 - Installing from git repo runs install on every Puppet run [\#193](https://github.com/voxpupuli/puppet-python/issues/193)
-- Fix python::pip installing $editable VCS packages every Puppet run [\#491](https://github.com/voxpupuli/puppet-python/pull/491) ([wolttam](https://github.com/wolttam))
+- Fix python::pip installing $editable VCS packages every Puppet run [\#491](https://github.com/voxpupuli/puppet-python/pull/491) ([mlow](https://github.com/mlow))
 - Fix $subscribe overloading [\#490](https://github.com/voxpupuli/puppet-python/pull/490) ([nward](https://github.com/nward))
 - Fix version-check. [\#489](https://github.com/voxpupuli/puppet-python/pull/489) ([pillarsdotnet](https://github.com/pillarsdotnet))
 - Update version validation [\#472](https://github.com/voxpupuli/puppet-python/pull/472) ([bodgit](https://github.com/bodgit))
@@ -98,7 +250,7 @@
 **Merged pull requests:**
 
 - 486 Set permissive umask. [\#487](https://github.com/voxpupuli/puppet-python/pull/487) ([pillarsdotnet](https://github.com/pillarsdotnet))
-- 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))
+- 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))
 - Update pip url regex to support 'git+git://\<url\>' [\#477](https://github.com/voxpupuli/puppet-python/pull/477) ([gharper](https://github.com/gharper))
 - README.md: remove obsolete and redundant sections [\#453](https://github.com/voxpupuli/puppet-python/pull/453) ([kenyon](https://github.com/kenyon))
 - remove .DS\_Store [\#452](https://github.com/voxpupuli/puppet-python/pull/452) ([kenyon](https://github.com/kenyon))
@@ -195,7 +347,7 @@
 
 **Merged pull requests:**
 
-- Fix Python version regex in install.pp [\#410](https://github.com/voxpupuli/puppet-python/pull/410) ([fklajn-opera](https://github.com/fklajn-opera))
+- Fix Python version regex in install.pp [\#410](https://github.com/voxpupuli/puppet-python/pull/410) ([fklajn](https://github.com/fklajn))
 - Remove docker nodesets [\#408](https://github.com/voxpupuli/puppet-python/pull/408) ([bastelfreak](https://github.com/bastelfreak))
 - Update README compatibility section [\#405](https://github.com/voxpupuli/puppet-python/pull/405) ([rkcpi](https://github.com/rkcpi))
 - add secret for forge deployment via travis [\#404](https://github.com/voxpupuli/puppet-python/pull/404) ([bastelfreak](https://github.com/bastelfreak))
@@ -225,7 +377,7 @@
 - Update gunicorn.pp - Add manage\_config\_dir [\#382](https://github.com/voxpupuli/puppet-python/pull/382) ([bc-bjoern](https://github.com/bc-bjoern))
 - Support latest puppet versions [\#376](https://github.com/voxpupuli/puppet-python/pull/376) ([ghoneycutt](https://github.com/ghoneycutt))
 - Add python release as available facts [\#355](https://github.com/voxpupuli/puppet-python/pull/355) ([jcpunk](https://github.com/jcpunk))
-- Allow hiera config for dotfiles [\#344](https://github.com/voxpupuli/puppet-python/pull/344) ([PuppetNinja](https://github.com/PuppetNinja))
+- Allow hiera config for dotfiles [\#344](https://github.com/voxpupuli/puppet-python/pull/344) ([puppetninja](https://github.com/puppetninja))
 - Ensure value is a string for =~ comparison [\#342](https://github.com/voxpupuli/puppet-python/pull/342) ([ghoneycutt](https://github.com/ghoneycutt))
 - add an alias to the python-dev package [\#334](https://github.com/voxpupuli/puppet-python/pull/334) ([dannygoulder](https://github.com/dannygoulder))
 
@@ -243,7 +395,7 @@
 
 ## [1.18.1](https://github.com/voxpupuli/puppet-python/tree/1.18.1) (2016-12-08)
 
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.4.2...1.18.1)
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.18.0...1.18.1)
 
 **Closed issues:**
 
@@ -255,23 +407,15 @@
 - Add name of package to pip uninstall command [\#340](https://github.com/voxpupuli/puppet-python/pull/340) ([dontreboot](https://github.com/dontreboot))
 - EPEL only makes sense on RH systems but not Fedora [\#297](https://github.com/voxpupuli/puppet-python/pull/297) ([jcpunk](https://github.com/jcpunk))
 
-## [2.4.2](https://github.com/voxpupuli/puppet-python/tree/2.4.2) (2016-10-28)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.18.0...2.4.2)
-
 ## [1.18.0](https://github.com/voxpupuli/puppet-python/tree/1.18.0) (2016-10-12)
 
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.4.1...1.18.0)
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.17.0...1.18.0)
 
 **Merged pull requests:**
 
 - Allow failure for Ruby 2.3.1 [\#337](https://github.com/voxpupuli/puppet-python/pull/337) ([ghoneycutt](https://github.com/ghoneycutt))
 - Add support, tests and documentation for Gentoo [\#335](https://github.com/voxpupuli/puppet-python/pull/335) ([optiz0r](https://github.com/optiz0r))
 
-## [2.4.1](https://github.com/voxpupuli/puppet-python/tree/2.4.1) (2016-09-19)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.17.0...2.4.1)
-
 ## [1.17.0](https://github.com/voxpupuli/puppet-python/tree/1.17.0) (2016-09-16)
 
 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.16.0...1.17.0)
@@ -287,24 +431,12 @@
 
 ## [1.16.0](https://github.com/voxpupuli/puppet-python/tree/1.16.0) (2016-09-10)
 
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.4.0...1.16.0)
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.15.0...1.16.0)
 
 **Merged pull requests:**
 
 - RHSCL Repository installation made optional [\#328](https://github.com/voxpupuli/puppet-python/pull/328) ([diLLec](https://github.com/diLLec))
 
-## [2.4.0](https://github.com/voxpupuli/puppet-python/tree/2.4.0) (2016-09-04)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.3.1...2.4.0)
-
-## [2.3.1](https://github.com/voxpupuli/puppet-python/tree/2.3.1) (2016-08-29)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.3.0...2.3.1)
-
-## [2.3.0](https://github.com/voxpupuli/puppet-python/tree/2.3.0) (2016-08-29)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.15.0...2.3.0)
-
 ## [1.15.0](https://github.com/voxpupuli/puppet-python/tree/1.15.0) (2016-08-24)
 
 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.14.2...1.15.0)
@@ -341,23 +473,20 @@
 
 ## [1.14.0](https://github.com/voxpupuli/puppet-python/tree/1.14.0) (2016-07-20)
 
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.2.1...1.14.0)
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.13.0...1.14.0)
 
 **Merged pull requests:**
 
 - Fix regex for pip package versions [\#317](https://github.com/voxpupuli/puppet-python/pull/317) ([mdean](https://github.com/mdean))
 
-## [2.2.1](https://github.com/voxpupuli/puppet-python/tree/2.2.1) (2016-07-20)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.13.0...2.2.1)
-
 ## [1.13.0](https://github.com/voxpupuli/puppet-python/tree/1.13.0) (2016-07-18)
 
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.2.0...1.13.0)
+[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.12.0...1.13.0)
 
 **Closed issues:**
 
 - SCL package installation returns an error [\#308](https://github.com/voxpupuli/puppet-python/issues/308)
+- Patch Release [\#295](https://github.com/voxpupuli/puppet-python/issues/295)
 - Can't install pip3 with Ubuntu [\#287](https://github.com/voxpupuli/puppet-python/issues/287)
 - SCL python27: add a workaround for libpython2.7.so.1.0 issue \(LD\_LIBRARY\_PATH\) [\#234](https://github.com/voxpupuli/puppet-python/issues/234)
 
@@ -373,30 +502,6 @@
 - Configure workers [\#301](https://github.com/voxpupuli/puppet-python/pull/301) ([steverecio](https://github.com/steverecio))
 - Fix support for Ruby 1.8.7 [\#298](https://github.com/voxpupuli/puppet-python/pull/298) ([ghoneycutt](https://github.com/ghoneycutt))
 
-## [2.2.0](https://github.com/voxpupuli/puppet-python/tree/2.2.0) (2016-05-31)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.1.0...2.2.0)
-
-## [2.1.0](https://github.com/voxpupuli/puppet-python/tree/2.1.0) (2016-05-29)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.0.2...2.1.0)
-
-## [2.0.2](https://github.com/voxpupuli/puppet-python/tree/2.0.2) (2016-05-22)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.0.1...2.0.2)
-
-## [2.0.1](https://github.com/voxpupuli/puppet-python/tree/2.0.1) (2016-05-19)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.0.0...2.0.1)
-
-## [2.0.0](https://github.com/voxpupuli/puppet-python/tree/2.0.0) (2016-05-19)
-
-[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.12.0...2.0.0)
-
-**Closed issues:**
-
-- Patch Release [\#295](https://github.com/voxpupuli/puppet-python/issues/295)
-
 ## [1.12.0](https://github.com/voxpupuli/puppet-python/tree/1.12.0) (2016-03-27)
 
 [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.11.0...1.12.0)
@@ -651,7 +756,7 @@
 
 **Closed issues:**
 
-- Unable to customize `APP\_MODULE` variable in gunicorn template [\#127](https://github.com/voxpupuli/puppet-python/issues/127)
+- Unable to customize `APP_MODULE` variable in gunicorn template [\#127](https://github.com/voxpupuli/puppet-python/issues/127)
 - New release on the Puppet forge [\#125](https://github.com/voxpupuli/puppet-python/issues/125)
 
 ## [1.7.10](https://github.com/voxpupuli/puppet-python/tree/1.7.10) (2014-09-25)