15
0

Accepting request 844276 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/844276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crashtest?expand=0&rev=3
This commit is contained in:
2020-10-29 08:48:59 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 26 21:50:13 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Kill dephell dependency
-------------------------------------------------------------------
Thu Sep 17 06:49:16 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -26,26 +26,25 @@ License: MIT
Group: Development/Languages/Python
URL: https://pypi.org/project/crashtest
Source: https://github.com/sdispater/crashtest/archive/%{version}.tar.gz#/crashtest-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-dephell-rpm-macros
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
Manage Python errors with ease.
A Python library that makes exceptions handling and inspection easier
%prep
%setup -q -n crashtest-%{version}
%dephell_gensetup
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -54,6 +53,7 @@ Manage Python errors with ease.
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/crashtest
%{python_sitelib}/crashtest-%{version}*-info
%changelog