Latest upstream 0.5.0

epel8
Carl George 6 years ago
parent fcdb753858
commit 2b990c11c9

@ -1,27 +1,27 @@
# what it's called on pypi # what it's called on pypi
%global srcname trustme %global srcname trustme
# what it's imported as # what it's imported as
%global libname trustme %global libname %{srcname}
# name of egg info directory # name of egg info directory
%global eggname trustme %global eggname %{srcname}
# package name fragment # package name fragment
%global pkgname trustme %global pkgname %{srcname}
%global _description \ %global common_description %{expand:
You wrote a cool network client or server. It encrypts connections using TLS.\ You wrote a cool network client or server. It encrypts connections using TLS.
Your test suite needs to make TLS connections to itself. Uh oh. Your test\ Your test suite needs to make TLS connections to itself. Uh oh. Your test
suite probably doesn't have a valid TLS certificate. Now what? trustme is a\ suite probably doesn't have a valid TLS certificate. Now what? trustme is a
tiny Python package that does one thing: it gives you a fake certificate\ tiny Python package that does one thing: it gives you a fake certificate
authority (CA) that you can use to generate fake TLS certs to use in your\ authority (CA) that you can use to generate fake TLS certs to use in your
tests. Well, technically they are real certs, they are just signed by your CA,\ tests. Well, technically they are real certs, they are just signed by your CA,
which nobody trusts. But you can trust it. Trust me. which nobody trusts. But you can trust it. Trust me.}
%bcond_without tests %bcond_without tests
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 0.4.0 Version: 0.5.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: #1 quality TLS certs while you wait, for the discerning tester Summary: #1 quality TLS certs while you wait, for the discerning tester
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://github.com/python-trio/trustme URL: https://github.com/python-trio/trustme
@ -29,7 +29,7 @@ Source0: %pypi_source
BuildArch: noarch BuildArch: noarch
%description %{_description} %description %{common_description}
%package -n python%{python3_pkgversion}-%{pkgname} %package -n python%{python3_pkgversion}-%{pkgname}
@ -48,7 +48,7 @@ Requires: python%{python3_pkgversion}-idna
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}} %{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
%description -n python%{python3_pkgversion}-%{pkgname} %{_description} %description -n python%{python3_pkgversion}-%{pkgname} %{common_description}
%prep %prep
@ -78,6 +78,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose
%changelog %changelog
* Fri Feb 22 2019 Carl George <carl@george.computer> - 0.5.0-1
- Latest upstream
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (trustme-0.4.0.tar.gz) = bd12b0ebe076f65fd5d63e9b9c792672cd51ff630dd24200d2cdd488ea57fc0702d5f1f56ba5ab99836a4e6963e29c307c9c97ca84604fc894a7e95ed404ae8f SHA512 (trustme-0.5.0.tar.gz) = 7ce5041b8d3687fa462fe93e55b2f83549ab805cec4a2a94c9178a02af557cf8900fe6c05bae0bf100eb36181952fb2bc31cb1d4d6ad6ed2fd2b0706d569518f

Loading…
Cancel
Save