15
0
forked from pool/python-distro

Updating link to change in openSUSE:Factory/python-distro revision 20

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=f761ba29c92393c047cf5662e2dc4c0b
This commit is contained in:
OBS User buildservice-autocommit
2023-12-28 21:54:26 +00:00
committed by Git OBS Bridge
parent 01819610e6
commit 4faffc0c3f
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Dec 27 09:21:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.9.0:
* Refactor distro.info() method to return an InfoDict [#360]
* Ignore the file '/etc/board-release' [#353]
* Ignore the file '/etc/ec2_version' [#359]
* Test on modern versions of CPython and PyPy and macOS [#362]
* Add support for ALT Linux Server 10.1 distribution [#354]
* Add Debian Testing to the tests [#356]
* Update archlinux resource for tests [#352]
-------------------------------------------------------------------
Mon Sep 18 16:28:25 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
@@ -121,7 +133,7 @@ Tue Feb 5 11:48:38 CET 2019 - Matej Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Wed Jun 13 16:52:25 UTC 2018 - mcepl@suse.com
- Enable tests properly (this is pytest, not unittest),
- Enable tests properly (this is pytest, not unittest),
it is necessary to explicitly set locale to an Unicode one
(https://github.com/nir0s/distro/issues/223)