From b5598e0b64678b62c24e370ef7d958c735238a5bff057f65df9133b801e9fdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 17 Jan 2019 19:13:02 +0000 Subject: [PATCH] Accepting request 666771 from home:dimstar:Factory Scripted push of project home:dimstar:Factory OBS-URL: https://build.opensuse.org/request/show/666771 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-traceback2?expand=0&rev=11 --- python-traceback2.changes | 8 ++++++++ python-traceback2.spec | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/python-traceback2.changes b/python-traceback2.changes index 79e3425..9022f04 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 17 15:57:22 UTC 2019 - Dominique Leuenberger + +- BuildIgnore python[23]-pyparsing: python-packaging requires it + for some actions it could perform, but we don't make use of these + here. Ignoring this dependency allows us to break open a + BuildCycle. + ------------------------------------------------------------------- Tue Dec 4 12:55:24 UTC 2018 - Matej Cepl diff --git a/python-traceback2.spec b/python-traceback2.spec index 34e0a24..938acba 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -1,7 +1,7 @@ # # spec file for package python-traceback2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,15 +25,16 @@ Summary: Backports of the traceback module # and such is under the same license as Python as a whole. License: Python-2.0 Group: Development/Languages/Python -Url: https://github.com/bitprophet/traceback2 +URL: https://github.com/bitprophet/traceback2 Source: https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +#!BuildIgnore: python2-pyparsing +#!BuildIgnore: python3-pyparsing Requires: python-linecache2 Requires: python-pbr -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages