2024-01-06 11:14:29 +01:00
|
|
|
Name: python-httplib2
|
2024-01-06 11:14:31 +01:00
|
|
|
Version: 0.21.0
|
2024-01-06 11:14:30 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 11:14:29 +01:00
|
|
|
Summary: A comprehensive HTTP client library
|
2024-01-06 11:14:29 +01:00
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:14:30 +01:00
|
|
|
URL: https://github.com/httplib2/httplib2
|
2024-01-06 11:14:30 +01:00
|
|
|
Source: https://pypi.debian.net/httplib2/httplib2-%{version}.tar.gz
|
2024-01-06 11:14:29 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:14:30 +01:00
|
|
|
BuildRequires: (python3.7dist(pyparsing) < 3 or python3.7dist(pyparsing) > 3)
|
|
|
|
BuildRequires: (python3.7dist(pyparsing) < 3.0.1 or python3.7dist(pyparsing) > 3.0.1)
|
|
|
|
BuildRequires: (python3.7dist(pyparsing) < 3.0.2 or python3.7dist(pyparsing) > 3.0.2)
|
|
|
|
BuildRequires: (python3.7dist(pyparsing) < 3.0.3 or python3.7dist(pyparsing) > 3.0.3)
|
2024-01-06 11:14:30 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 11:14:30 +01:00
|
|
|
BuildRequires: python3.7dist(pyparsing)
|
2024-01-06 11:14:29 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A comprehensive HTTP client library.
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
2024-01-06 11:14:29 +01:00
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
%prep
|
2024-01-06 11:14:29 +01:00
|
|
|
%setup -q -n httplib2-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
2024-01-06 11:14:30 +01:00
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 11:14:29 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:14:29 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:14:30 +01:00
|
|
|
%dir %{python_sitearch}/httplib2-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/httplib2-%{version}-py*.egg-info/*
|
2024-01-06 11:14:29 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:14:31 +01:00
|
|
|
* Sun Oct 30 2022 Automatic Build System <autodist@mambasoft.it> 0.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 0.20.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 0.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Sat Oct 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.1-1mamba
|
|
|
|
- update to 0.20.1
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Sun Apr 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.1-2mamba
|
|
|
|
- rebuilt with distdeps and py3 target
|
|
|
|
|
|
|
|
* Tue Mar 30 2021 Automatic Build System <autodist@mambasoft.it> 0.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 0.18.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Thu May 21 2020 Automatic Build System <autodist@mambasoft.it> 0.17.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Thu Apr 23 2020 Automatic Build System <autodist@mambasoft.it> 0.17.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Tue Apr 14 2020 Automatic Build System <autodist@mambasoft.it> 0.17.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Sat Apr 04 2020 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Thu Jan 23 2020 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 0.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Wed Jun 26 2019 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Mon May 06 2019 Automatic Build System <autodist@mambasoft.it> 0.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Tue Nov 27 2018 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Wed Apr 11 2018 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Wed Feb 08 2017 Automatic Build System <autodist@mambasoft.it> 0.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Mon Feb 06 2017 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:30 +01:00
|
|
|
* Fri Oct 02 2015 Automatic Build System <autodist@mambasoft.it> 0.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:29 +01:00
|
|
|
* Sun Apr 12 2015 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:14:29 +01:00
|
|
|
* Thu Jul 10 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
|
|
|
|
- update to 0.9
|
|
|
|
|
2024-01-06 11:14:29 +01:00
|
|
|
* Sat Dec 14 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba
|
|
|
|
- fix permissions of installed files
|
|
|
|
|
|
|
|
* Wed Jun 19 2013 Automatic Build System <autodist@mambasoft.it> 0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.7-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Tue Apr 23 2013 Automatic Build System <autodist@mambasoft.it> 0.7.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Dec 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2mamba
|
|
|
|
- rebuilt with python 2.6; renamed to python-httplib2
|
|
|
|
|
|
|
|
* Wed May 14 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- package created by autospec
|