pyOpenSSL/pyOpenSSL.spec

123 lines
3.2 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:14:25 -04:00
Name: pyOpenSSL
Version: 23.1.1
2022-11-14 20:25:03 +08:00
Release: 1
2019-09-30 11:14:25 -04:00
Summary: A rather thin wrapper around (a subset of) the OpenSSL library.
License: ASL 2.0
URL: https://www.pyopenssl.org/en/stable/
2020-09-14 11:36:08 +08:00
Source0: https://github.com/pyca/pyopenssl/archive/%{version}.tar.gz
2019-09-30 11:14:25 -04:00
BuildArch: noarch
BuildRequires: python3-devel python3-cryptography
2019-09-30 11:14:25 -04:00
BuildRequires: python3-setuptools python3-sphinx python3-sphinx_rtd_theme
%description
pyOpenSSL is a rather thin wrapper around (a subset of) the OpenSSL library.
With thin wrapper we mean that a lot of the object methods do nothing more
than calling a corresponding function in the OpenSSL library.
%package -n python3-%{name}
Summary: A rather thin wrapper around (a subset of) the OpenSSL library.
2022-11-14 20:25:03 +08:00
Requires: python3-cryptography
2019-09-30 11:14:25 -04:00
%{?python_provide:%python_provide python3-pyOpenSSL}
%description -n python3-%{name}
pyOpenSSL is a rather thin wrapper around (a subset of) the OpenSSL library.
With thin wrapper we mean that a lot of the object methods do nothing more
than calling a corresponding function in the OpenSSL library.
%package help
Summary: Documents for %{name}
Buildarch: noarch
Requires: man info
Provides: %{name}-doc
Obsoletes: %{name}-doc < %{version}-%{release}
2019-09-30 11:14:25 -04:00
%description help
Man pages and other related documents for %{name}.
%prep
2020-09-14 11:36:08 +08:00
%autosetup -n pyopenssl-%{version} -p1
2019-09-30 11:14:25 -04:00
%build
%py3_build
make -C doc html SPHINXBUILD=sphinx-build-3
%install
%py3_install
%files -n python3-%{name}
%license LICENSE
%{python3_sitelib}/OpenSSL/
2021-12-25 17:27:17 +08:00
%{python3_sitelib}/pyOpenSSL-*.egg-info
2019-09-30 11:14:25 -04:00
%files help
%license LICENSE
2020-05-12 19:46:39 +08:00
%doc CHANGELOG.rst doc/_build/html
2019-09-30 11:14:25 -04:00
%changelog
* Fri May 26 2023 Dongxing Wang<dxwangk@isoftstone.com> - 23.1.1-1
- Upgrade version to 23.1.1
2023-02-09 11:59:49 +08:00
* Thu Feb 9 2023 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 23.0.0-1
- Upgrade version to 23.0.0
2022-11-14 20:25:03 +08:00
* Mon Nov 14 2022 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 22.0.0-1
- Upgrade version to 22.0.0
* Mon Oct 24 2022 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 21.0.0-2
- fix obsoletes in spec
2021-12-25 17:27:17 +08:00
* Sat Dec 25 2021 tianwei <tianwei12@huawei.com> - 21.0.0-1
- Upgrade version to 21.0.0
2021-02-02 11:47:42 +08:00
* Tue Feb 02 2021 wuchaochao <wuchaochao4@huawei.com> - 20.0.1-1
- Update package version
* Fri Oct 30 2020 wangjie<wangjie294@huawei.com> -19.1.0-3
- Type:NA
- ID:NA
- SUG:NA
- DESC:remove python2
2020-09-14 11:36:08 +08:00
* Mon Sep 14 2020 shixuantong <shixuantong@huawei.com> - 19.1.0-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:update source0
2022-06-15 07:17:59 +00:00
* Sun May 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 19.1.0-1
2020-05-12 19:46:39 +08:00
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Update pyOpenSSL to 19.1.0
2019-09-30 11:14:25 -04:00
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 19.0.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Update to 19.0.0
* Sun Apr 28 2019 luochunsheng<luochunsheng@huawei.com> - 18.0.0-3.h3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:fix tests
* Sat Apr 13 2019 luochunsheng<luochunsheng@huawei.com> - 18.0.0-3.h2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:pyOpenSSL package quality enhance
* Wed Mar 13 2019 wanghongzhe<wanghongzhe@huawei.com> - 18.0.0-3.h1
- Type:enhancement
- ID:NA
- SUG:restart
- DESC:solve the mirror-yum installation dependency
* Mon Aug 13 2018 openEuler Buildteam <buildteam@openeuler.org> - 18.0.0-3
- Package Init