From 457fde5b7b1a2d5332493dbfe46093e2e8029cd4e4082ce85fe0852ddec80491 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Aug 2020 06:49:28 +0000 Subject: [PATCH] - Update to 1.17.10: * bugfix: Now imports on 3.10+ * bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:`178`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=17 --- blessed-1.17.10.tar.gz | 3 +++ blessed-1.17.5.tar.gz | 3 --- python-blessed.changes | 7 +++++++ python-blessed.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 blessed-1.17.10.tar.gz delete mode 100644 blessed-1.17.5.tar.gz diff --git a/blessed-1.17.10.tar.gz b/blessed-1.17.10.tar.gz new file mode 100644 index 0000000..af401ee --- /dev/null +++ b/blessed-1.17.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b9464609f54e2eca5f5926db590a5b01fefef882844ce05064f483b8f96c26 +size 6697685 diff --git a/blessed-1.17.5.tar.gz b/blessed-1.17.5.tar.gz deleted file mode 100644 index c88a47f..0000000 --- a/blessed-1.17.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:926916492220af741657ec4668aba95f54a8c32445e765cfa38c7ccd3343cc6f -size 14030669 diff --git a/python-blessed.changes b/python-blessed.changes index 9b8a122..b1161d9 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 26 06:48:05 UTC 2020 - Steve Kowalik + +- Update to 1.17.10: + * bugfix: Now imports on 3.10+ + * bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:`178`. + ------------------------------------------------------------------- Wed May 6 07:22:06 UTC 2020 - Tomáš Chvátal diff --git a/python-blessed.spec b/python-blessed.spec index 0c6a8ed..7c90496 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-blessed -Version: 1.17.5 +Version: 1.17.10 Release: 0 Summary: Wrapper around terminal styling, screen positioning, and keyboard input License: MIT