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
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 29 11:47:15 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 1.4.11:
|
||||||
|
* Reading the version dinamically was causing import errors that caused error when installing package. Refs #144
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 2 13:38:53 UTC 2018 - tchvatal@suse.com
|
Fri Feb 2 13:38:53 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-sure
|
Name: python-sure
|
||||||
Version: 1.4.7
|
Version: 1.4.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility belt for automated testing in python for python
|
Summary: Utility belt for automated testing in python for python
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/Python
|
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
|
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 mock >= 2.0.0}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -56,7 +55,8 @@ sed -i '/^#!/d' sure/*.py
|
|||||||
%python_expand nosetests-%{$python_bin_suffix}
|
%python_expand nosetests-%{$python_bin_suffix}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc COPYING README.rst
|
%license COPYING
|
||||||
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
sure-1.4.11.tar.gz
Normal file
3
sure-1.4.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c8d5271fb18e2c69e2613af1ad400d8df090f1456081635bd3171847303cdaa
|
||||||
|
size 45933
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca2ffe244f5ecc22f37f0b8034400a7c1c42ce4cd88a8363902cdd36ffd9757e
|
|
||||||
size 45703
|
|
Reference in New Issue
Block a user