From f7f3b5e6fe5a76dd2b91e407c6ecf2c8b883fd6a367f7ecd53b79c0011da2b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 31 Jan 2019 11:32:32 +0000 Subject: [PATCH] - Update to 4.17: * compatibility with python 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanfriendly?expand=0&rev=17 --- humanfriendly-4.16.1.tar.gz | 3 --- humanfriendly-4.17.tar.gz | 3 +++ python-humanfriendly.changes | 6 ++++++ python-humanfriendly.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 humanfriendly-4.16.1.tar.gz create mode 100644 humanfriendly-4.17.tar.gz diff --git a/humanfriendly-4.16.1.tar.gz b/humanfriendly-4.16.1.tar.gz deleted file mode 100644 index d53b80b..0000000 --- a/humanfriendly-4.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed1e98ae056b597f15b41bddcc32b9f21e6ab4f3445f9faad1668675de759f7b -size 343828 diff --git a/humanfriendly-4.17.tar.gz b/humanfriendly-4.17.tar.gz new file mode 100644 index 0000000..624128f --- /dev/null +++ b/humanfriendly-4.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3a1c157602801c62dfdb321760229df2e0d4f14412a0f41b13ad3f930a936a +size 345291 diff --git a/python-humanfriendly.changes b/python-humanfriendly.changes index 257bcce..2064e95 100644 --- a/python-humanfriendly.changes +++ b/python-humanfriendly.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 31 11:32:14 UTC 2019 - Tomáš Chvátal + +- Update to 4.17: + * compatibility with python 3.7 + ------------------------------------------------------------------- Wed Aug 29 08:22:29 UTC 2018 - tchvatal@suse.com diff --git a/python-humanfriendly.spec b/python-humanfriendly.spec index a73e733..af3dff5 100644 --- a/python-humanfriendly.spec +++ b/python-humanfriendly.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanfriendly # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -28,7 +28,7 @@ Name: python-humanfriendly-%{flavor} %else Name: python-humanfriendly %endif -Version: 4.16.1 +Version: 4.17 Release: 0 Summary: Human friendly input/output for text interfaces using Python License: MIT