diff --git a/distro-1.5.0.tar.gz b/distro-1.5.0.tar.gz deleted file mode 100644 index eba1fff..0000000 --- a/distro-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92 -size 54340 diff --git a/distro-1.6.0.tar.gz b/distro-1.6.0.tar.gz new file mode 100644 index 0000000..bea30c9 --- /dev/null +++ b/distro-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424 +size 53518 diff --git a/python-distro.changes b/python-distro.changes index debc945..f1c7a24 100644 --- a/python-distro.changes +++ b/python-distro.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 3 12:19:39 UTC 2021 - brejoc@gmail.com + +- Update to version 1.6.0 + * Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead [#296] + * Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ + * Added type hints to distro module [#269] + * Added __version__ for checking distro version [#292] + * Added support for arbitrary rootfs via the root_dir parameter [#247] + * Added the --root-dir option to CLI [#161] + * Added fallback to /usr/lib/os-release when /etc/os-release isn't available [#262] + * Fixed subprocess.CalledProcessError when running lsb_release [#261] + * Ignore /etc/iredmail-release file while parsing distribution [#268] + * Use a binary file for /dev/null to avoid TextIOWrapper overhead [#271] + ------------------------------------------------------------------- Tue May 18 10:55:49 UTC 2021 - pgajdos@suse.com diff --git a/python-distro.spec b/python-distro.spec index b9cb542..cbe7dc9 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.5.0 +Version: 1.6.0 Release: 0 Summary: Linux Distribution - a Linux OS platform information API License: Apache-2.0