Hello community, here is the log from the commit of package python-bcrypt for openSUSE:Factory checked in at 2020-05-28 09:05:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bcrypt (Old) and /work/SRC/openSUSE:Factory/.python-bcrypt.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bcrypt" Thu May 28 09:05:39 2020 rev:7 rq:805265 version:3.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bcrypt/python-bcrypt.changes 2019-08-07 13:53:28.240858114 +0200 +++ /work/SRC/openSUSE:Factory/.python-bcrypt.new.3606/python-bcrypt.changes 2020-05-28 09:05:42.163408192 +0200 @@ -1,0 +2,8 @@ +Wed May 13 11:20:23 UTC 2020 - Antonio Larrosa <[email protected]> + +- Relax the setuptools dependency on 40.8.0 to 40.5.0 since that + version is only required by upstream because of a pip issue + (see https://github.com/pyca/bcrypt/commit/bc8a55e70e179a59fa89fb109353182f8f438e00). + This way we can build in SLE 15 SP2 / Leap 15.2 . + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bcrypt.spec ++++++ --- /var/tmp/diff_new_pack.VRlFge/_old 2020-05-28 09:05:43.043410830 +0200 +++ /var/tmp/diff_new_pack.VRlFge/_new 2020-05-28 09:05:43.047410842 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-bcrypt # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2016, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -30,7 +30,9 @@ BuildRequires: %{python_module cffi >= 1.1} BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest >= 3.2.1} -BuildRequires: %{python_module setuptools >= 40.8.0} +# setuptools 40.8.0 is required by upstream only for a pip issue that doesn't +# affect us, so we relax the requirement to build in SLE/Leap 15.2 with 40.5.0 +BuildRequires: %{python_module setuptools >= 40.5.0} BuildRequires: %{python_module six >= 1.4.1} BuildRequires: fdupes BuildRequires: pkgconfig
