Hello community, here is the log from the commit of package python-testpath for openSUSE:Factory checked in at 2018-01-20 11:27:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-testpath (Old) and /work/SRC/openSUSE:Factory/.python-testpath.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testpath" Sat Jan 20 11:27:18 2018 rev:4 rq:567492 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-testpath/python-testpath.changes 2017-04-28 09:13:34.803741014 +0200 +++ /work/SRC/openSUSE:Factory/.python-testpath.new/python-testpath.changes 2018-01-20 11:27:18.866683462 +0100 @@ -1,0 +2,19 @@ +Thu Jan 18 17:16:06 UTC 2018 - [email protected] + +- Fix files list + +------------------------------------------------------------------- +Thu Nov 2 04:41:58 UTC 2017 - [email protected] + +- changed to tar-ball version + +------------------------------------------------------------------- +Sun Oct 22 18:21:22 UTC 2017 - [email protected] + +- update to version 0.3.1: + * Add dev requirement on pathlib2 + * Use pathlib2 instead of pathlib + * Convert readthedocs links for their .org -> .io migration for + hosted projects + +------------------------------------------------------------------- Old: ---- LICENSE README.rst testpath-0.3-py2.py3-none-any.whl New: ---- testpath-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-testpath.spec ++++++ --- /var/tmp/diff_new_pack.7Kbqql/_old 2018-01-20 11:27:19.406658210 +0100 +++ /var/tmp/diff_new_pack.7Kbqql/_new 2018-01-20 11:27:19.410658023 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-testpath # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-testpath -Version: 0.3 +Version: 0.3.1 Release: 0 Summary: Test utilities for code working with files and commands License: MIT Group: Development/Languages/Python Url: https://github.com/jupyter/testpath -# We have to use this random url until predictable wheel urls are available -Source0: https://pypi.python.org/packages/fe/53/301852a341e1f5cc82f9987d28595fb04ef2d9869a4efa2d379d207b2b77/testpath-%{version}-py2.py3-none-any.whl -Source1: https://raw.githubusercontent.com/jupyter/testpath/%{version}/LICENSE -Source2: https://raw.githubusercontent.com/jupyter/testpath/%{version}/README.rst +Source0: https://files.pythonhosted.org/packages/source/t/testpath/testpath-%{version}.tar.gz +BuildRequires: %{python_module devel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module pip} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -44,21 +39,19 @@ for mocking system commands and recording calls to those. %prep -cp %{SOURCE0} . -cp %{SOURCE1} . -cp %{SOURCE2} . +%setup -q -n testpath-%{version} %build -# We don't do anything here +%python_build %install -%python_expand pip%{$python_bin_suffix} install --root %{buildroot} testpath-%{version}-py2.py3-none-any.whl -%python_expand rm %{buildroot}%{$python_sitelib}/testpath/*.exe +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %defattr(-,root,root,-) %doc README.rst LICENSE -%{python_sitelib}/testpath-%{version}.dist-info %{python_sitelib}/testpath/ +%{python_sitelib}/testpath-%{version}-py*.egg-info %changelog
