Update to 3.17.0 - remove ddns and duckdns because apparently upstream removed them
This commit is contained in:
parent
9079654b2f
commit
c327bd5bee
2 changed files with 6 additions and 31 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
%global forgeurl https://github.com/AnalogJ/lexicon
|
||||
Version: 3.15.1
|
||||
Version: 3.17.0
|
||||
%forgemeta
|
||||
|
||||
%global pypi_name dns-lexicon
|
||||
|
|
@ -84,28 +84,6 @@ This is the Python 3 version of the package.
|
|||
|
||||
|
||||
|
||||
%package -n python3-%{pypi_name}+ddns
|
||||
Summary: Meta-package for python3-%{pypi_name} and ddns provider
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}+ddns}
|
||||
Requires: python3-%{pypi_name} = %{version}-%{release}
|
||||
|
||||
%description -n python3-%{pypi_name}+ddns
|
||||
This package installs no files. It requires python3-%{pypi_name} and all
|
||||
dependencies necessary to use the ddns provider.
|
||||
|
||||
|
||||
|
||||
%package -n python3-%{pypi_name}+duckdns
|
||||
Summary: Meta-package for python3-%{pypi_name} and duckdns provider
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}+duckdns}
|
||||
Requires: python3-%{pypi_name} = %{version}-%{release}
|
||||
|
||||
%description -n python3-%{pypi_name}+duckdns
|
||||
This package installs no files. It requires python3-%{pypi_name} and all
|
||||
dependencies necessary to use the duckdns provider.
|
||||
|
||||
|
||||
|
||||
%package -n python3-%{pypi_name}+gransy
|
||||
Summary: Meta-package for python3-%{pypi_name} and gransy provider
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}+gransy}
|
||||
|
|
@ -157,7 +135,7 @@ rm -rf %{pypi_name}.egg-info
|
|||
|
||||
%generate_buildrequires
|
||||
%if %{with extras}
|
||||
%pyproject_buildrequires -r -t -e light -x ddns,duckdns,gransy,localzone,oci,route53
|
||||
%pyproject_buildrequires -r -t -e light -x gransy,localzone,oci,route53
|
||||
%else
|
||||
%pyproject_buildrequires -r -t -e light
|
||||
%endif
|
||||
|
|
@ -217,12 +195,6 @@ rm -rf %{buildroot}%{python3_sitelib}/lexicon/tests
|
|||
# {{{
|
||||
%if %{with extras}
|
||||
|
||||
%files -n python3-%{pypi_name}+ddns
|
||||
%{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}.dist-info}
|
||||
|
||||
%files -n python3-%{pypi_name}+duckdns
|
||||
%{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}.dist-info}
|
||||
|
||||
%files -n python3-%{pypi_name}+gransy
|
||||
%{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}.dist-info}
|
||||
|
||||
|
|
@ -239,6 +211,9 @@ rm -rf %{buildroot}%{python3_sitelib}/lexicon/tests
|
|||
# }}}
|
||||
|
||||
%changelog
|
||||
* Thu Nov 16 2023 Nick Bebout <nb@fedoraproject.org> - 3.17.0-1
|
||||
- Update to 3.17.0
|
||||
|
||||
* Fri Oct 13 2023 Jonathan Wright <jonathan@almalinux.org> - 3.15.1-1
|
||||
- Update to 3.15.1 rhbz#2232054
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (lexicon-3.15.1.tar.gz) = 406a88808e0200cdd8e510e4a99688b75e3333be306b209931bd3282d9cd80fca15cf0b50a537d208f4b41cc6022e8501de6fbe83e20b426a8dc28724cd92fb8
|
||||
SHA512 (lexicon-3.17.0.tar.gz) = 1bc182f5881d6acfac72b84331ba50da1219178d274c92e532ed11e73aa79696681d28a002cd1e23f48590953f48e50b62c2ef2db020a07ecf88547717508c0c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue