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:
Ana Guerrero 2023-12-28 21:54:26 +00:00 committed by Git OBS Bridge
commit 184064992d
4 changed files with 17 additions and 5 deletions

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

Binary file not shown.

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> Mon Sep 18 16:28:25 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -20,7 +20,7 @@
%{!?license: %global license %doc} %{!?license: %global license %doc}
%bcond_without test %bcond_without test
Name: python-distro Name: python-distro
Version: 1.8.0 Version: 1.9.0
Release: 0 Release: 0
Summary: Linux Distribution - a Linux OS platform information API Summary: Linux Distribution - a Linux OS platform information API
License: Apache-2.0 License: Apache-2.0