|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 0.1.5
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Summary: Use requests to talk HTTP via a UNIX domain socket
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
@ -61,6 +61,9 @@ sed -i '/pytest-capturelog/d' test-requirements.txt
|
|
|
|
|
%{python3_sitelib}/requests_unixsocket-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.1.5-10
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|