Compare commits

...

6 Commits

Author SHA1 Message Date
Nicolas Hennion
827890555a
Merge 9219b458fb into 18bade9edf 2024-07-04 18:59:46 +02:00
nicolargo
18bade9edf On the raod again again 2024-07-03 19:50:23 +02:00
nicolargo
ca41d09845 Glances 4.1.2 2024-07-03 19:47:05 +02:00
nicolargo
90f4934c62 Glances 4.1.2 2024-07-03 19:41:40 +02:00
Bharath Vignesh J K
fd99c8008d chore: version patch update for a quick test pypi upload 2024-07-03 17:27:36 +05:30
snyk-bot
9219b458fb
fix: dev-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-6133203
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
2024-06-17 11:41:21 +00:00
4 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,14 @@ Under development, see roadmap here: https://github.com/nicolargo/glances/milest
Contributors are welcome ! Contributors are welcome !
===============
Version 4.1.2
===============
Bug corrected:
* AttributeError: 'CpuPercent' object has no attribute 'cpu_percent' #2859
=============== ===============
Version 4.1.1 Version 4.1.1
=============== ===============

View File

@ -12,3 +12,4 @@ requirements-parser
ruff ruff
semgrep semgrep
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability

View File

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

View File

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