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