Accepting request 1135231 from devel:languages:python
- 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] - Enable tests properly (this is pytest, not unittest), OBS-URL: https://build.opensuse.org/request/show/1135231 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=20
This commit is contained in:
commit
184064992d
BIN
distro-1.8.0.tar.gz
(Stored with Git LFS)
BIN
distro-1.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
distro-1.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
distro-1.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user