Hello community,
here is the log from the commit of package python-cryptography for
openSUSE:Factory checked in at 2016-07-27 16:30:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2016-06-12 18:53:27.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes
2016-07-27 16:30:04.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 17 15:07:04 UTC 2016 - [email protected]
+
+- Introduce requirement setuptools >= 11.3
+ to follow egg-info/requires.txt content
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.OHj7ZT/_old 2016-07-27 16:30:06.000000000 +0200
+++ /var/tmp/diff_new_pack.OHj7ZT/_new 2016-07-27 16:30:06.000000000 +0200
@@ -38,7 +38,7 @@
BuildRequires: python-idna >= 2.0
BuildRequires: python-ipaddress
BuildRequires: python-pyasn1-modules
-BuildRequires: python-setuptools
+BuildRequires: python-setuptools >= 11.3
BuildRequires: python-six >= 1.4.1
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: libffi43-devel
@@ -58,6 +58,7 @@
Requires: python-ipaddress
Requires: python-pyasn1 >= 0.1.8
Requires: python-six >= 1.4.1
+Requires: python-setuptools >= 11.3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description