%global pypi_name certbot-dns-ovh %if 0%{?rhel} && 0%{?rhel} <= 7 # EL7 has problems building the documentation due to #1492884 %bcond_with docs %else %bcond_without docs %endif Name: python-%{pypi_name} Version: 1.29.0 Release: 2%{?dist} Summary: OVH DNS Authenticator plugin for Certbot License: Apache-2.0 URL: https://github.com/certbot/certbot Source0: %{pypi_source} Source1: %{pypi_source}.asc Source2: https://dl.eff.org/certbot.pub BuildArch: noarch BuildRequires: python3-acme >= %{version} BuildRequires: python3-certbot >= %{version} BuildRequires: python3-devel BuildRequires: python3-dns-lexicon >= 3.2.1 BuildRequires: python3-pytest BuildRequires: python3-setuptools >= 41.6.0 %if %{with docs} BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme %endif # Used to verify OpenPGP signature BuildRequires: gnupg2 %description OVH DNS Authenticator plugin for Certbot %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} # Provide the name users expect as a certbot plugin %if 0%{?fedora} Provides: %{pypi_name} = %{version}-%{release} %endif %description -n python3-%{pypi_name} OVH DNS Authenticator plugin for Certbot This is the Python 3 version of the package. %if %{with docs} %package -n python-%{pypi_name}-doc Summary: Documentation for python-certbot-dns-ovh %description -n python-%{pypi_name}-doc Documentation for python-certbot-dns-ovh %endif %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %if %{with docs} sphinx-build-3 docs html rm -rf html/.{doctrees,buildinfo} %endif %install %py3_install %check %{__python3} -m pytest %files -n python3-%{pypi_name} %license LICENSE.txt %doc README.rst %{python3_sitelib}/certbot_dns_ovh %{python3_sitelib}/certbot_dns_ovh-%{version}-py%{python3_version}.egg-info %if %{with docs} %files doc %license LICENSE.txt %doc README.rst %doc html %endif %changelog * Wed Aug 10 2022 Jonathan Wright - 1.29.0-2 - Update to 1.29.0 (#2094625) - Update license to SPDX format * Fri Jul 22 2022 Fedora Release Engineering - 1.27.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Python Maint - 1.27.0-2 - Rebuilt for Python 3.11 * Wed May 04 2022 Felix Schwarz - 1.27.0-1 - Update to 1.27.0 (#2081529) * Thu Apr 07 2022 Felix Schwarz - 1.26.0-1 - Update to 1.26.0 (#2064929) * Mon Mar 14 2022 Felix Schwarz - 1.24.0-1 - Update to 1.24.0 (#2052139) * Fri Jan 21 2022 Fedora Release Engineering - 1.22.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Dec 11 2021 Felix Schwarz - 1.22.0-1 - Update to 1.22.0 (#2020079) * Tue Oct 05 2021 Felix Schwarz - 1.20.0-1 - Update to 1.20.0 (#2010965) * Fri Sep 10 2021 Felix Schwarz - 1.19.0-1 - Update to 1.19.0 (#2002051) * Wed Aug 04 2021 Felix Schwarz - 1.18.0-1 - Update to 1.18.0 (#1966775) * Fri Jul 23 2021 Fedora Release Engineering - 1.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.14.0-2 - Rebuilt for Python 3.10 * Wed Apr 07 2021 Felix Schwarz - 1.14.0-1 - Update to 1.14.0 (#1946817) * Tue Mar 16 2021 Felix Schwarz - 1.13.0-1 - Update to 1.13.0 (#1934817) * Tue Feb 2 2021 Nick Bebout - 1.12.0-1 - Update to 1.12.0 * Wed Jan 27 2021 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jan 5 2021 Felix Schwarz - 1.11.0-1 - Update to 1.11.0 (#1913029) * Thu Dec 3 2020 Felix Schwarz - 1.10.1-1 - Update to 1.10.1 (#1904196) * Thu Dec 3 2020 Felix Schwarz - 1.10.0-1 - Update to 1.10.0 (#1903325) * Thu Oct 08 2020 Nick Bebout - 1.9.0-1 - Update to 1.9.0 * Tue Oct 06 2020 Nick Bebout - 1.8.0-1 - Update to 1.8.0 * Sun Aug 16 2020 Felix Schwarz - 1.7.0-1 - Update to 1.7.0 (#1866072) * Wed Jul 29 2020 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 07 2020 Felix Schwarz - 1.6.0-1 - Update to 1.6.0 (#1854589) * Sat Jun 06 2020 Felix Schwarz - 1.5.0-1 - Update to 1.5.0 (#1843213) * Tue May 26 2020 Miro Hrončok - 1.4.0-2 - Rebuilt for Python 3.9 * Sat May 09 2020 Felix Schwarz - 1.4.0-1 - Update to 1.4.0 (#1831925) * Thu Mar 05 2020 Felix Schwarz - 1.3.0-2 - bump release to retry koji build * Wed Mar 04 2020 Felix Schwarz - 1.3.0-1 - Update to 1.3.0 (#1809808) * Sat Feb 29 2020 Felix Schwarz - 1.2.0-1 - Update to 1.2.0 (#1791085) * Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Dec 05 2019 Eli Young - 1.0.0-1 - Update to 1.0.0 (#1769115) * Wed Dec 04 2019 Eli Young - 0.39.0-2 - Verify source OpenPGP signature * Tue Oct 01 2019 Eli Young - 0.39.0-1 - Update to 0.39.0 (#1757586) * Tue Sep 10 2019 Eli Young - 0.38.0-1 - Update to 0.38.0 (#1748625) * Mon Aug 26 2019 Eli Young - 0.37.2-1 - Update to 0.37.2 (#1742588) * Mon Aug 19 2019 Miro Hrončok - 0.36.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 19 2019 Eli Young - 0.36.0-1 - Update to 0.36.0 * Fri Jun 21 2019 Eli Young - 0.35.1-1 - Update to 0.35.1 (#1717689) * Tue May 28 2019 Eli Young - 0.34.2-1 - Update to 0.34.2 (#1686196) * Fri Feb 08 2019 Eli Young - 0.31.0-1 - Update to 0.31.0 (#1673758) * Sat Feb 02 2019 Fedora Release Engineering - 0.30.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Eli Young - 0.30.2-1 - Update to 0.30.2 (#1669325) * Tue Dec 11 2018 Eli Young - 0.29.1-1 - Update to 0.29.1 - Remove Python 2 package in Fedora 30+ (#1654016) * Wed Nov 14 2018 Eli Young - 0.28.0-1 - Update to 0.28.0 * Mon Sep 10 2018 Eli Young - 0.27.1-1 - Update to 0.27.1 (#1627581) * Thu Jul 19 2018 Eli Young - 0.26.1-1 - Update to 0.26.1 * Tue Jul 17 2018 Eli Young - 0.26.0-1 - Initial import (#1602109)