Hello community,
here is the log from the commit of package python-PsychoPy for openSUSE:Factory
checked in at 2020-02-13 10:13:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PsychoPy (Old)
and /work/SRC/openSUSE:Factory/.python-PsychoPy.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PsychoPy"
Thu Feb 13 10:13:13 2020 rev:6 rq:773807 version:2020.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PsychoPy/python-PsychoPy.changes
2019-10-24 23:11:32.992689347 +0200
+++
/work/SRC/openSUSE:Factory/.python-PsychoPy.new.26092/python-PsychoPy.changes
2020-02-13 10:13:38.900414185 +0100
@@ -1,0 +2,31 @@
+Mon Feb 10 15:32:11 UTC 2020 - Todd R <[email protected]>
+
+- Update to version 2020.1.0
+ + NEW:
+ * Many exciting tools for 3D rendering. See Coder demos menu for some
examples
+ * Online studies now support shapes Cross, Star and regular polygons
(nVertices)
+ * Online studies have better cross-browser compatibility including fixed
support for edge
+ * Online studies have substantially improve timing. In fact, PsychoPy now
has the
+ best timing of any online system, consistently under 4ms precision for
RTs!
+ * New Runner dialog:
+ * Support for pyglet 1.4, including support for text alignment in
multi-line text
+ * CHANGED: rendering of text stimuli may not look quite the same. We now
have new parameters
+ anchorHoriz and TextAlign rather than alignHoriz but this may not act
the same in all
+ cases
+ * Online studies no longer require a separate html folder. In some cases
(e.g. when adding extra resource files)
+ it may be preferable to keep the html folder and that's currently still
the default
+ for new studies but ExperimentSettings>online>folder can now be set to
blank and the html/js
+ files will be saved alongside the psyexp/py files. This reduces file
duplication.
+ * Support for QUESTplus staircases
+ * Pyglet backend now supports 10-bit framebuffer
+ * Updated support for Oculus Rift
+ * Added a :class:~psychopy.visual.Pie (pacman) stimulus
+ * Substantially faster rendering of DotStim
+ + FIXED:
+ * Rect stimulus now aliases size with width and height so that users can
refer to either
+ * Faster updating of DotStim dot locations (so fewer dropped frames)
+ * continueRoutine can be set in the BeginRoutine block rather than the
EachFrame block
+ * Tab key was incorrectly reporting itself as 'escape' in new Keyboard
object
+ * many more!
+
+-------------------------------------------------------------------
Old:
----
PsychoPy-3.2.4.zip
New:
----
PsychoPy-2020.1.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PsychoPy.spec ++++++
--- /var/tmp/diff_new_pack.4vJuMA/_old 2020-02-13 10:13:40.512415120 +0100
+++ /var/tmp/diff_new_pack.4vJuMA/_new 2020-02-13 10:13:40.512415120 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-PsychoPy
#
-# 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
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PsychoPy
-Version: 3.2.4
+Version: 2020.1.0
Release: 0
License: GPL-3.0-or-later
Summary: Psychology experiment software in Python
Url: https://github.com/psychopy/psychopy
Group: Development/Languages/Python
-Source:
https://github.com/psychopy/psychopy/releases/download/%{version}/PsychoPy-%{version}.zip
+Source0:
https://files.pythonhosted.org/packages/source/P/PsychoPy/PsychoPy-%{version}.zip
Source99: %{name}-rpmlintrc
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -44,6 +44,7 @@
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module configobj}
BuildRequires: %{python_module coverage}
+BuildRequires: %{python_module distro}
BuildRequires: %{python_module future}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module greenlet}
@@ -82,6 +83,7 @@
Requires: python-arabic-reshaper
Requires: python-astunparse
Requires: python-configobj
+Requires: python-distro
Requires: python-future
Requires: python-json_tricks
Requires: python-lxml