forked from pool/python-traceback2
Accepting request 743975 from devel:languages:python
- Remove pyparsing buildignore as the cycle was solved - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/request/show/743975 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traceback2?expand=0&rev=6
This commit is contained in:
commit
1bc8ad744c
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 11:53:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Remove pyparsing buildignore as the cycle was solved
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:47:50 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 15:57:22 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user