Hello community, here is the log from the commit of package python-pyDOE2 for openSUSE:Factory checked in at 2019-01-24 14:03:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyDOE2 (Old) and /work/SRC/openSUSE:Factory/.python-pyDOE2.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyDOE2" Thu Jan 24 14:03:53 2019 rev:2 rq:662897 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyDOE2/python-pyDOE2.changes 2018-06-29 22:26:42.590469576 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyDOE2.new.28833/python-pyDOE2.changes 2019-01-24 14:03:54.832017310 +0100 @@ -1,0 +2,8 @@ +Fri Jan 4 16:52:58 UTC 2019 - Todd R <[email protected]> + +- Update to version 1.1.2 + * Include LICENSE in manifest + * Avoided unicode-characters to be able to support py2 +- Remove upstream-included fix_unicode.patch + +------------------------------------------------------------------- Old: ---- LICENSE fix_unicode.patch pyDOE2-1.1.1.zip New: ---- pyDOE2-1.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyDOE2.spec ++++++ --- /var/tmp/diff_new_pack.8fo99a/_old 2019-01-24 14:03:55.604016428 +0100 +++ /var/tmp/diff_new_pack.8fo99a/_new 2019-01-24 14:03:55.604016428 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyDOE2 # -# Copyright (c) 2018 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,24 +12,19 @@ # 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-pyDOE2 -Version: 1.1.1 +Version: 1.1.2 Release: 0 -# For license file -%define tag 5ee6657a9069c173b1a94732a23f4d1797639dc8 Summary: Design of experiments for Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/clicumu/pyDOE2 -Source: https://files.pythonhosted.org/packages/source/p/pyDOE2/pyDOE2-%{version}.zip -Source10: https://raw.githubusercontent.com/clicumu/pyDOE2/%{tag}/LICENSE -# PATCH-FIX-UPSTREAM fix_unicode.patch -- https://github.com/clicumu/pyDOE2/pull/6 -Patch0: fix_unicode.patch +Source: https://files.pythonhosted.org/packages/source/p/pyDOE2/pyDOE2-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -57,8 +52,6 @@ %setup -q -n pyDOE2-%{version} sed -i 's/\r$//' setup.py sed -i 's/\r$//' README.md -%patch0 -p1 -cp %{SOURCE10} . %build export LANG=en_US.UTF-8
