forked from pool/python-curtsies
Accepting request 1002735 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1002735 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-curtsies?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11efbb153d9cb22223dd9a44041ea0c313b8411e246e7f684aa843f6aa9c1600
|
||||
size 53340
|
||||
3
curtsies-0.4.0.tar.gz
Normal file
3
curtsies-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb29efce33fef395a29efa568f27f5913178469fb3aab114080d6ca6264142fe
|
||||
size 53652
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 10 15:48:54 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user