From 73c090ad32c71944452209b885b39bff0ab15b8f734654c5810b16d2fcf9d26a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 9 Dec 2022 00:22:12 +0000 Subject: [PATCH] Accepting request 1041263 from home:yarunachalam:branches:devel:languages:python - Update to version 6.0.1 * Robot Framework 6.0.1 is the first bug fix release in the RF 6.0 series. It mainly fixes a bug in using localized BDD prefixes consisting of more than one word (#4515) as well as a regression related to the library search order (#4516). Questions and comments related to the release can be sent to the robotframework-users mailing list or to Robot Framework Slack, and possible bugs submitted to the issue tracker. If you have pip installed, just run pip install --pre --upgrade robotframework to install the latest available release or use pip install robotframework==6.0.1 to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually. For more details and other installation approaches, see the installation instructions. Robot Framework 6.0.1 was released on Thursday November 3, 2022. Full list of fixes and enhancements ID Type Priority Summary #4515 bug high Localized BDD prefixes consisting of more than one word don't work #4516 bug high Set Library Search Order doesn't work if there are two matches and one is from standard libraries #4519 bug medium Libdoc's DocumentationBuilder doesn't anymore work with resource files with .robot extension #4520 enhancement medium Document Libdoc's public API better #4521 enhancement medium Enhance robot.utils.timestr_to_secs so that it works with timedelta objects #4523 bug low Unit test test_parse_time_with_now_and_utc fails around DST change #4525 bug low Wrong version numbers used in the User Guide and in a deprecation warning OBS-URL: https://build.opensuse.org/request/show/1041263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-robotframework?expand=0&rev=9 --- python-robotframework.changes | 26 ++++++++++++++++++++++++++ python-robotframework.spec | 2 +- robotframework-6.0.1.zip | 3 +++ robotframework-6.0.zip | 3 --- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 robotframework-6.0.1.zip delete mode 100644 robotframework-6.0.zip diff --git a/python-robotframework.changes b/python-robotframework.changes index 420434d..e0a2697 100644 --- a/python-robotframework.changes +++ b/python-robotframework.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Dec 7 22:22:26 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 6.0.1 + * Robot Framework 6.0.1 is the first bug fix release in the RF 6.0 series. + It mainly fixes a bug in using localized BDD prefixes consisting of more than one word (#4515) as well as a regression + related to the library search order (#4516). + Questions and comments related to the release can be sent to the robotframework-users mailing list or to Robot Framework Slack, + and possible bugs submitted to the issue tracker. + If you have pip installed, just run + pip install --pre --upgrade robotframework + to install the latest available release or use + pip install robotframework==6.0.1 + to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually. + For more details and other installation approaches, see the installation instructions. + Robot Framework 6.0.1 was released on Thursday November 3, 2022. + Full list of fixes and enhancements + ID Type Priority Summary + #4515 bug high Localized BDD prefixes consisting of more than one word don't work + #4516 bug high Set Library Search Order doesn't work if there are two matches and one is from standard libraries + #4519 bug medium Libdoc's DocumentationBuilder doesn't anymore work with resource files with .robot extension + #4520 enhancement medium Document Libdoc's public API better + #4521 enhancement medium Enhance robot.utils.timestr_to_secs so that it works with timedelta objects + #4523 bug low Unit test test_parse_time_with_now_and_utc fails around DST change + #4525 bug low Wrong version numbers used in the User Guide and in a deprecation warning + ------------------------------------------------------------------- Sat Oct 29 00:32:45 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-robotframework.spec b/python-robotframework.spec index 2c1f1be..10d041d 100644 --- a/python-robotframework.spec +++ b/python-robotframework.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-robotframework -Version: 6.0 +Version: 6.0.1 Release: 0 Summary: Generic test automation framework for acceptance testing and ATDD License: Apache-2.0 diff --git a/robotframework-6.0.1.zip b/robotframework-6.0.1.zip new file mode 100644 index 0000000..62bcc5c --- /dev/null +++ b/robotframework-6.0.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d9a82912dfd27aae7afaad64771c58f5d948ca9d64e3ae72b16721b5e022ea +size 686335 diff --git a/robotframework-6.0.zip b/robotframework-6.0.zip deleted file mode 100644 index 8c0a740..0000000 --- a/robotframework-6.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db9498dad21369a6702384db057994628cd2cf0a172f5685be941c4bf94e242f -size 684599