Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pydenticon for openSUSE:Factory checked in at 2021-02-09 21:16:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydenticon (Old) and /work/SRC/openSUSE:Factory/.python-pydenticon.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydenticon" Tue Feb 9 21:16:29 2021 rev:4 rq:870275 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydenticon/python-pydenticon.changes 2019-06-12 13:14:13.220821638 +0200 +++ /work/SRC/openSUSE:Factory/.python-pydenticon.new.28504/python-pydenticon.changes 2021-02-09 21:16:30.482790425 +0100 @@ -1,0 +2,5 @@ +Mon Feb 8 10:44:58 UTC 2021 - Oliver Kurz <[email protected]> + +- Fixed no longer supported bare words in build conditions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydenticon.spec ++++++ --- /var/tmp/diff_new_pack.zzoD08/_old 2021-02-09 21:16:31.034791052 +0100 +++ /var/tmp/diff_new_pack.zzoD08/_new 2021-02-09 21:16:31.038791057 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pydenticon # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} # tests on big endian systems fail due to https://github.com/azaghal/pydenticon/issues/10 , disabled until fixed" # can not use "ifarch" when BuildArch is set to noarch -%if %_arch == s390x || %_arch == s390x || %_arch == ppc || %_arch == ppc64 +%if "%_arch" == "s390x" || "%_arch" == "s390x" || "%_arch" == "ppc" || "%_arch" == "ppc64" %bcond_with test %else %bcond_without test @@ -31,7 +31,7 @@ Summary: Library for generating identicons License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/azaghal/%{modname} +URL: https://github.com/azaghal/%{modname} Source: https://pypi.io/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module Pillow} BuildRequires: %{python_module base}
