Skip to content

Commit 955c5dc

Browse files
Release Automationgithub-actions[bot]
authored andcommitted
Release 9.0.0
1 parent 46c7b72 commit 955c5dc

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v9.0.0](https://github.com/voxpupuli/puppet-python/tree/v9.0.0) (2026-01-27)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v8.0.0...v9.0.0)
10+
11+
**Breaking changes:**
12+
13+
- `init.pp`: remove useless `exec` with `default` title that was trying to set a default `umask` [\#735](https://github.com/voxpupuli/puppet-python/pull/735) ([kenyon](https://github.com/kenyon))
14+
- Drop puppet, update openvox minimum version to 8.19 [\#729](https://github.com/voxpupuli/puppet-python/pull/729) ([TheMeier](https://github.com/TheMeier))
15+
16+
**Implemented enhancements:**
17+
18+
- Add support for Debian 13 [\#740](https://github.com/voxpupuli/puppet-python/pull/740) ([smortex](https://github.com/smortex))
19+
- Do not pass `--log` to `pip install` [\#736](https://github.com/voxpupuli/puppet-python/pull/736) ([smortex](https://github.com/smortex))
20+
- pip: allow v-prefixed version string [\#727](https://github.com/voxpupuli/puppet-python/pull/727) ([techsk8](https://github.com/techsk8))
21+
22+
**Fixed bugs:**
23+
24+
- Fix group ownership for pip.conf on FreeBSD [\#739](https://github.com/voxpupuli/puppet-python/pull/739) ([Szparki](https://github.com/Szparki))
25+
- Replace legacy fact in gunicorn config templating [\#724](https://github.com/voxpupuli/puppet-python/pull/724) ([notCalle](https://github.com/notCalle))
26+
27+
**Closed issues:**
28+
29+
- pip.conf in hieradata - FreeBSD [\#738](https://github.com/voxpupuli/puppet-python/issues/738)
30+
- Define pip\_package in hieradata [\#731](https://github.com/voxpupuli/puppet-python/issues/731)
31+
32+
**Merged pull requests:**
33+
34+
- Allow setting `python::version` in hiera to `Integer` [\#733](https://github.com/voxpupuli/puppet-python/pull/733) ([tj-cisco](https://github.com/tj-cisco))
35+
- Add section in README that simulates `python3 -m pip install pandas --user` [\#725](https://github.com/voxpupuli/puppet-python/pull/725) ([bschonec](https://github.com/bschonec))
36+
737
## [v8.0.0](https://github.com/voxpupuli/puppet-python/tree/v8.0.0) (2025-04-28)
838

939
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v7.4.0...v8.0.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-python",
3-
"version": "8.0.1-rc0",
3+
"version": "9.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet module for Python",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)