Hello community,

here is the log from the commit of package python-plaster for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-plaster (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-plaster.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-plaster"

Mon Mar  9 18:10:24 2020 rev:11 rq:776919 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-plaster/python-plaster.changes  
2020-01-15 15:51:35.919534463 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-plaster.new.26092/python-plaster.changes   
    2020-03-09 18:10:25.553115750 +0100
@@ -1,0 +2,18 @@
+Sat Jan 11 14:06:14 UTC 2020 - Bernhard Wiedemann <[email protected]>
+
+- Use pyproject_install macro (boo#1094323)
+
+-------------------------------------------------------------------
+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.ahXKp3/_old  2020-03-09 18:10:25.837116157 +0100
+++ /var/tmp/diff_new_pack.ahXKp3/_new  2020-03-09 18:10:25.837116157 +0100
@@ -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,19 @@
 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}
+cp -a %{SOURCE0} .
+%pyproject_install
+%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


Reply via email to