Hello community,
here is the log from the commit of package python-PyTweening for
openSUSE:Factory checked in at 2019-11-08 15:25:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyTweening (Old)
and /work/SRC/openSUSE:Factory/.python-PyTweening.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyTweening"
Fri Nov 8 15:25:44 2019 rev:3 rq:746325 version:1.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyTweening/python-PyTweening.changes
2018-12-24 11:47:35.577123241 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyTweening.new.2990/python-PyTweening.changes
2019-11-08 15:25:48.262999720 +0100
@@ -1,0 +2,5 @@
+Thu Nov 7 15:34:07 UTC 2019 - Matej Cepl <[email protected]>
+
+- Run through spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyTweening.spec ++++++
--- /var/tmp/diff_new_pack.pHZkhE/_old 2019-11-08 15:25:48.947000444 +0100
+++ /var/tmp/diff_new_pack.pHZkhE/_new 2019-11-08 15:25:48.951000448 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-PyTweening
#
-# 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
@@ -22,8 +22,7 @@
Release: 0
Summary: A collection of tweening / easing functions
License: BSD-3-Clause
-Group: Development/Languages/Python
-Url: https://github.com/asweigart/pytweening
+URL: https://github.com/asweigart/pytweening
Source:
https://files.pythonhosted.org/packages/source/P/PyTweening/PyTweening-%{version}.zip
Source99:
https://raw.githubusercontent.com/asweigart/pytweening/master/LICENSE.txt
BuildRequires: %{python_module setuptools}
@@ -32,7 +31,6 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
BuildArch: noarch
-
%python_subpackages
%description
@@ -40,7 +38,7 @@
%prep
%setup -q -n PyTweening-%{version}
-cp %{S:99} .
+cp %{SOURCE99} .
dos2unix README.md
%build