2024-01-05 16:50:28 +01:00
|
|
|
Name: python-urwid
|
2024-02-22 00:27:15 +01:00
|
|
|
Version: 2.6.4
|
2024-01-05 16:50:28 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A console user interface library for Python
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://excess.org/urwid/
|
|
|
|
Source: https://pypi.debian.net/urwid/urwid-%{version}.tar.gz
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpython311-devel
|
2024-01-30 00:56:29 +01:00
|
|
|
BuildRequires: python3.11dist(typing-extensions)
|
2024-02-13 10:15:34 +01:00
|
|
|
BuildRequires: python3.11dist(wcwidth)
|
2024-01-05 16:50:28 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%define py_requires_append \
|
|
|
|
Obsoletes: urwid < 2.2.3
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
A console UI library featuring fluid interface resizing, UTF-8 support, multiple text layouts, simple attribute markup, powerful scrolling list boxes and flexible interface design.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n urwid-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%{__python3} setup.py install \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python3_sitearch}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files %{?pyappend}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{python3_sitearch}/urwid
|
|
|
|
%{python3_sitearch}/urwid/*
|
|
|
|
%{python3_sitearch}/urwid-%{version}-py*.egg-info
|
|
|
|
|
|
|
|
%changelog
|
2024-02-22 00:27:15 +01:00
|
|
|
* Wed Feb 21 2024 Automatic Build System <autodist@openmamba.org> 2.6.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 21 2024 Automatic Build System <autodist@openmamba.org> 2.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-21 09:05:03 +01:00
|
|
|
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 2.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-17 11:16:24 +01:00
|
|
|
* Sat Feb 17 2024 Automatic Build System <autodist@openmamba.org> 2.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 2.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-13 10:15:34 +01:00
|
|
|
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 2.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-10 09:48:52 +01:00
|
|
|
* Sat Feb 10 2024 Automatic Build System <autodist@openmamba.org> 2.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-02 09:12:21 +01:00
|
|
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 2.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-30 00:56:29 +01:00
|
|
|
* Mon Jan 29 2024 Automatic Build System <autodist@openmamba.org> 2.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-23 22:22:23 +01:00
|
|
|
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 2.4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 2.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-18 22:42:55 +01:00
|
|
|
* Thu Jan 18 2024 Automatic Build System <autodist@openmamba.org> 2.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-18 13:37:38 +01:00
|
|
|
* Thu Jan 18 2024 Automatic Build System <autodist@openmamba.org> 2.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-12 10:23:02 +01:00
|
|
|
* Thu Jan 11 2024 Automatic Build System <autodist@openmamba.org> 2.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:50:28 +01:00
|
|
|
* Thu Jan 04 2024 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:50:28 +01:00
|
|
|
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:50:28 +01:00
|
|
|
* Mon Nov 06 2023 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 03 2019 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 12 2016 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 18 2014 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- update to 1.2.2
|
|
|
|
|
|
|
|
* Mon Dec 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
|
|
|
|
- rebuilt with python 2.7
|
|
|
|
|
|
|
|
* Sun Nov 25 2012 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 27 2012 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 15 2012 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 02 2011 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 0.9.9.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 17 2010 Automatic Build System <autodist@mambasoft.it> 0.9.9.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 16 2010 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.8.4-1mamba
|
|
|
|
- package created by autospec
|