]> git.pld-linux.org Git - packages/python3-certifi.git/blame - python3-certifi.spec
rebuild with python 3.10
[packages/python3-certifi.git] / python3-certifi.spec
CommitLineData
c2433507
JB
1%define module certifi
2
3# pypi version does not include leading zeros in the date
4%define tag 2021.10.08
5%define version %(echo %{tag} | sed -e 's/\\.0/./g')
6
7Summary: Python 3 package for providing Mozilla's CA Bundle
8Summary(pl.UTF-8): Pakiet Pythona 3 udostępniający bazę danych CA z Mozilli
9Name: python3-%{module}
10Version: %{version}
c82a4566 11Release: 3
c2433507
JB
12License: MPL v2.0
13Group: Libraries/Python
14#Source0Download: https://github.com/certifi/python-certifi/tags
15Source0: https://github.com/certifi/python-certifi/archive/%{tag}/python-certifi-%{tag}.tar.gz
16# Source0-md5: 23727c99ce0278e5d73d1a41ec3c2ff9
17URL: https://certifi.io/
18BuildRequires: python3-devel >= 1:3.5
19BuildRequires: python3-setuptools
20BuildRequires: rpm-pythonprov
21BuildRequires: rpmbuild(macros) >= 1.714
22Requires: python3-modules >= 1:3.5
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Certifi is a carefully curated collection of Root Certificates for
28validating the trustworthiness of SSL certificates while verifying the
29identity of TLS hosts. It has been extracted from the Requests
30project.
31
32%description -l pl.UTF-8
33Certifi to ostrożnie utrzymywany zbiór głównych certyfikatów
34potwierdzających zaufanie do certyfikatów SSL podczas weryfikacji
35tożsamości hostów TLS. Pochodzi z projektu Requests.
36
37%prep
38%setup -q -n python-certifi-%{tag}
39
40%build
41%py3_build
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%py3_install
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc LICENSE README.rst
54%{py3_sitescriptdir}/%{module}
55%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
This page took 0.134785 seconds and 4 git commands to generate.