Hello community, here is the log from the commit of package python-plaster for openSUSE:Factory checked in at 2019-05-20 13:18:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-plaster (Old) and /work/SRC/openSUSE:Factory/.python-plaster.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-plaster" Mon May 20 13:18:23 2019 rev:2 rq:704093 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-plaster/python-plaster.changes 2017-09-25 13:57:53.603691831 +0200 +++ /work/SRC/openSUSE:Factory/.python-plaster.new.5148/python-plaster.changes 2019-05-20 13:18:24.583913913 +0200 @@ -1,0 +2,13 @@ +Sun May 19 23:39:33 UTC 2019 - Todd R <[email protected]> + +- Switch to wheel, which doesn't have the problematic + CC-noncomercial licensed documentation. + +------------------------------------------------------------------- +Wed Apr 24 11:59:27 UTC 2019 - [email protected] + +- version update to 1.0 + * improve the exception message for ``InvalidURI`` to show the ``config_uri``. + See https://github.com/Pylons/plaster/pull/17 + +------------------------------------------------------------------- Old: ---- plaster-0.5.tar.gz New: ---- plaster-1.0-py2.py3-none-any.whl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-plaster.spec ++++++ --- /var/tmp/diff_new_pack.0NELs3/_old 2019-05-20 13:18:29.371909272 +0200 +++ /var/tmp/diff_new_pack.0NELs3/_new 2019-05-20 13:18:29.399909245 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-plaster # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,23 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plaster -Version: 0.5 +Version: 1.0 Release: 0 Summary: A loader interface around multiple config file formats License: MIT Group: Development/Languages/Python Url: http://docs.pylonsproject.org/projects/plaster/en/latest -Source0: https://files.pythonhosted.org/packages/source/p/plaster/plaster-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +# Wheels lack files with problematic noncommercial license +Source: https://files.pythonhosted.org/packages/py2.py3/p/plaster/plaster-%{version}-py2.py3-none-any.whl +BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -42,19 +42,18 @@ entrypoint. %prep -%setup -q -n plaster-%{version} -rm -rf src/plaster.egg-info +%setup -q -c -T %build -%python_build +# Not Needed %install -%python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc -%{python_sitelib}/* +%license %{python_sitelib}/plaster-%{version}.dist-info/LICENSE.txt +%{python_sitelib}/plaster-%{version}.dist-info/ +%{python_sitelib}/plaster/ %changelog
