forked from pool/python-sure
- Version update to 1.4.11:
* Reading the version dinamically was causing import errors that caused error when installing package. Refs #144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sure?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
062e753dd5
commit
87ecae0d99
@@ -18,14 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sure
|
||||
Version: 1.4.7
|
||||
Version: 1.4.11
|
||||
Release: 0
|
||||
Summary: Utility belt for automated testing in python for python
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/requests/sure
|
||||
URL: https://github.com/gabrielfalcao/sure
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module mock >= 2.0.0}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -56,7 +55,8 @@ sed -i '/^#!/d' sure/*.py
|
||||
%python_expand nosetests-%{$python_bin_suffix}
|
||||
|
||||
%files %{python_files}
|
||||
%doc COPYING README.rst
|
||||
%license COPYING
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user