#16 Reintroduce twisted[tls] subpackage
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python-twisted extras_again  into  rawhide

file modified
+11 -1
@@ -7,7 +7,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        21.2.0

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Twisted is a networking engine written in Python

  

  License:        MIT
@@ -55,6 +55,8 @@ 

  %description -n python3-%{pypi_name}

  %{common_description}

  

+ %{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/Twisted-%{version}-py%{python3_version}.egg-info tls}

+ 

  %prep

  %autosetup -p1 -n Twisted-%{version}

  
@@ -121,6 +123,14 @@ 

  

  

  %changelog

+ * Fri Mar 05 2021 Miro Hrončok <mhroncok@redhat.com> - 21.2.0-2

+ - Reintroduce twisted[tls] subpackage

+ - Fixes: rhbz#1935872

+ - Fixes: rhbz#1935873

+ - Fixes: rhbz#1935869

+ - Fixes: rhbz#1935870

+ - Fixes: rhbz#1935871

+ 

  * Fri Mar  5 09:54:54 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 21.2.0-1

  - Update to 21.2.0

  

no initial comment

rebased onto 5890a93

2 years ago

rebased onto 5db8b2c

2 years ago
$ rpm -qp --provides python3-twisted+tls-21.2.0-2.fc35.noarch.rpm 
python-twisted+tls = 21.2.0-2.fc35
python3-twisted+tls = 21.2.0-2.fc35
python3.9-twisted+tls = 21.2.0-2.fc35
python3.9dist(twisted[tls]) = 21.2
python3dist(twisted[tls]) = 21.2

$ rpm -qp --requires python3-twisted+tls-21.2.0-2.fc35.noarch.rpm 
python(abi) = 3.9
python3-twisted = 21.2.0-2.fc35
python3.9dist(idna) >= 2.4
python3.9dist(pyopenssl) >= 16
python3.9dist(service-identity) >= 18.1
python3.9dist(setuptools)
rpmlib(...)

Pull-Request has been merged by churchyard

2 years ago
Metadata