version 4.3.0.3

This commit is contained in:
nicolargo 2024-12-27 21:56:00 +01:00
parent ebf5431592
commit 80f330d866
6 changed files with 332 additions and 321 deletions

View File

@ -2,6 +2,14 @@
Glances ChangeLog
==============================================================================
===============
Version 4.3.0.3
===============
Continuous integration and documentation:
* Pin Alpine image to 3.20 (3.21 is not compliant with Netifaces) Related to #3053
===============
Version 4.3.0.2
===============
@ -10,7 +18,6 @@ Enhancements:
* Revert "Replace netifaces by netifaces-plus" #3053 because it break build on Alpine Image
===============
Version 4.3.0.1
===============

View File

@ -10,7 +10,9 @@
# Alpine 3.18 tag is a link to the latest 3.18.x version.
# Be aware that if you change the Alpine version, you may have to change the Python version.
ARG IMAGE_VERSION=3.21
# Netifaces (and Netifaces-plus) are not compliant with GCC embeded in Alpine 3.21
# See: https://github.com/tsukumijima/netifaces-plus/issues/9
ARG IMAGE_VERSION=3.20
ARG PYTHON_VERSION=3.12
##############################################################################

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GLANCES" "1" "Dec 27, 2024" "4.3.0.1" "Glances"
.TH "GLANCES" "1" "Dec 27, 2024" "4.3.0.3" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS

View File

@ -19,7 +19,7 @@ import tracemalloc
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = "4.3.0.1"
__version__ = "4.3.0.3"
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'

View File

@ -1,5 +1,5 @@
name: glances
version: '4.3.0.1+build01' # Put the current stable version+buildXX
version: '4.3.0.3+build01' # Put the current stable version+buildXX
summary: Glances an Eye on your system. A top/htop alternative.
description: |