From 73515db5103ef6833348a0aeaace41cff258eac83ed370969d7ec6da101d9c6e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:48:02 +0000 Subject: [PATCH 1/2] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-traceback2?expand=0&rev=13 --- python-traceback2.changes | 5 +++++ python-traceback2.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-traceback2.changes b/python-traceback2.changes index 9022f04..8bf6579 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:47:50 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Thu Jan 17 15:57:22 UTC 2019 - Dominique Leuenberger diff --git a/python-traceback2.spec b/python-traceback2.spec index 938acba..9ca1386 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -24,9 +24,8 @@ Summary: Backports of the traceback module # This is a backport of code taken from the Python codebase, # 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 -Source: https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/t/traceback2/traceback2-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -49,10 +48,9 @@ A backport of traceback to older supported Pythons. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %doc README.rst AUTHORS ChangeLog # Contains the license %doc setup.cfg From 91af1e9226cf34def3dc0dbf44f59955553915810bd3d490131d6e45b12dd4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 17 Oct 2019 11:55:24 +0000 Subject: [PATCH 2/2] - Remove pyparsing buildignore as the cycle was solved OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-traceback2?expand=0&rev=14 --- python-traceback2.changes | 5 +++++ python-traceback2.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-traceback2.changes b/python-traceback2.changes index 8bf6579..bb5697b 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 11:53:11 UTC 2019 - Tomáš Chvátal + +- Remove pyparsing buildignore as the cycle was solved + ------------------------------------------------------------------- Mon Oct 14 14:47:50 UTC 2019 - Matej Cepl diff --git a/python-traceback2.spec b/python-traceback2.spec index 9ca1386..5a53816 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -30,8 +30,6 @@ 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 BuildArch: noarch @@ -53,7 +51,7 @@ A backport of traceback to older supported Pythons. %files %{python_files} %doc README.rst AUTHORS ChangeLog # Contains the license -%doc setup.cfg +%license setup.cfg %{python_sitelib}/traceback2 %{python_sitelib}/traceback2-%{version}-py*.egg-info