476c331
%global pypi_name certbot-dns-ovh
476c331
476c331
%if 0%{?rhel} && 0%{?rhel} <= 7
476c331
# EL7 has problems building the documentation due to #1492884
476c331
%bcond_with docs
476c331
%else
476c331
%bcond_without docs
476c331
%endif
476c331
476c331
Name:           python-%{pypi_name}
d725f8e
Version:        1.27.0
fd031b1
Release:        3%{?dist}
476c331
Summary:        OVH DNS Authenticator plugin for Certbot
476c331
476c331
License:        ASL 2.0
476c331
URL:            https://github.com/certbot/certbot
131afe5
Source0:        %{pypi_source}
131afe5
Source1:        %{pypi_source}.asc
26117ae
Source2:        https://dl.eff.org/certbot.pub
131afe5
476c331
BuildArch:      noarch
476c331
a6c5b3f
BuildRequires:  python3-acme >= %{version}
a6c5b3f
BuildRequires:  python3-certbot >= %{version}
476c331
BuildRequires:  python3-devel
a6c5b3f
BuildRequires:  python3-dns-lexicon >= 3.2.1
49a6f69
BuildRequires:  python3-pytest
7b43703
BuildRequires:  python3-setuptools >= 41.6.0
476c331
476c331
%if %{with docs}
b565a40
BuildRequires:  python3-sphinx
b565a40
BuildRequires:  python3-sphinx_rtd_theme
476c331
%endif
476c331
131afe5
# Used to verify OpenPGP signature
131afe5
BuildRequires:  gnupg2
131afe5
476c331
%description
476c331
OVH DNS Authenticator plugin for Certbot
476c331
476c331
476c331
%package -n     python3-%{pypi_name}
476c331
Summary:        %{summary}
476c331
%{?python_provide:%python_provide python3-%{pypi_name}}
476c331
ccbf5ff
# Provide the name users expect as a certbot plugin
ccbf5ff
%if 0%{?fedora}
ccbf5ff
Provides:      %{pypi_name} = %{version}-%{release}
ccbf5ff
%endif
ccbf5ff
476c331
%description -n python3-%{pypi_name}
476c331
OVH DNS Authenticator plugin for Certbot
476c331
476c331
This is the Python 3 version of the package.
827ed43
476c331
476c331
%if %{with docs}
476c331
%package -n python-%{pypi_name}-doc
476c331
Summary:        Documentation for python-certbot-dns-ovh
476c331
%description -n python-%{pypi_name}-doc
476c331
Documentation for python-certbot-dns-ovh
476c331
%endif
476c331
476c331
%prep
131afe5
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
476c331
%autosetup -n %{pypi_name}-%{version}
476c331
# Remove bundled egg-info
476c331
rm -rf %{pypi_name}.egg-info
476c331
476c331
%build
476c331
%py3_build
476c331
476c331
%if %{with docs}
b565a40
sphinx-build-3 docs html
476c331
rm -rf html/.{doctrees,buildinfo}
476c331
%endif
476c331
476c331
%install
476c331
%py3_install
476c331
476c331
%check
Nick Bebout 16bab6d
%{__python3} -m pytest
476c331
476c331
476c331
%files -n python3-%{pypi_name}
476c331
%license LICENSE.txt
476c331
%doc README.rst
476c331
%{python3_sitelib}/certbot_dns_ovh
8e02f5b
%{python3_sitelib}/certbot_dns_ovh-%{version}-py%{python3_version}.egg-info
476c331
476c331
%if %{with docs}
476c331
%files doc
476c331
%license LICENSE.txt
476c331
%doc README.rst
476c331
%doc html
476c331
%endif
476c331
476c331
%changelog
fd031b1
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.27.0-3
fd031b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
fd031b1
24aa0ca
* Fri Jun 17 2022 Python Maint <python-maint@redhat.com> - 1.27.0-2
24aa0ca
- Rebuilt for Python 3.11
24aa0ca
d725f8e
* Wed May 04 2022 Felix Schwarz <fschwarz@fedoraproject.org> - 1.27.0-1
d725f8e
- Update to 1.27.0 (#2081529)
d725f8e
0083f2c
* Thu Apr 07 2022 Felix Schwarz <fschwarz@fedoraproject.org> - 1.26.0-1
0083f2c
- Update to 1.26.0 (#2064929)
0083f2c
7b43703
* Mon Mar 14 2022 Felix Schwarz <fschwarz@fedoraproject.org> - 1.24.0-1
7b43703
- Update to 1.24.0 (#2052139)
7b43703
878a5d2
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-2
878a5d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
878a5d2
271c873
* Sat Dec 11 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.22.0-1
271c873
- Update to 1.22.0 (#2020079)
271c873
6123b09
* Tue Oct 05 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.20.0-1
6123b09
- Update to 1.20.0 (#2010965)
6123b09
a581e34
* Fri Sep 10 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.19.0-1
a581e34
- Update to 1.19.0 (#2002051)
a581e34
a6c5b3f
* Wed Aug 04 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.18.0-1
a6c5b3f
- Update to 1.18.0 (#1966775)
a6c5b3f
4da8e1f
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-3
4da8e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4da8e1f
d1e08eb
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.14.0-2
d1e08eb
- Rebuilt for Python 3.10
d1e08eb
6eb71f8
* Wed Apr 07 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.14.0-1
6eb71f8
- Update to 1.14.0 (#1946817)
6eb71f8
f49a077
* Tue Mar 16 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.13.0-1
f49a077
- Update to 1.13.0 (#1934817)
f49a077
Nick Bebout b4ae94d
* Tue Feb 2 2021 Nick Bebout <nb@fedoraproject.org> - 1.12.0-1
Nick Bebout b4ae94d
- Update to 1.12.0
Nick Bebout b4ae94d
e02279b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
e02279b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e02279b
feec52f
* Tue Jan  5 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 1.11.0-1
feec52f
- Update to 1.11.0 (#1913029)
feec52f
d54ffc5
* Thu Dec  3 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.10.1-1
d54ffc5
- Update to 1.10.1 (#1904196)
d54ffc5
23e6b7b
* Thu Dec  3 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.10.0-1
23e6b7b
- Update to 1.10.0 (#1903325)
23e6b7b
Nick Bebout 16bab6d
* Thu Oct 08 2020 Nick Bebout <nb@fedoraproject.org> - 1.9.0-1
Nick Bebout 16bab6d
- Update to 1.9.0
Nick Bebout 16bab6d
Nick Bebout ab7c63c
* Tue Oct 06 2020 Nick Bebout <nb@fedoraproject.org> - 1.8.0-1
Nick Bebout ab7c63c
- Update to 1.8.0
Nick Bebout ab7c63c
6f99f63
* Sun Aug 16 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.7.0-1
6f99f63
- Update to 1.7.0 (#1866072)
6f99f63
97f692f
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
97f692f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
97f692f
654a30d
* Tue Jul 07 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.6.0-1
654a30d
- Update to 1.6.0 (#1854589)
654a30d
9909e0b
* Sat Jun 06 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.5.0-1
9909e0b
- Update to 1.5.0 (#1843213)
9909e0b
6ba49b7
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.0-2
6ba49b7
- Rebuilt for Python 3.9
6ba49b7
ccad41b
* Sat May 09 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.4.0-1
ccad41b
- Update to 1.4.0 (#1831925)
ccad41b
6341950
* Thu Mar 05 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 1.3.0-2
6341950
- bump release to retry koji build
6341950
7862ff4
* Wed Mar 04 2020 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.3.0-1
7862ff4
- Update to 1.3.0 (#1809808)
7862ff4
b730f82
* Sat Feb 29 2020 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.2.0-1
b730f82
- Update to 1.2.0 (#1791085)
b730f82
ef38875
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
ef38875
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ef38875
49a6f69
* Thu Dec 05 2019 Eli Young <elyscape@gmail.com> - 1.0.0-1
49a6f69
- Update to 1.0.0 (#1769115)
49a6f69
131afe5
* Wed Dec 04 2019 Eli Young <elyscape@gmail.com> - 0.39.0-2
131afe5
- Verify source OpenPGP signature
131afe5
2a5eaff
* Tue Oct 01 2019 Eli Young <elyscape@gmail.com> - 0.39.0-1
2a5eaff
- Update to 0.39.0 (#1757586)
2a5eaff
561aca8
* Tue Sep 10 2019 Eli Young <elyscape@gmail.com> - 0.38.0-1
561aca8
- Update to 0.38.0 (#1748625)
561aca8
fde440a
* Mon Aug 26 2019 Eli Young <elyscape@gmail.com> - 0.37.2-1
fde440a
- Update to 0.37.2 (#1742588)
fde440a
948a5da
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.36.0-3
948a5da
- Rebuilt for Python 3.8
948a5da
9007622
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.0-2
9007622
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9007622
7ceedc6
* Fri Jul 19 2019 Eli Young <elyscape@gmail.com> - 0.36.0-1
7ceedc6
- Update to 0.36.0
7ceedc6
90f97b4
* Fri Jun 21 2019 Eli Young <elyscape@gmail.com> - 0.35.1-1
90f97b4
- Update to 0.35.1 (#1717689)
90f97b4
c539695
* Tue May 28 2019 Eli Young <elyscape@gmail.com> - 0.34.2-1
c539695
- Update to 0.34.2 (#1686196)
c539695
1bcd6be
* Fri Feb 08 2019 Eli Young <elyscape@gmail.com> - 0.31.0-1
1bcd6be
- Update to 0.31.0 (#1673758)
1bcd6be
15e1ba2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-2
15e1ba2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
15e1ba2
1c64ab5
* Mon Jan 28 2019 Eli Young <elyscape@gmail.com> - 0.30.2-1
1c64ab5
- Update to 0.30.2 (#1669325)
1c64ab5
f8752df
* Tue Dec 11 2018 Eli Young <elyscape@gmail.com> - 0.29.1-1
f8752df
- Update to 0.29.1
b565a40
- Remove Python 2 package in Fedora 30+ (#1654016)
f8752df
a19d21f
* Wed Nov 14 2018 Eli Young <elyscape@gmail.com> - 0.28.0-1
a19d21f
- Update to 0.28.0
a19d21f
682782a
* Mon Sep 10 2018 Eli Young <elyscape@gmail.com> - 0.27.1-1
682782a
- Update to 0.27.1 (#1627581)
682782a
6c1eafe
* Thu Jul 19 2018 Eli Young <elyscape@gmail.com> - 0.26.1-1
6c1eafe
- Update to 0.26.1
6c1eafe
476c331
* Tue Jul 17 2018 Eli Young <elyscape@gmail.com> - 0.26.0-1
476c331
- Initial import (#1602109)