From 5c47ee19e3810be589a556e0e7f266b0d56d46257f8ab826db68c065b67cd723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 7 Jan 2018 09:37:45 +0000 Subject: [PATCH] Accepting request 562203 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/562203 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessings?expand=0&rev=5 --- blessings-1.6.1.tar.gz | 3 +++ blessings-1.6.tar.gz | 3 --- python-blessings.changes | 10 ++++++++++ python-blessings.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 blessings-1.6.1.tar.gz delete mode 100644 blessings-1.6.tar.gz diff --git a/blessings-1.6.1.tar.gz b/blessings-1.6.1.tar.gz new file mode 100644 index 0000000..dca2f0e --- /dev/null +++ b/blessings-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74919575885552e14bc24a68f8b539690bd1b5629180faa830b1a25b8c7fb6ea +size 20122 diff --git a/blessings-1.6.tar.gz b/blessings-1.6.tar.gz deleted file mode 100644 index 29dd5bd..0000000 --- a/blessings-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007 -size 19974 diff --git a/python-blessings.changes b/python-blessings.changes index 742c83d..f913cdf 100644 --- a/python-blessings.changes +++ b/python-blessings.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 6 17:14:43 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 1.6.1: + * Don’t crash if number_of_colors() is called when run in a + non-terminal or when does_styling is otherwise false. + ------------------------------------------------------------------- Thu Aug 24 13:33:25 UTC 2017 - jmatejek@suse.com diff --git a/python-blessings.spec b/python-blessings.spec index b992a4b..7c1dad6 100644 --- a/python-blessings.spec +++ b/python-blessings.spec @@ -1,7 +1,7 @@ # # spec file for package python-blessings # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-blessings -Version: 1.6 +Version: 1.6.1 Release: 0 Summary: A thin, practical wrapper around terminal capabilities in Python License: MIT