15
0

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
This commit is contained in:
Tomáš Chvátal
2020-03-26 15:54:50 +00:00
committed by Git OBS Bridge
parent 2ea9c75392
commit 9fcd4f67c2
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38632d60dd384de9e9be0ee5b6e1c6130f96efd0767c6ca530a453da36238c25
size 99356

3
blessed-1.17.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:320a619c83298a9c9d632dbd8fafbb90ba9a38b83c7e64726c572fb186dd0781
size 98224

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 26 15:07:26 UTC 2020 - Daniel Wagner <daniel.wagner@suse.com>
- 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 <mcalabkova@suse.com>

View File

@@ -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