Hello community,
here is the log from the commit of package python-selectors2 for
openSUSE:Factory checked in at 2020-08-20 22:28:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-selectors2 (Old)
and /work/SRC/openSUSE:Factory/.python-selectors2.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-selectors2"
Thu Aug 20 22:28:28 2020 rev:6 rq:827937 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-selectors2/python-selectors2.changes
2019-09-27 14:49:28.000605897 +0200
+++
/work/SRC/openSUSE:Factory/.python-selectors2.new.3399/python-selectors2.changes
2020-08-20 22:28:31.127972622 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 14:07:24 UTC 2020 - Andreas Schwab <[email protected]>
+
+- Bump the tolerance even more
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-selectors2.spec ++++++
--- /var/tmp/diff_new_pack.R8JgEd/_old 2020-08-20 22:28:32.159973105 +0200
+++ /var/tmp/diff_new_pack.R8JgEd/_new 2020-08-20 22:28:32.163973107 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-selectors2
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
Summary: Back-ported, durable, and portable selectors
License: MIT
Group: Development/Languages/Python
-Url: https://www.github.com/SethMichaelLarson/selectors2
+URL: https://www.github.com/SethMichaelLarson/selectors2
Source:
https://files.pythonhosted.org/packages/source/s/selectors2/selectors2-%{version}.tar.gz
BuildRequires: %{python_module mock}
BuildRequires: %{python_module psutil}
@@ -41,7 +41,7 @@
%prep
%setup -q -n selectors2-%{version}
# bump the tolerance
-sed -i -e 's:TOLERANCE = 0.5:TOLERANCE = 2:g' tests/support.py
+sed -i -e 's:TOLERANCE = 0.5:TOLERANCE = 2.1:g' tests/support.py
%build
%python_build