From fd99663496fd211ca71534d384c266554eb7245459d9dd6a7b4e28e327527407 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 11 Oct 2022 16:03:08 +0000 Subject: [PATCH] Accepting request 1009641 from devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1009641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-robotframework?expand=0&rev=2 --- python-robotframework.changes | 21 +++++++++++++++++++++ python-robotframework.spec | 13 ++++++------- robotframework-3.2.2.zip | 3 --- robotframework-5.0.1.zip | 3 +++ 4 files changed, 30 insertions(+), 10 deletions(-) delete mode 100644 robotframework-3.2.2.zip create mode 100644 robotframework-5.0.1.zip diff --git a/python-robotframework.changes b/python-robotframework.changes index 58d619b..8fe7030 100644 --- a/python-robotframework.changes +++ b/python-robotframework.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Oct 11 01:55:27 UTC 2022 - Steve Kowalik + +- 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 + ------------------------------------------------------------------- Wed Oct 7 13:34:10 UTC 2020 - Dirk Mueller diff --git a/python-robotframework.spec b/python-robotframework.spec index 78a2515..89d43ce 100644 --- a/python-robotframework.spec +++ b/python-robotframework.spec @@ -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 @@ done %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 @@ done %doc README.rst %python_alternative %{_bindir}/rebot %python_alternative %{_bindir}/robot +%python_alternative %{_bindir}/libdoc %{python_sitelib}/* %changelog diff --git a/robotframework-3.2.2.zip b/robotframework-3.2.2.zip deleted file mode 100644 index 6ca7808..0000000 --- a/robotframework-3.2.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0786a916d0572bd9d6afe26e95c6021e3df5dcafa0ece6b302e36366e58c24e -size 658885 diff --git a/robotframework-5.0.1.zip b/robotframework-5.0.1.zip new file mode 100644 index 0000000..51f4f37 --- /dev/null +++ b/robotframework-5.0.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5dc59777ed9d8c3e1e91fb4403454890242867735681f22f4f22dbb2a20fc8 +size 666830