Accepting request 666820 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/666820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traceback2?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-01-28 19:46:35 +00:00 committed by Git OBS Bridge
commit 7f5106e3fd
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 17 15:57:22 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <mcepl@suse.com> Tue Dec 4 12:55:24 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-traceback2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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. # and such is under the same license as Python as a whole.
License: Python-2.0 License: Python-2.0
Group: Development/Languages/Python 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 Source: https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz
BuildRequires: %{python_module pbr} BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
#!BuildIgnore: python2-pyparsing
#!BuildIgnore: python3-pyparsing
Requires: python-linecache2 Requires: python-linecache2
Requires: python-pbr Requires: python-pbr
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages