diff --git a/python-sure.changes b/python-sure.changes index b7e1745..f7cc6cc 100644 --- a/python-sure.changes +++ b/python-sure.changes @@ -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 diff --git a/python-sure.spec b/python-sure.spec index f72df25..517eb05 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -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 diff --git a/sure-1.4.11.tar.gz b/sure-1.4.11.tar.gz new file mode 100644 index 0000000..4aff908 --- /dev/null +++ b/sure-1.4.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8d5271fb18e2c69e2613af1ad400d8df090f1456081635bd3171847303cdaa +size 45933 diff --git a/sure-1.4.7.tar.gz b/sure-1.4.7.tar.gz deleted file mode 100644 index b7422f2..0000000 --- a/sure-1.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca2ffe244f5ecc22f37f0b8034400a7c1c42ce4cd88a8363902cdd36ffd9757e -size 45703