forked from pool/python-robotframework
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
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 01:55:27 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0786a916d0572bd9d6afe26e95c6021e3df5dcafa0ece6b302e36366e58c24e
|
||||
size 658885
|
3
robotframework-5.0.1.zip
Normal file
3
robotframework-5.0.1.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf5dc59777ed9d8c3e1e91fb4403454890242867735681f22f4f22dbb2a20fc8
|
||||
size 666830
|
Reference in New Issue
Block a user