File python-zypper-patch-status-collector.changes of Package python-zypper-patch-status-collector
-------------------------------------------------------------------
Sat Jan 8 20:30:57 UTC 2022 - Matthias Bach <marix@marix.org> - 0.3.1
- Fix issue with alternative installation on Tumbleweed
-------------------------------------------------------------------
Sun Feb 28 19:36:12 UTC 2021 - Matthias Bach <marix@marix.org> - 0.3.1
- Update to upstream release 0.3.1.
* --output-file no longer fails if temp directory is on a
different filesystem than the target file.
-------------------------------------------------------------------
Sun Feb 28 17:35:11 UTC 2021 - Matthias Bach <marix@marix.org> - 0.3.0
- Update to upstream release 0.3.0.
* New parameter --output-file allows to have the metrics written
directly to a file.
-------------------------------------------------------------------
Wed Dec 23 14:15:21 UTC 2020 - Matthias Bach <marix@marix.org> - 0.2.1
- Make package conform to spec-cleaner
-------------------------------------------------------------------
Fri Jul 10 20:15:00 UTC 2020 - Matthias Bach <marix@marix.org>
- Add missing package dependencies.
-------------------------------------------------------------------
Wed Jun 17 18:49:55 UTC 2020 - Matthias Bach <marix@marix.org>
- Update to upstream release 0.2.1.
* Fix crash in rendering zypper_service_needs_restart when there
is actually a service to restart.
-------------------------------------------------------------------
Tue Jun 16 16:14:28 UTC 2020 - Matthias Bach <marix@marix.org>
- Update to upstream release 0.2.0.
* New metric `zypper_needs_rebooting` exports wether the system
requires a reboot according to ``zypper needs-rebooting``.
* New metric `zypper_product_end_of_live` exports end of life of
products as reported by ``zypper lifecycle``.
* New metric `zypper_service_needs_restart` exported for each
service reported by `zypper ps -sss`.
-------------------------------------------------------------------
Mon Jun 15 20:37:19 UTC 2020 - Matthias Bach <marix@marix.org>
- Drop deprecated usage of %python3_only
- Drop Python2-compatility.
-------------------------------------------------------------------
Wed Jan 3 10:17:51 UTC 2018 - marix@marix.org
- Fix build on openSUSE Leap 42.3
- Eliminate duplicate files
-------------------------------------------------------------------
Tue Jan 2 21:18:01 UTC 2018 - marix@marix.org
- Switch to Python 3.
The Python 2 module is still available but does not provide the
binary anymore.
-------------------------------------------------------------------
Tue Jan 2 19:10:10 UTC 2018 - marix@marix.org
- Initial package creation