Hello community, here is the log from the commit of package python-ioflo for openSUSE:Factory checked in at 2019-03-26 22:33:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ioflo (Old) and /work/SRC/openSUSE:Factory/.python-ioflo.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ioflo" Tue Mar 26 22:33:51 2019 rev:13 rq:688749 version:1.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ioflo/python-ioflo.changes 2018-08-24 17:04:30.546100232 +0200 +++ /work/SRC/openSUSE:Factory/.python-ioflo.new.25356/python-ioflo.changes 2019-03-26 22:34:40.053673275 +0100 @@ -1,0 +2,8 @@ +Tue Mar 26 14:09:10 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.7.5: + * Some refactoring The ioflo project will have two version branches. + The version 1.X.X branch will maintain compatibility with Python 2.7.X and Python 3.5. + But this will be mainly maintenance and backport of some new features. + +------------------------------------------------------------------- Old: ---- ioflo-1.7.4.tar.gz New: ---- ioflo-1.7.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ioflo.spec ++++++ --- /var/tmp/diff_new_pack.X5oc6r/_old 2019-03-26 22:34:40.673673125 +0100 +++ /var/tmp/diff_new_pack.X5oc6r/_new 2019-03-26 22:34:40.673673125 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ioflo # -# 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 @@ -12,19 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ioflo -Version: 1.7.4 +Version: 1.7.5 Release: 0 Summary: Python framework for programming autonomous systems License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/ioflo/ioflo Source0: https://files.pythonhosted.org/packages/source/i/ioflo/ioflo-%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools-git >= 1.1} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -39,7 +40,7 @@ %description IoFlo is a software framework for automating developers' programmable world. IoFlo has its roots in the research and development of autonomous underwater -vehicles, autonomic ships, and automated buildings. It attemps to make +vehicles, autonomic ships, and automated buildings. It attempts to make programming autonomous/autonomic systems easier. %prep @@ -53,6 +54,10 @@ rm -f %{buildroot}%{_bindir}/ioflo{2,3} %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# The tests actually fail with syntax error, upstream should sort it out +#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest discover + %files %{python_files} %license LICENSE* LEGAL %doc README* ChangeLog.md ++++++ ioflo-1.7.4.tar.gz -> ioflo-1.7.5.tar.gz ++++++ ++++ 1777 lines of diff (skipped)
