rebuilt with py3 package [release 1.0.4-2mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:00:28 +01:00
parent 9a00261745
commit 7d3cc0cb64

View File

@ -1,6 +1,6 @@
Name: python-css-parser Name: python-css-parser
Version: 1.0.4 Version: 1.0.4
Release: 1mamba Release: 2mamba
Summary: A CSS Cascading Style Sheets library for Python Summary: A CSS Cascading Style Sheets library for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,9 +10,8 @@ URL: https://pypi.org/project/css-parser/
Source: https://pypi.debian.net/css-parser/css-parser-%{version}.tar.gz Source: https://pypi.debian.net/css-parser/css-parser-%{version}.tar.gz
License: LGPL, GPL License: LGPL, GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 python-css-parser' to get the list of build requirements.
## AUTOBUILDREQ-END
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -42,13 +41,10 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
## note: eventually add the remaining documents (if any)
# %doc README.md
%changelog %changelog
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
- rebuilt with py3 package
* Mon Apr 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba * Mon Apr 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
- package created using the webbuild interface - package created using the webbuild interface