6addbc6
%global pypi_name requests-pkcs12
6addbc6
6addbc6
Name:           python-%{pypi_name}
6addbc6
Version:        1.7
d360399
Release:        14%{?dist}
6addbc6
Summary:        Add PKCS12 support to the requests library
6addbc6
6addbc6
License:        ISC
6addbc6
URL:            https://github.com/m-click/requests_pkcs12
6addbc6
Source0:        %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
6addbc6
BuildArch:      noarch
6addbc6
6addbc6
%description
6addbc6
This library adds PKCS12 support to the Python requests library. It is
6addbc6
integrated into requests as recommended by its authors: creating a custom
6addbc6
TransportAdapter, which provides a custom SSLContext.
6addbc6
6addbc6
%package -n     python3-%{pypi_name}
6addbc6
Summary:        %{summary}
6addbc6
6addbc6
BuildRequires:  python3-devel
6addbc6
BuildRequires:  python3-setuptools
6addbc6
%{?python_provide:%python_provide python3-%{pypi_name}}
6addbc6
6addbc6
%description -n python3-%{pypi_name}
6addbc6
This library adds PKCS12 support to the Python requests library. It is
6addbc6
integrated into requests as recommended by its authors: creating a custom
6addbc6
TransportAdapter, which provides a custom SSLContext.
6addbc6
6addbc6
%prep
6addbc6
%autosetup -n requests_pkcs12-%{version}
6addbc6
rm -rf %{pypi_name}.egg-info
6addbc6
6addbc6
%build
6addbc6
%py3_build
6addbc6
6addbc6
%install
6addbc6
%py3_install
6addbc6
6addbc6
%files -n python3-%{pypi_name}
6addbc6
%license LICENSE
6addbc6
%doc README.rst
6addbc6
%{python3_sitelib}/__pycache__/*
6addbc6
%{python3_sitelib}/requests_pkcs12.py
6addbc6
%{python3_sitelib}/requests_pkcs12-%{version}-py*.egg-info/
6addbc6
6addbc6
%changelog
d360399
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-14
d360399
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
d360399
b08fcf6
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-13
b08fcf6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
b08fcf6
bb0b703
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-12
bb0b703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
bb0b703
a2b0632
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.7-11
a2b0632
- Rebuilt for Python 3.12
a2b0632
fe60e1f
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-10
fe60e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
fe60e1f
d99474e
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-9
d99474e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
d99474e
68bfcd5
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.7-8
68bfcd5
- Rebuilt for Python 3.11
68bfcd5
7344f58
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-7
7344f58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
7344f58
229327c
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-6
229327c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
229327c
4a9211c
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.7-5
4a9211c
- Rebuilt for Python 3.10
4a9211c
3411a50
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-4
3411a50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3411a50
0d8bd68
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
0d8bd68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0d8bd68
2f95509
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 1.7-2
2f95509
- Rebuilt for Python 3.9
2f95509
6addbc6
* Thu Mar 19 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.7-1
6addbc6
- Initial package for Fedora