update to 0.4.4 [release 0.4.4-1mamba;Mon Aug 30 2021]
This commit is contained in:
parent
3b66270fa5
commit
084256cf64
@ -1,19 +1,17 @@
|
|||||||
Name: python-colorama
|
Name: python-colorama
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Cross-platform colored terminal text
|
Summary: Cross-platform colored terminal text
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/tartley/colorama
|
URL: https://github.com/tartley/colorama
|
||||||
Source: https://pypi.python.org/packages/source/c/colorama/colorama-%{version}.tar.gz
|
Source: https://pypi.debian.net/colorama/colorama-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/colorama-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/colorama-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
||||||
|
- update to 0.4.4
|
||||||
|
|
||||||
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-2mamba
|
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-2mamba
|
||||||
- rebuilt with py3* packages
|
- rebuilt with py3* packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user