automatic version update by autodist [release 3.6.2-1mamba;Mon May 31 2021]
This commit is contained in:
parent
7057230a01
commit
4384d8c458
@ -1,17 +1,17 @@
|
|||||||
Name: python-singledispatch
|
Name: python-singledispatch
|
||||||
Version: 3.6.1
|
Version: 3.6.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: This library brings functools.singledispatch from Python 3.4 to Python 2.6
|
Summary: This library brings functools.singledispatch from Python 3.4 to Python 2.6
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://pypi.python.org/pypi/singledispatch
|
URL: https://pypi.org/project/singledispatch/
|
||||||
Source: https://pypi.debian.net/singledispatch/singledispatch-%{version}.tar.gz
|
Source: https://pypi.debian.net/singledispatch/singledispatch-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python-six-py3
|
BuildRequires: python3.7dist(six)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,11 +40,14 @@ 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}/singledispatch-%{version}-py*.egg-info
|
%dir %{python_sitearch}/singledispatch-*-py*.egg-info
|
||||||
%{python_sitearch}/singledispatch-%{version}-py*.egg-info/*
|
%{python_sitearch}/singledispatch-*-py*.egg-info/*
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 31 2021 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.1-2mamba
|
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.1-2mamba
|
||||||
- rebuilt with python3
|
- rebuilt with python3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user