Hello community,
here is the log from the commit of package python3-greenlet for
openSUSE:Factory checked in at 2017-04-14 13:32:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-greenlet (Old)
and /work/SRC/openSUSE:Factory/.python3-greenlet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-greenlet"
Fri Apr 14 13:32:26 2017 rev:7 rq:477510 version:0.4.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-greenlet/python3-greenlet-doc.changes
2016-07-05 09:51:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-greenlet.new/python3-greenlet-doc.changes
2017-04-14 13:32:53.668318735 +0200
@@ -1,0 +2,19 @@
+Wed Feb 22 22:04:14 UTC 2017 - [email protected]
+
+- specfile:
+ * update copyright year
+ * switched from zip to tar.gz
+
+- update to version 0.4.12:
+ * Stop using trashcan api
+
+-------------------------------------------------------------------
+Mon Jan 9 04:54:25 UTC 2017 - [email protected]
+
+- specfile:
+ * update copyright year
+
+- update to version 0.4.11:
+ * Fixes for aarch64 architecture
+
+-------------------------------------------------------------------
python3-greenlet.changes: same change
Old:
----
greenlet-0.4.10.zip
New:
----
greenlet-0.4.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-greenlet-doc.spec ++++++
--- /var/tmp/diff_new_pack.xIpHB2/_old 2017-04-14 13:32:54.324226040 +0200
+++ /var/tmp/diff_new_pack.xIpHB2/_new 2017-04-14 13:32:54.324226040 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-greenlet-doc
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -18,18 +18,17 @@
Name: python3-greenlet-doc
-Version: 0.4.10
+Version: 0.4.12
Release: 0
Url: http://pypi.python.org/pypi/greenlet
Summary: Documentation for python3-greenlet
License: MIT
Group: Documentation/Other
-Source0:
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.zip
+Source0:
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: python3-Sphinx
BuildRequires: python3-greenlet = %{version}
-BuildRequires: unzip
Recommends: python3-greenlet = %{version}
%description
++++++ python3-greenlet.spec ++++++
--- /var/tmp/diff_new_pack.xIpHB2/_old 2017-04-14 13:32:54.348222649 +0200
+++ /var/tmp/diff_new_pack.xIpHB2/_new 2017-04-14 13:32:54.348222649 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-greenlet
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -18,18 +18,17 @@
Name: python3-greenlet
-Version: 0.4.10
+Version: 0.4.12
Release: 0
Url: http://pypi.python.org/pypi/greenlet
Summary: Lightweight in-process concurrent programming
License: MIT
Group: Development/Libraries/Python
-Source0:
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.zip
+Source0:
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: python3-devel
BuildRequires: python3-setuptools
-BuildRequires: unzip
%description
The greenlet package is a spin-off of Stackless, a version of CPython