File python-Glances.changes of Package python-Glances
-------------------------------------------------------------------
Sun Jul 6 06:51:15 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
- Update to upstream version 4.3.2:
* Enhancements:
- Add stats about running VMS (qemu/libvirt/kvm support through virsh) #1531
- Add support for InfluxDB 3 Core #3182
- (postgre)SQL export support / TimeScaleDB #2814
- CSV column name now include the plugin name - Related to #2394
- Make all results from amps plugins exportable #2394
- Make --stdout (csv and json) compliant with client/server mode #3235
- API history endpoints shows times without timezone #3218
- FR: Sort Sensors my name in proper number order #3132
- In the FS module, do not display threshold for volume mounted in 'ro'
(read-only) #3143
- Add a new field in the process list to identifie Zombie process #3178
- Update plugin containers display and order #3186
- Implement a basic memory cache with TTL for API call
(set to ~1 second) #3202
- Add container inactive_file & limit to InfluxDB2 export #3206
* Bug corrected:
- [GPU] AMD Plugin: Operation not permitted #3125
- Container memory stats not displayed #3142
- [WEBUI] Irix mode (per core instead of per CPU percentage) not
togglable #3158
- Related to iteritems, itervalues, and iterkeys are not more needed in
Python 3 #3181
- Glances Central Browser should use name instead of IP adress for
redirection #3103
- Glances breaks if Podman container is started while it is running #3199
* Continious integration and documentation:
- Add a new option --print-completion to generate shell tab
completion - #3111
- Improve Restful API documentation embeded in FastAPI #2632
- Upgrade JS libs #3147
- Improve unittest for CSV export #3150
- Improve unittest for InfluxDB plugin #3149
- Code refactoring - Rename plugin class to Plugin instead of
PluginModel #3169
- Refactor code to limit the complexity of update_views method in
plugins #3171
-------------------------------------------------------------------
Sat Apr 19 21:09:45 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
- Changing '%{python_sitelib}/Glances-%{version}.dist-info' to
'%{python_sitelib}/glances-%{version}.dist-info'
-------------------------------------------------------------------
Sun Mar 23 18:09:10 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
- Update to upstream version 4.3.1:
* Enhancements:
- [WebUI] Top processes extended stats and processes filter in Web server
mode #410
- I'd like a feature to make the forground color for colored background
white #3119
- -disable-bg in ~/.config/glances.conf #3113
- Entry point in the API to get extended process stats #3095
- Replace netifaces by netifaces-plus dependencies #3053
- Replace docker by containers in glances-grafana-flux.json #3118
* Bug corrected:
- default_config_dir: Fix config path to include glances/ directory #3106
- Cannot set warning/critical temperature for a specific sensor needs
test #3102
- Try to reduce latency between stat's update and view - #3086
- Error on Cloud plugin initialisation make TUI crash #3085
* Continious integration:
- Add Selenium to test WebUI #3044
- netifaces (deprecated) is replaced by netifaces2
-------------------------------------------------------------------
Mon Jan 6 15:40:08 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
- Update to upstream version 4.3.0.8:
* 20250103 - On the road again again to 3.4.1 [0b818e9]
* 20250104:
- Improve WebUI display on low screen [2c9becc]
- IP plugin broken with Netifaces2 #3076 [728f86f]
- Add a message to verify Netifaces2 [d264155]
- version 4.3.0.8 [e907519]
-------------------------------------------------------------------
Fri Jan 3 18:52:25 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
- Update to upstream version 4.3.0.7:
* 20241230 - On the road (again) to Glances 4.3.1 [7e3948b]
* 20241231 - Make the header and top menu responsive [bfdc27d]
* 20250103:
- Full responsive WebUI [c711a63]
- version 4.3.0.7 [372380b]
-------------------------------------------------------------------
Tue Dec 31 18:35:58 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Update to upstream version 4.3.0.6:
* netifaces is deprecated and should be uninstall, instead netifaces2
should be installed.
-------------------------------------------------------------------
Sat Dec 28 21:30:09 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Adding Recommends for the following:
* (python3-docker if docker)
* (python3-podman if podman)
-------------------------------------------------------------------
Sat Dec 28 06:54:13 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Adding Recommends for the following:
* python3-pySMART
* python3-pymdstat
* python3-sparklines
-------------------------------------------------------------------
Fri Dec 27 17:39:46 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Update to upstream version 4.3.0:
* Glances 4.3.0 is available with the Browser Feature now available in your
Web Browser. Run Glances with the following command line and all the
Glances server (RestAPI or XML/RPC) will be avaialble in a single page:
`glances -w --browser`
* Other enhancements:
- Web Based Glances Central Browser #1121
- Ability to specify hide or show for smart plugin #2996
- Thread mode ('j' hotkey) is not taken into accound in the WebUI #3019
- [WEBUI] Clear old alert messages in the WebUI #3042
- Raise an (Alert) Event for a group of sensors #3049
- Allow processlist columns to be selected in config file #1524
- Allow containers columns to be selected in config file #2722
- [WebUI] Unecessary space between Processcount and processlist #3032
- Add comparable NVML_LIB check for Windows #3000
- Change the default path for graph export to /tmp/glances
- Improve CCS of WebUI #3024
* Bug corrected:
- Thresholds not displayed in the WebUI for the DiskIO plugin #1498
- FS module alias configuration do not taken into account everytime #3010
- Unexpected behaviour while running glances in docker with
--export influxdb2 #2904
- Correct issue when key name contains space - Related to #2983
- Issue with ports plugin (for URL request) #3008
- Network problem when no bitrate available #3014
- SyntaxError: f-string: unmatched '[' in server list (on the DEVELOP
branch only) #3018
- Uptime for Docker containers not working #3021
- WebUI doesn't display valid time for process list #2902
- Bug In the Web-UI, Timestamps for 'Warning or critical alerts' are
showing incorrect month #3023
- Correct display issue on Containers plugin in WebUI #3028
* Continuous integration and documentation:
- Bumped minimal Python version to 3.9 #3005
- Make the glances/outputs/static/js/uiconfig.json generated automaticaly
from the make webui task
- Update unit-test for Glances Central Browser
- Add unit-test for new entry point in the API (plugin/item/key)
- Add a target to start Glances with Htop features
- Try new build and publish to Pypi CI actions
-------------------------------------------------------------------
Thu Dec 26 22:35:51 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Adding '_service' file for tarball download
-------------------------------------------------------------------
Fri Nov 1 17:32:58 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Update to upstream version 4.2.1:
* Enhancements:
- [WEBUI] Came back to default Black Theme / Reduce font size #2993
- Improve hide_zero option #2958
* Bug corrected:
- Possible memory leak #2976
- Docker/Podman shoud not flood log file with ERROR if containers list
can not be retreived #2994
- Using "-w" option gives error: NameError: name 'Any' is not
defined #2992
- Non blocking error message when Glances starts from a container
(alpine-dev image) #2991
* Continuous integration and documentation:
- Migrate from setup.py to pyproject.yml #2956
- Make pyproject.toml's version dynamic #2990
-------------------------------------------------------------------
Mon Oct 21 15:27:48 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Adding the following [as] 'Recommends':
* python3-orjson
* python3-fastapi
* python3-uvicorn
- Update to upstream version 4.2.0:
* Enhancements:
- Call process_iter.clear_cache() (PsUtil 6+) when Glances user force a
refresh (F5 or CTRL-R) #2753
- PsUtil 6+ no longer check PID reused #2755
- Add support for automatically hiding network interfaces that are down
or that don't have any IP addresses #2799
* Bug corrected:
- API: Network module is disabled but appears in endpoint "all" #2815
- API is not compatible with requests containing special/encoding
char #2820
- 'j' hot key crashes Glances #2831
- Raspberry PI - CPU info is not correct #2616
- Graph export is broken if there is no graph section in Glances
configuration file #2839
- Glances API status check returns Error 405 - Method Not Allowed #2841
- Rootless podman containers cause glances to fail with KeyError #2827
- --export-process-filter Filter using complete command #2824
- Exception when Glances is ran with limited plugin list #2822
- Disable separator option do not work #2823
-------------------------------------------------------------------
Thu Jul 11 15:14:38 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Initial version from upstream PyPI