Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ccee007b71 | |||
| e38aeda37d | |||
| 770826cfed | |||
| 8c2cd5e7e3 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ebe33215bd7c92851a506049c720cca4cf5c192c1665c1d7a98a04c4702760e
|
|
||||||
size 53559
|
|
||||||
3
curtsies-0.4.3.tar.gz
Normal file
3
curtsies-0.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:102a0ffbf952124f1be222fd6989da4ec7cce04e49f613009e5f54ad37618825
|
||||||
|
size 53401
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 12 17:32:38 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.4.3:
|
||||||
|
* Drop support for Python 3.7, 3.8, and 3.9.
|
||||||
|
* Add support for italic.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 26 10:58:36 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 15:25:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue Sep 12 15:25:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-curtsies
|
# spec file for package python-curtsies
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,11 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-curtsies
|
Name: python-curtsies
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Curses-like terminal wrapper, with colored strings!
|
Summary: Curses-like terminal wrapper, with colored strings!
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -29,9 +28,11 @@ URL: https://github.com/bpython/curtsies
|
|||||||
Source: https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module blessed >= 1.5}
|
BuildRequires: %{python_module blessed >= 1.5}
|
||||||
BuildRequires: %{python_module cwcwidth}
|
BuildRequires: %{python_module cwcwidth}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pyte}
|
BuildRequires: %{python_module pyte}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-blessed >= 1.5
|
Requires: python-blessed >= 1.5
|
||||||
@@ -47,10 +48,10 @@ arrays of text.
|
|||||||
%setup -q -n curtsies-%{version}
|
%setup -q -n curtsies-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -60,6 +61,6 @@ arrays of text.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/curtsies
|
%{python_sitelib}/curtsies
|
||||||
%{python_sitelib}/curtsies-%{version}-py*.egg-info
|
%{python_sitelib}/curtsies-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user