Hello community,
here is the log from the commit of package python-cryptography for
openSUSE:Factory checked in at 2018-02-06 16:41:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Tue Feb 6 16:41:13 2018 rev:35 rq:572222 version:2.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2018-01-20 11:26:13.245752294 +0100
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes
2018-02-06 16:41:13.826315247 +0100
@@ -1,0 +2,10 @@
+Sat Feb 3 13:02:06 UTC 2018 - [email protected]
+
+- Fix the previous change to not pull in py2 on py3 enviroment
+
+-------------------------------------------------------------------
+Sat Jan 27 11:25:02 UTC 2018 - [email protected]
+
+- fix requires on python ssl once more after the last change
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.ID2McF/_old 2018-02-06 16:41:15.314245618 +0100
+++ /var/tmp/diff_new_pack.ID2McF/_new 2018-02-06 16:41:15.318245431 +0100
@@ -66,12 +66,15 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module virtualenv}
# /SECTION
-%ifpython2
# python-base is not enough, we need the _ssl module
+%ifpython2
Requires: python
Requires: python-enum34
Requires: python-ipaddress
%endif
+%ifpython3
+Requires: python3
+%endif
%python_subpackages
%description