From 9189d5c00f961d05624957d2c79126a896242841f57ac0656b557eb1b8d2088c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Sep 2022 07:59:40 +0000 Subject: [PATCH] Accepting request 1002431 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/1002431 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=27 --- curtsies-0.3.10.tar.gz | 3 --- curtsies-0.4.0.tar.gz | 3 +++ python-curtsies.changes | 13 +++++++++++++ python-curtsies.spec | 7 ++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 curtsies-0.3.10.tar.gz create mode 100644 curtsies-0.4.0.tar.gz diff --git a/curtsies-0.3.10.tar.gz b/curtsies-0.3.10.tar.gz deleted file mode 100644 index f408e72..0000000 --- a/curtsies-0.3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11efbb153d9cb22223dd9a44041ea0c313b8411e246e7f684aa843f6aa9c1600 -size 53340 diff --git a/curtsies-0.4.0.tar.gz b/curtsies-0.4.0.tar.gz new file mode 100644 index 0000000..d98329f --- /dev/null +++ b/curtsies-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb29efce33fef395a29efa568f27f5913178469fb3aab114080d6ca6264142fe +size 53652 diff --git a/python-curtsies.changes b/python-curtsies.changes index 101aba6..809bc5e 100644 --- a/python-curtsies.changes +++ b/python-curtsies.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 10 15:48:54 UTC 2022 - Arun Persaud + +- specfile: + * skip python 3.6 + * require python-blessed + +- update to version 0.4.0: + * Clean up both wakeup_fds + * Drop support for Python 3.6 + * Switch to blessed + * Typing: add more annotations + ------------------------------------------------------------------- Sun Mar 27 10:58:00 UTC 2022 - Dirk Müller diff --git a/python-curtsies.spec b/python-curtsies.spec index 507711c..b633cb8 100644 --- a/python-curtsies.spec +++ b/python-curtsies.spec @@ -18,22 +18,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-curtsies -Version: 0.3.10 +Version: 0.4.0 Release: 0 Summary: Curses-like terminal wrapper, with colored strings! License: MIT Group: Development/Languages/Python URL: https://github.com/bpython/curtsies Source: https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-%{version}.tar.gz -BuildRequires: %{python_module blessings} +BuildRequires: %{python_module blessed >= 1.5} BuildRequires: %{python_module cwcwidth} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pyte} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-blessings +Requires: python-blessed >= 1.5 Requires: python-cwcwidth BuildArch: noarch %python_subpackages