Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-robotframework for
openSUSE:Factory checked in at 2022-10-11 18:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-robotframework (Old)
and /work/SRC/openSUSE:Factory/.python-robotframework.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-robotframework"
Tue Oct 11 18:03:08 2022 rev:2 rq:1009641 version:5.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-robotframework/python-robotframework.changes
2020-10-13 16:17:07.066274835 +0200
+++
/work/SRC/openSUSE:Factory/.python-robotframework.new.2275/python-robotframework.changes
2022-10-11 18:05:39.234094903 +0200
@@ -1,0 +2,21 @@
+Tue Oct 11 01:55:27 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 5.0.1:
+ * New SKIP status
+ * Criticality has been removed
+ * Native IF/ELSE syntax
+ * Basic IF syntax
+ * Support for nested control structures
+ * Libdoc enhancements
+ * HTML output enhancements
+ * Fix running keywords in `start/end_suite` listener method
+ * Fix skipping tests in suite teardown if suite setup has been failed or
skipped
+ * Avoid argument conversion if given argument has one of the accepted types
+ * Fix using using `Union` containing generics as type hint
+ * Regression using `TypedDict` as type hint
+ * Continue-on-failure mode can be controlled using tags
+ * Python 3.10 support
+ * Catching exceptions with `EXCEPT`
+- Remove pointless BuildRequires on python
+
+-------------------------------------------------------------------
Old:
----
robotframework-3.2.2.zip
New:
----
robotframework-5.0.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-robotframework.spec ++++++
--- /var/tmp/diff_new_pack.qdS2rS/_old 2022-10-11 18:05:39.618095524 +0200
+++ /var/tmp/diff_new_pack.qdS2rS/_new 2022-10-11 18:05:39.622095530 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-robotframework
#
-# Copyright (c) 2020 SUSE LLC
+# 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,21 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-robotframework
-Version: 3.2.2
+Version: 5.0.1
Release: 0
Summary: Generic test automation framework for acceptance testing and
ATDD
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://robotframework.org/
Source:
https://files.pythonhosted.org/packages/source/r/robotframework/robotframework-%{version}.zip
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: python
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-setuptools
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
@@ -54,14 +52,14 @@
%install
%python_install
-for p in robot rebot; do
+for p in robot rebot libdoc; do
%python_clone -a %{buildroot}%{_bindir}/$p
done
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%post
-%python_install_alternative robot rebot
+%python_install_alternative robot rebot libdoc
%postun
%python_uninstall_alternative robot
@@ -71,6 +69,7 @@
%doc README.rst
%python_alternative %{_bindir}/rebot
%python_alternative %{_bindir}/robot
+%python_alternative %{_bindir}/libdoc
%{python_sitelib}/*
%changelog