Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-passa for openSUSE:Factory checked in at 2021-08-03 22:48:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-passa (Old) and /work/SRC/openSUSE:Factory/.python-passa.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-passa" Tue Aug 3 22:48:54 2021 rev:5 rq:909927 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-passa/python-passa.changes 2020-05-26 17:17:44.215770449 +0200 +++ /work/SRC/openSUSE:Factory/.python-passa.new.1899/python-passa.changes 2021-08-03 22:49:27.700444693 +0200 @@ -1,0 +2,5 @@ +Tue Aug 3 09:08:16 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Don't build on python39 due to unavailability of requirementslib. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-passa.spec ++++++ --- /var/tmp/diff_new_pack.XgAo2M/_old 2021-08-03 22:49:28.100444211 +0200 +++ /var/tmp/diff_new_pack.XgAo2M/_new 2021-08-03 22:49:28.104444206 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-passa # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python39 1 Name: python-passa Version: 0.3.0 Release: 0 Summary: A resolver implementation for Pipenv-compatible Lockfiles License: ISC -Group: Development/Languages/Python URL: https://github.com/sarugaku/passa Source: https://github.com/sarugaku/passa/archive/%{version}.tar.gz#/passa-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 36.2.2} @@ -39,7 +39,7 @@ Requires: python-six Requires: python-vistir >= 0.1.4 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module appdirs}