diff --git a/distro-1.8.0.tar.gz b/distro-1.8.0.tar.gz deleted file mode 100644 index 16b4ca0..0000000 --- a/distro-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 -size 59428 diff --git a/distro-1.9.0.tar.gz b/distro-1.9.0.tar.gz new file mode 100644 index 0000000..1ea6da5 --- /dev/null +++ b/distro-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed +size 60722 diff --git a/python-distro.changes b/python-distro.changes index ad49767..d25e580 100644 --- a/python-distro.changes +++ b/python-distro.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 27 09:21:33 UTC 2023 - Dirk Müller + +- 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 @@ -121,7 +133,7 @@ Tue Feb 5 11:48:38 CET 2019 - Matej Cepl ------------------------------------------------------------------- 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) diff --git a/python-distro.spec b/python-distro.spec index 3c7e31c..eea1d50 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -20,7 +20,7 @@ %{!?license: %global license %doc} %bcond_without test Name: python-distro -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: Linux Distribution - a Linux OS platform information API License: Apache-2.0