Blob Blame History Raw
Name: manuale
Version: 1.1.0
Release: 1%{?dist}
Summary: A fully manual Let's Encrypt/ACME client
License: MIT
URL: https://github.com/veeti/manuale
Source0: https://files.pythonhosted.org/packages/source/m/manuale/manuale-%{version}.tar.gz

BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-cryptography
Requires: python3-requests

%description
manuale is a fully manual Let's Encrypt/ACME client for advanced users. It is
intended to be used by a human in a manual workflow and contains no automation
features whatsoever.

%prep
%setup -q

%build
%py3_build

%install
%py3_install

%files
%doc README.md CHANGELOG.md
%license LICENSE
%{_bindir}/manuale
%{python3_sitelib}/manuale*

%changelog
* Sat Jan 14 2017 Veeti Paananen <veeti.paananen@rojekti.fi> - 1.1.0-1
- Update to 1.1.0

* Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.0.3-2
- Rebuild for Python 3.6

* Sat Aug 27 2016 Veeti Paananen <veeti.paananen@rojekti.fi> - 1.0.3-1
- Update to 1.0.3

* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

* Sun Mar 20 2016 Veeti Paananen <veeti.paananen@rojekti.fi> - 1.0.2-1
- Initial package