Package: oslo.messaging / 1.4.0.0+really+1.3.1-2

Metadata

Package Version Patches format
oslo.messaging 1.4.0.0+really+1.3.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no intersphinx.patch | (download)

doc/source/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use intersphinx
 Avoids network use when building sphinx docs.
remove PROTOCOL_SSLv3.patch | (download)

oslo/messaging/_drivers/impl_rabbit.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 remove the use of ssl.protocol_sslv3
 The ssl.PROTOCOL_SSLv3 support has been removed from Python and OpenSSL,
 which broke completely oslo.messaging. This patch fixes it.