Hello community, here is the log from the commit of package python-hankel for openSUSE:Factory checked in at 2020-09-15 16:27:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hankel (Old) and /work/SRC/openSUSE:Factory/.python-hankel.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hankel" Tue Sep 15 16:27:48 2020 rev:8 rq:834269 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hankel/python-hankel.changes 2020-06-16 13:46:16.706057864 +0200 +++ /work/SRC/openSUSE:Factory/.python-hankel.new.4249/python-hankel.changes 2020-09-15 16:27:59.966580088 +0200 @@ -1,0 +2,8 @@ +Mon Sep 14 09:01:07 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Switch to using PyPI source tarball to prevent version + determination errors from setuptools. +- Make file list more specific, particularly to the versioning of + the egg-info dir. + +------------------------------------------------------------------- Old: ---- python-hankel-1.1.0.tar.gz New: ---- hankel-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hankel.spec ++++++ --- /var/tmp/diff_new_pack.OO6DHL/_old 2020-09-15 16:28:01.482581539 +0200 +++ /var/tmp/diff_new_pack.OO6DHL/_new 2020-09-15 16:28:01.482581539 +0200 @@ -17,6 +17,7 @@ %define skip_python2 1 +%define modname hankel %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hankel Version: 1.1.0 @@ -25,7 +26,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/steven-murray/hankel -Source: https://github.com/steven-murray/hankel/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/h/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -65,6 +66,7 @@ %files %{python_files} %doc README.rst CHANGELOG.rst %license LICENSE.rst -%{python_sitelib}/* +%{python_sitelib}/%{modname}/ +%{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/ %changelog
