From 9fcd4f67c23db581afd04f316b7c00122bd403828305f4477cfb48ea00ed93c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 15:54:50 +0000 Subject: [PATCH] Accepting request 788593 from home:wagi:branches:devel:languages:python - update to 1.17.4 * optimize length() * add pixel_height and pixel_width, for libsixel support * Documentation overhaul, plenty of examples and animated screenshots. OBS-URL: https://build.opensuse.org/request/show/788593 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=13 --- blessed-1.17.0.tar.gz | 3 --- blessed-1.17.4.tar.gz | 3 +++ python-blessed.changes | 9 +++++++++ python-blessed.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 blessed-1.17.0.tar.gz create mode 100644 blessed-1.17.4.tar.gz diff --git a/blessed-1.17.0.tar.gz b/blessed-1.17.0.tar.gz deleted file mode 100644 index 5b69be1..0000000 --- a/blessed-1.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38632d60dd384de9e9be0ee5b6e1c6130f96efd0767c6ca530a453da36238c25 -size 99356 diff --git a/blessed-1.17.4.tar.gz b/blessed-1.17.4.tar.gz new file mode 100644 index 0000000..7d46267 --- /dev/null +++ b/blessed-1.17.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320a619c83298a9c9d632dbd8fafbb90ba9a38b83c7e64726c572fb186dd0781 +size 98224 diff --git a/python-blessed.changes b/python-blessed.changes index a8c70f6..b4fc1a7 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 26 15:07:26 UTC 2020 - Daniel Wagner + +- update to 1.17.4 + * optimize length() + * add pixel_height and pixel_width, for libsixel support + * Documentation overhaul, plenty of examples and animated + screenshots. + ------------------------------------------------------------------- Wed Jan 22 15:36:56 UTC 2020 - Marketa Calabkova diff --git a/python-blessed.spec b/python-blessed.spec index 99470ef..3ca4a09 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-blessed -Version: 1.17.0 +Version: 1.17.4 Release: 0 Summary: Wrapper around terminal styling, screen positioning, and keyboard input License: MIT