Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyTweening for
openSUSE:Factory checked in at 2022-09-04 22:11:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyTweening (Old)
and /work/SRC/openSUSE:Factory/.python-PyTweening.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyTweening"
Sun Sep 4 22:11:46 2022 rev:4 rq:1001089 version:1.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyTweening/python-PyTweening.changes
2019-11-08 15:25:48.262999720 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyTweening.new.2083/python-PyTweening.changes
2022-09-04 22:11:57.156314449 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 03:09:07 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- update to 1.0.4
+ no change log in upstream
+
+-------------------------------------------------------------------
Old:
----
PyTweening-1.0.3.zip
New:
----
pytweening-1.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyTweening.spec ++++++
--- /var/tmp/diff_new_pack.Y9X7aD/_old 2022-09-04 22:11:57.684315934 +0200
+++ /var/tmp/diff_new_pack.Y9X7aD/_new 2022-09-04 22:11:57.692315957 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-PyTweening
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyTweening
-Version: 1.0.3
+Version: 1.0.4
Release: 0
Summary: A collection of tweening / easing functions
License: BSD-3-Clause
URL: https://github.com/asweigart/pytweening
-Source:
https://files.pythonhosted.org/packages/source/P/PyTweening/PyTweening-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/P/PyTweening/pytweening-%{version}.tar.gz
Source99:
https://raw.githubusercontent.com/asweigart/pytweening/master/LICENSE.txt
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
@@ -37,7 +37,7 @@
A collection of tweening / easing functions implemented in Python.
%prep
-%setup -q -n PyTweening-%{version}
+%setup -q -n pytweening-%{version}
cp %{SOURCE99} .
dos2unix README.md