Hello community, here is the log from the commit of package python-simpleeval for openSUSE:Factory checked in at 2019-04-30 13:03:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-simpleeval (Old) and /work/SRC/openSUSE:Factory/.python-simpleeval.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-simpleeval" Tue Apr 30 13:03:49 2019 rev:3 rq:697758 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-simpleeval/python-simpleeval.changes 2017-05-16 14:46:58.155836477 +0200 +++ /work/SRC/openSUSE:Factory/.python-simpleeval.new.5536/python-simpleeval.changes 2019-04-30 13:03:51.526071253 +0200 @@ -1,0 +2,11 @@ +Wed Apr 24 13:09:14 UTC 2019 - pgajdos@suse.com + +- version update to 0.9.8 + * no upstream changelog +- run the test suite +- run spec cleaner +- added sources + https://github.com/danthedeckie/simpleeval/issues/55 + + LICENCE + +------------------------------------------------------------------- Old: ---- simpleeval-0.8.2.tar.gz New: ---- LICENCE simpleeval-0.9.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-simpleeval.spec ++++++ --- /var/tmp/diff_new_pack.uTkTYo/_old 2019-04-30 13:03:53.002070002 +0200 +++ /var/tmp/diff_new_pack.uTkTYo/_new 2019-04-30 13:03:53.006069998 +0200 @@ -1,8 +1,8 @@ # # spec file for package python-simpleeval # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 Dr. Axel Braun -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,24 +13,28 @@ # 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-%{**}} +%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname simpleeval Name: python-%{modname} -Version: 0.8.2 +Version: 0.9.8 Release: 0 -Url: https://pypi.python.org/pypi/simpleeval Summary: A simple, safe single expression evaluator library License: MIT Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/s/%{modname}/%{modname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{modname}-%{version}-build -BuildRequires: python-rpm-macros +URL: https://github.com/danthedeckie/simpleeval +Source0: https://files.pythonhosted.org/packages/source/s/simpleeval/%{modname}-%{version}.tar.gz +# https://github.com/danthedeckie/simpleeval/issues/55 +Source1: https://raw.githubusercontent.com/danthedeckie/simpleeval/master/LICENCE BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description @@ -45,6 +49,7 @@ %prep %setup -q -n %{modname}-%{version} rm -f %{modname}.egg-info/*.orig +cp %{SOURCE1} . %build %python_build @@ -54,9 +59,12 @@ rm -rf %{buildroot}%{python_sitelib}/%{mod2nam}/tests # Don't install tests rm -rf %{buildroot}%{python_sitelib}/%{mod2nam}/*.exe # Remove unneeded files +%check +%pytest + %files %{python_files} -%defattr(-,root,root,-) %doc README.rst +%license LICENCE %{python_sitelib}/* %changelog ++++++ LICENCE ++++++ simpleeval - Copyright (c) 2013-2017 Daniel Fairhead (MIT Licence) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++++++ simpleeval-0.8.2.tar.gz -> simpleeval-0.9.8.tar.gz ++++++ ++++ 3231 lines of diff (skipped)