Пакет python-module-service-identity: Specfile

%define oname service_identity
%define package_name service-identity

Name: python-module-%package_name
Version: 18.1.0
Release: alt2

Summary: Service identity verification for pyOpenSSL

License: MIT
Group: Development/Python
Url: https://github.com/pyca/service_identity

# It is new feature etersoft-build-utils since 1.7.6: supports commented real url
# Source-url: https://pypi.python.org/packages/source/s/service_identity/service_identity-1.0.0.tar.gz
Source: %oname-%version.tar
BuildArch: noarch
Provides: python-module-service_identity = %version-%release
Obsoletes: python-module-service_identity <= 18.1.0

BuildPreReq: rpm-build-python
BuildRequires: python-module-setuptools

%setup_python_module %oname

%description
Use this package if you use pyOpenSSL and don't want to be MITMed.
service_identity aspires to give you all the tools you need for verifying whether
a certificate is valid for the intended purposes. In the simplest case, this means host
name verification. However, service_identity implements RFC 6125 fully and plans to add
other relevant RFCs too.

%prep
%setup -n %oname-%version

%build
%python_build

%install
%python_install

%files
%doc AUTHORS.rst LICENSE README.rst
%python_sitelibdir/%oname/
%python_sitelibdir/*.egg-info

%changelog
* Thu May 27 2021 Vladimir Didenko <cow@altlinux.org> 18.1.0-alt2
- build python3 package as a standalone package

* Fri Feb 15 2019 Vladimir Didenko <cow@altlinux.org> 18.1.0-alt1
- new version
- obsolete duplicate package (closes: #35296)

* Fri Jun 9 2017 Vladimir Didenko <cow@altlinux.org> 17.0.0-alt1
- new version

* Fri Jul 22 2016 Vladimir Didenko <cow@altlinux.org> 16.0.0-alt1
- new version

* Sun Mar 13 2016 Ivan Zakharyaschev <imz@altlinux.org> 14.0.0-alt1.1.1
- (NMU) rebuild with rpm-build-python3-0.1.9
  (for common python3/site-packages/ and auto python3.3-ABI dep when needed)

* Thu Jan 28 2016 Mikhail Efremov <sem@altlinux.org> 14.0.0-alt1.1
- NMU: Use buildreq for BR.

* Mon Jun 29 2015 Vladimir Didenko <cow@altlinux.org> 14.0.0-alt1
- new version

* Thu Jul 31 2014 Vladimir Didenko <cow@altlinux.org> 1.0.0-alt1
- initial build for Sisyphus