Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2019-03-01 20:28:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyOpenSSL (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyOpenSSL"

Fri Mar  1 20:28:38 2019 rev:32 rq:679175 version:18.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes        
2019-01-15 09:15:04.870307691 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.28833/python-pyOpenSSL.changes 
    2019-03-01 20:28:46.106020782 +0100
@@ -1,0 +2,12 @@
+Mon Feb 25 19:56:35 UTC 2019 - Todd R <[email protected]>
+
+- Add fetch-intersphinx-inventories.sh to sources
+
+-------------------------------------------------------------------
+Sat Feb  2 18:56:14 UTC 2019 - Hans-Peter Jansen <[email protected]>
+
+- add local-intersphinx-inventories.patch for generating the docs
+  correctly
+- add fetch-intersphinx-inventories.sh to fetch the inventories
+
+-------------------------------------------------------------------
@@ -33,0 +46,5 @@
+
+-------------------------------------------------------------------
+Thu Jun 14 14:41:50 UTC 2018 - [email protected]
+
+- add missing python-cffi dependency

New:
----
  crypto.inv
  fetch-intersphinx-inventories.sh
  local-intersphinx-inventories.patch
  python3.inv

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyOpenSSL.spec ++++++
--- /var/tmp/diff_new_pack.fQOqMH/_old  2019-03-01 20:28:46.682020643 +0100
+++ /var/tmp/diff_new_pack.fQOqMH/_new  2019-03-01 20:28:46.682020643 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyOpenSSL
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,10 +26,15 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/pyca/pyopenssl
 Source:         
https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
+Source1:        python3.inv
+Source2:        crypto.inv
+Source3:        fetch-intersphinx-inventories.sh
 Patch1:         skip-networked-test.patch
 Patch2:         openssl-1.1.0i.patch
 Patch3:         openssl-1.1.1.patch
 Patch4:         tls13-renegotiation.patch
+Patch5:         local-intersphinx-inventories.patch
+BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module cryptography >= 2.3.0}
 BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module pretend}
@@ -38,6 +43,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
+Requires:       python-cffi
 Requires:       python-cryptography >= 2.3.0
 Requires:       python-six >= 1.5.2
 Provides:       pyOpenSSL = %{version}
@@ -68,6 +74,10 @@
 %setup -q -n pyOpenSSL-%{version}
 %autopatch -p1
 
+# prepare local intersphinx inventories, fetch with 
fetch-intersphinx-inventories.sh
+cp -v %{S:1} doc/
+cp -v %{S:2} doc/
+
 %build
 %python_build
 

++++++ fetch-intersphinx-inventories.sh ++++++
#!/bin/sh

wget -O python3.inv https://docs.python.org/3/objects.inv
wget -O crypto.inv https://cryptography.io/en/latest/objects.inv

++++++ local-intersphinx-inventories.patch ++++++
Index: b/doc/conf.py
===================================================================
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -254,6 +254,6 @@ man_pages = [
 ]
 
 intersphinx_mapping = {
-    "https://docs.python.org/3": None,
-    "https://cryptography.io/en/latest/": None,
+    "https://docs.python.org/3": "python3.inv",
+    "https://cryptography.io/en/latest/": "crypto.inv",
 }

Reply via email to