#1 Add metadata for Python extras subpackages
Merged 3 years ago by fschwarz. Opened 3 years ago by churchyard.
rpms/ churchyard/python-dns-lexicon extras  into  master

file modified
+16 -1
@@ -22,7 +22,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        3.3.17

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Manipulate DNS records on various DNS providers in a standardized/agnostic way

  

  License:        MIT
@@ -375,16 +375,31 @@ 

  # {{{

  %if %{with extras}

  %files -n python3-%{pypi_name}+easyname

+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}-py%{python3_version}.egg-info}

+ 

  %files -n python3-%{pypi_name}+gratisdns

+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}-py%{python3_version}.egg-info}

+ 

  %files -n python3-%{pypi_name}+henet

+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}-py%{python3_version}.egg-info}

+ 

  %files -n python3-%{pypi_name}+hetzner

+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}-py%{python3_version}.egg-info}

+ 

  %files -n python3-%{pypi_name}+plesk

+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}-py%{python3_version}.egg-info}

+ 

  %files -n python3-%{pypi_name}+route53

+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/dns_lexicon-%{version}-py%{python3_version}.egg-info}

+ 

  %endif

  # }}}

  %endif

  

  %changelog

+ * Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.17-4

+ - Add metadata for Python extras subpackages

+ 

  * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.17-3

  - Rebuilt for Python 3.9

  

no initial comment

Also missed this pull request and thank for working on this.

rebased onto 2c1eb2c

3 years ago

Pull-Request has been merged by fschwarz

3 years ago