821dcc9
%global pypi_name certbot-dns-gehirn
821dcc9
821dcc9
%if 0%{?rhel} && 0%{?rhel} <= 7
821dcc9
# EL7 has problems building the documentation due to #1492884
821dcc9
%bcond_with docs
821dcc9
%else
821dcc9
%bcond_without docs
821dcc9
%endif
821dcc9
821dcc9
Name:           python-%{pypi_name}
d83ab7a
Version:        1.22.0
a7c5527
Release:        1%{?dist}
821dcc9
Summary:        Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
821dcc9
821dcc9
License:        ASL 2.0
821dcc9
URL:            https://github.com/certbot/certbot
f75ac14
Source0:        %{pypi_source}
f75ac14
Source1:        %{pypi_source}.asc
d9f0b1b
Source2:        https://dl.eff.org/certbot.pub
f75ac14
821dcc9
BuildArch:      noarch
821dcc9
a7c5527
BuildRequires:  python3-acme >= %{version}
a7c5527
BuildRequires:  python3-certbot >= %{version}
821dcc9
BuildRequires:  python3-devel
a7c5527
BuildRequires:  python3-dns-lexicon >= 3.2.1
d8f3e22
BuildRequires:  python3-pytest
821dcc9
BuildRequires:  python3-setuptools
821dcc9
821dcc9
%if %{with docs}
8741be0
BuildRequires:  python3-sphinx
8741be0
BuildRequires:  python3-sphinx_rtd_theme
821dcc9
%endif
821dcc9
f75ac14
# Used to verify OpenPGP signature
f75ac14
BuildRequires:  gnupg2
f75ac14
821dcc9
%description
821dcc9
Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
821dcc9
821dcc9
821dcc9
%package -n     python3-%{pypi_name}
821dcc9
Summary:        %{summary}
821dcc9
%{?python_provide:%python_provide python3-%{pypi_name}}
821dcc9
520ab8d
# Provide the name users expect as a certbot plugin
520ab8d
%if 0%{?fedora}
520ab8d
Provides:      %{pypi_name} = %{version}-%{release}
520ab8d
%endif
520ab8d
821dcc9
%description -n python3-%{pypi_name}
821dcc9
Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
821dcc9
821dcc9
This is the Python 3 version of the package.
2d65cf3
821dcc9
821dcc9
%if %{with docs}
821dcc9
%package -n python-%{pypi_name}-doc
821dcc9
Summary:        Documentation for python-certbot-dns-gehirn
821dcc9
%description -n python-%{pypi_name}-doc
821dcc9
Documentation for python-certbot-dns-gehirn
821dcc9
%endif
821dcc9
821dcc9
%prep
f75ac14
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
821dcc9
%autosetup -n %{pypi_name}-%{version}
821dcc9
# Remove bundled egg-info
821dcc9
rm -rf %{pypi_name}.egg-info
821dcc9
821dcc9
%build
821dcc9
%py3_build
821dcc9
821dcc9
%if %{with docs}
8741be0
sphinx-build-3 docs html
821dcc9
rm -rf html/.{doctrees,buildinfo}
821dcc9
%endif
821dcc9
821dcc9
%install
821dcc9
%py3_install
821dcc9
821dcc9
%check
Nick Bebout 54880b3
%{__python3} -m pytest
821dcc9
821dcc9
821dcc9
%files -n python3-%{pypi_name}
821dcc9
%license LICENSE.txt
821dcc9
%doc README.rst
821dcc9
%{python3_sitelib}/certbot_dns_gehirn
1078bfa
%{python3_sitelib}/certbot_dns_gehirn-%{version}-py%{python3_version}.egg-info
821dcc9
821dcc9
%if %{with docs}
821dcc9
%files doc
821dcc9
%license LICENSE.txt
821dcc9
%doc README.rst
821dcc9
%doc html
821dcc9
%endif
821dcc9
821dcc9
%changelog
d83ab7a
* Sat Dec 11 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.22.0-1
d83ab7a
- Update to 1.22.0 (#2020076)
d83ab7a
afad323
* Tue Oct 05 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.20.0-1
afad323
- Update to 1.20.0 (#2010961)
afad323
f00d8a3
* Fri Sep 10 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.19.0-1
f00d8a3
- Update to 1.19.0 (#2002046)
f00d8a3
a7c5527
* Wed Aug 04 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.18.0-1
a7c5527
- Update to 1.18.0 (#1966772)
a7c5527
757060c
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-3
757060c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
757060c
3964037
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.14.0-2
3964037
- Rebuilt for Python 3.10
3964037
379cc14
* Wed Apr 07 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.14.0-1
379cc14
- Update to 1.14.0 (#1946812)
379cc14
0121f1d
* Tue Mar 16 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.13.0-1
0121f1d
- Update to 1.13.0 (#1934806)
0121f1d
Nick Bebout 60a53b4
* Tue Feb 2 2021 Nick Bebout <nb@fedoraproject.org> - 1.12.0-1
Nick Bebout 60a53b4
- Update to 1.12.0
Nick Bebout 60a53b4
9680ddd
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
9680ddd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9680ddd
66365f2
* Tue Jan  5 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.11.0-1
66365f2
- Update to 1.11.0 (#1913024)
66365f2
cab910c
* Thu Dec  3 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.10.1-1
cab910c
- Update to 1.10.1 (#1904189)
cab910c
64d9fc5
* Wed Dec  2 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.10.0-1
64d9fc5
- Update to 1.10.0 (#1903316)
64d9fc5
Nick Bebout 54880b3
* Thu Oct 08 2020 Nick Bebout <nb@fedoraproject.org> - 1.9.0-1
Nick Bebout 54880b3
- Update to 1.9.0
Nick Bebout 54880b3
Nick Bebout 92153fa
* Tue Oct 06 2020 Nick Bebout <nb@fedoraproject.org> - 1.8.0-1
Nick Bebout 92153fa
- Update to 1.8.0
Nick Bebout 92153fa
4e8b484
* Sun Aug 16 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.7.0-1
4e8b484
- Update to 1.7.0 (#1866075)
4e8b484
2f5fb10
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
2f5fb10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2f5fb10
38b370e
* Tue Jul 07 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.6.0-1
38b370e
- Update to 1.6.0 (#1854584)
38b370e
608723e
* Sat Jun 06 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.5.0-1
608723e
- Update to 1.5.0 (#1843211)
608723e
391b7c2
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.0-2
391b7c2
- Rebuilt for Python 3.9
391b7c2
ed755aa
* Sat May 09 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.4.0-1
ed755aa
- Update to 1.4.0 (#1831921)
ed755aa
64f92b9
* Thu Mar 05 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.3.0-2
64f92b9
- bump release to retry koji build
64f92b9
bc6f2cd
* Wed Mar 04 2020 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.3.0-1
bc6f2cd
- Update to 1.3.0 (#1809784)
bc6f2cd
7f2be3a
* Sat Feb 29 2020 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.2.0-1
7f2be3a
- Update to 1.2.0 (#1791079)
7f2be3a
0709c07
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
0709c07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0709c07
d8f3e22
* Thu Dec 05 2019 Eli Young <elyscape@gmail.com> - 1.0.0-1
d8f3e22
- Update to 1.0.0 (#1769112)
d8f3e22
f75ac14
* Wed Dec 04 2019 Eli Young <elyscape@gmail.com> - 0.39.0-2
f75ac14
- Verify source OpenPGP signature
f75ac14
1218d82
* Tue Oct 01 2019 Eli Young <elyscape@gmail.com> - 0.39.0-1
1218d82
- Update to 0.39.0 (#1757584)
1218d82
1de3a5d
* Tue Sep 10 2019 Eli Young <elyscape@gmail.com> - 0.38.0-1
1de3a5d
- Update to 0.38.0 (#1748616)
1de3a5d
3241fd0
* Mon Aug 26 2019 Eli Young <elyscape@gmail.com> - 0.37.2-1
3241fd0
- Update to 0.37.2 (#1742583)
3241fd0
5420281
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.36.0-3
5420281
- Rebuilt for Python 3.8
5420281
4112100
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.0-2
4112100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4112100
964fb1d
* Fri Jul 19 2019 Eli Young <elyscape@gmail.com> - 0.36.0-1
964fb1d
- Update to 0.36.0
964fb1d
991da53
* Fri Jun 21 2019 Eli Young <elyscape@gmail.com> - 0.35.1-1
991da53
- Update to 0.35.1 (#1717684)
991da53
aa69956
* Tue May 28 2019 Eli Young <elyscape@gmail.com> - 0.34.2-1
aa69956
- Update to 0.34.2 (#1686191)
aa69956
0050a0e
* Fri Feb 08 2019 Eli Young <elyscape@gmail.com> - 0.31.0-1
0050a0e
- Update to 0.31.0 (#1673753)
0050a0e
764eb5d
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-2
764eb5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
764eb5d
222a019
* Mon Jan 28 2019 Eli Young <elyscape@gmail.com> - 0.30.2-1
222a019
- Update to 0.30.2 (#1669320)
222a019
d6783aa
* Tue Dec 11 2018 Eli Young <elyscape@gmail.com> - 0.29.1-1
d6783aa
- Update to 0.29.1
8741be0
- Remove Python 2 package in Fedora 30+ (#1654016)
d6783aa
694f8b7
* Wed Nov 14 2018 Eli Young <elyscape@gmail.com> - 0.28.0-1
694f8b7
- Update to 0.28.0
694f8b7
fbe2e49
* Mon Sep 10 2018 Eli Young <elyscape@gmail.com> - 0.27.1-1
fbe2e49
- Update to 0.27.1 (#1627576)
fbe2e49
c6b647e
* Thu Jul 19 2018 Eli Young <elyscape@gmail.com> - 0.26.1-1
c6b647e
- Update to 0.26.1
c6b647e
821dcc9
* Tue Jul 17 2018 Eli Young <elyscape@gmail.com> - 0.26.0-1
821dcc9
- Initial import (#1602080)