diff --git a/python-wheel.changes b/python-wheel.changes index 7d00a3c..184bb44 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 27 13:00:03 UTC 2017 - idonmez@suse.com + +- Fix homepage +- Resync the upstream tarball + ------------------------------------------------------------------- Sat Oct 14 21:17:28 UTC 2017 - t.gruner@katodev.de diff --git a/python-wheel.spec b/python-wheel.spec index 84c1b41..668e34a 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -24,8 +24,8 @@ Release: 0 Summary: A built-package format for Python License: MIT Group: Development/Languages/Python -Url: http://bitbucket.org/pypa/wheel/ -Source: https://files.pythonhosted.org/packages/source/w/wheel/wheel-%{version}.tar.gz +Url: https://github.com/pypa/wheel +Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -92,8 +92,7 @@ sed -i '1s/^#!.*//' wheel/wininst2wheel.py wheel/egg2wheel.py rm tests/test_tool.py %{python_expand rm -rf _build.python2 _build.python3 PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} -rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist -} +rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist} %post %python_install_alternative wheel