diff --git a/python-traceback2.changes b/python-traceback2.changes index 9022f04..bb5697b 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 + +- 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..5a53816 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -24,15 +24,12 @@ 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 BuildRequires: python-rpm-macros -#!BuildIgnore: python2-pyparsing -#!BuildIgnore: python3-pyparsing Requires: python-linecache2 Requires: python-pbr BuildArch: noarch @@ -49,13 +46,12 @@ 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 +%license setup.cfg %{python_sitelib}/traceback2 %{python_sitelib}/traceback2-%{version}-py*.egg-info