Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distro for openSUSE:Factory checked in at 2022-02-17 00:30:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distro (Old) and /work/SRC/openSUSE:Factory/.python-distro.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distro" Thu Feb 17 00:30:16 2022 rev:16 rq:955104 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distro/python-distro.changes 2021-12-02 02:22:49.309116745 +0100 +++ /work/SRC/openSUSE:Factory/.python-distro.new.1956/python-distro.changes 2022-02-17 00:31:01.457428194 +0100 @@ -1,0 +2,24 @@ +Tue Feb 15 19:13:51 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at> + +- remove shebang from distro.py +- update to version 1.7.0: + - BACKWARD COMPATIBILITY: + - Dropped support for EOL Pythons 2.7, 3.4 and 3.5 [[#281](https://github.com/python-distro/distro/pull/281)] + - Dropped support for LSB and `uname` back-ends when `--root-dir` is specified [[#311](https://github.com/python-distro/distro/pull/311)] + - Moved `distro.py` to `src/distro/distro.py` [[#315](https://github.com/python-distro/distro/pull/315)] + - ENHANCEMENTS: + - Documented that `distro.version()` can return an empty string on rolling releases [[#312](https://github.com/python-distro/distro/pull/312)] + - Documented support for Python 3.10 [[#316](https://github.com/python-distro/distro/pull/316)] + - Added official support for Rocky Linux distribution [[#318](https://github.com/python-distro/distro/pull/318)] + - Added a shebang to `distro.py` to allow standalone execution [[#313](https://github.com/python-distro/distro/pull/313)] + - Added support for AIX platforms [[#311](https://github.com/python-distro/distro/pull/311)] + - Added compliance for PEP-561 [[#315](https://github.com/python-distro/distro/pull/315)] + - BUG FIXES: + - Fixed `include_uname` parameter oversight [[#305](https://github.com/python-distro/distro/pull/305)] + - Fixed crash when `uname -rs` output is empty [[#304](https://github.com/python-distro/distro/pull/304)] + - Fixed Amazon Linux identifier in `distro.id()` documentation [[#318](https://github.com/python-distro/distro/pull/318)] + - Fixed OpenSuse >= 15 support [[#319](https://github.com/python-distro/distro/pull/319)] + - Fixed encoding issues when opening distro release files [[#324](https://github.com/python-distro/distro/pull/324)] + - Fixed `linux_distribution` regression introduced in [[#230](https://github.com/python-distro/distro/pull/230)] [[#325](https://github.com/python-distro/distro/pull/325)] + +------------------------------------------------------------------- Old: ---- distro-1.6.0.tar.gz New: ---- distro-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distro.spec ++++++ --- /var/tmp/diff_new_pack.UgZ7xz/_old 2022-02-17 00:31:01.997428101 +0100 +++ /var/tmp/diff_new_pack.UgZ7xz/_new 2022-02-17 00:31:02.009428099 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-distro # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{!?license: %global license %doc} %bcond_without test Name: python-distro -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Linux Distribution - a Linux OS platform information API License: Apache-2.0 @@ -47,6 +47,8 @@ %prep %setup -q -n distro-%{version} +# remove shebang. Has been added by upstream intentionally: https://github.com/python-distro/distro/commit/8032f16a1082ff72471c13ff665f3ad9c929f3b0 +sed -i '1{/\/usr\/bin\/env python/d;}' src/distro/distro.py %patch0 -p1 %build ++++++ distro-1.6.0.tar.gz -> distro-1.7.0.tar.gz ++++++ ++++ 5568 lines of diff (skipped)