Skip to content

Commit

Permalink
Upgrade to Robot Framework 6 (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen authored Aug 24, 2023
1 parent 354b835 commit 8e2cb18
Show file tree
Hide file tree
Showing 27 changed files with 6,152 additions and 1,959 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@ jobs:
fail-fast: false
matrix:
name: [
"windows-py37",
"windows-py38",
"windows-py39",
"windows-py310",

"ubuntu-py37",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",

"macos-py37",
"macos-py38",
"macos-py39",
"macos-py310",
]

include:
- name: "windows-py37"
python: "3.7"
os: windows-latest
- name: "windows-py38"
python: "3.8"
os: windows-latest
- name: "windows-py39"
python: "3.9"
os: windows-latest
- name: "ubuntu-py37"
python: "3.7"
os: ubuntu-latest
- name: "windows-py310"
python: "3.10"
os: windows-latest
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
- name: "macos-py37"
python: "3.7"
os: macos-latest
- name: "ubuntu-py310"
python: "3.10"
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-latest
- name: "macos-py39"
python: "3.9"
os: macos-latest
- name: "macos-py310"
python: "3.10"
os: macos-latest

env:
INVOKE_IS_CI_CD: 1
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@ jobs:
fail-fast: false
matrix:
name: [
"windows-py37",
"windows-py38",
"windows-py39",
"windows-py310",

"ubuntu-py37",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",

"macos-py37",
"macos-py38",
"macos-py39",
"macos-py310",
]

include:
- name: "windows-py37"
python: "3.7"
os: windows-latest
- name: "windows-py38"
python: "3.8"
os: windows-latest
- name: "windows-py39"
python: "3.9"
os: windows-latest
- name: "ubuntu-py37"
python: "3.7"
os: ubuntu-latest
- name: "windows-py310"
python: "3.10"
os: windows-latest
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
- name: "macos-py37"
python: "3.7"
os: macos-latest
- name: "ubuntu-py310"
python: "3.10"
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-latest
- name: "macos-py39"
python: "3.9"
os: macos-latest
- name: "macos-py310"
python: "3.10"
os: macos-latest

steps:
- uses: actions/checkout@v1
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@ jobs:
fail-fast: false
matrix:
name: [
"windows-py37",
"windows-py38",
"windows-py39",
"windows-py310",

"ubuntu-py37",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",

"macos-py37",
"macos-py38",
"macos-py39",
"macos-py310",
]

include:
- name: "windows-py37"
python: "3.7"
os: windows-latest
- name: "windows-py38"
python: "3.8"
os: windows-latest
- name: "windows-py39"
python: "3.9"
os: windows-latest
- name: "ubuntu-py37"
python: "3.7"
os: ubuntu-latest
- name: "windows-py310"
python: "3.10"
os: windows-latest
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
- name: "macos-py37"
python: "3.7"
os: macos-latest
- name: "ubuntu-py310"
python: "3.10"
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-latest
- name: "macos-py39"
python: "3.9"
os: macos-latest
- name: "macos-py310"
python: "3.10"
os: macos-latest

env:
INVOKE_IS_CI_CD: 1
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/openai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@ jobs:
fail-fast: false
matrix:
name: [
"windows-py37",
"windows-py38",
"windows-py39",
"windows-py310",

"ubuntu-py37",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",

"macos-py37",
"macos-py38",
"macos-py39",
"macos-py310",
]

include:
- name: "windows-py37"
python: "3.7"
os: windows-latest
- name: "windows-py38"
python: "3.8"
os: windows-latest
- name: "windows-py39"
python: "3.9"
os: windows-latest
- name: "ubuntu-py37"
python: "3.7"
os: ubuntu-latest
- name: "windows-py310"
python: "3.10"
os: windows-latest
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
- name: "macos-py37"
python: "3.7"
os: macos-latest
- name: "ubuntu-py310"
python: "3.10"
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-latest
- name: "macos-py39"
python: "3.9"
os: macos-latest
- name: "macos-py310"
python: "3.10"
os: macos-latest

env:
INVOKE_IS_CI_CD: 1
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/recognition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@ jobs:
fail-fast: false
matrix:
name: [
"windows-py37",
"windows-py38",
"windows-py39",
"windows-py310",

"ubuntu-py37",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",

"macos-py37",
"macos-py38",
"macos-py39",
"macos-py310",
]

include:
- name: "windows-py37"
python: "3.7"
os: windows-latest
- name: "windows-py38"
python: "3.8"
os: windows-latest
- name: "windows-py39"
python: "3.9"
os: windows-latest
- name: "ubuntu-py37"
python: "3.7"
os: ubuntu-latest
- name: "windows-py310"
python: "3.10"
os: windows-latest
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
- name: "macos-py37"
python: "3.7"
os: macos-latest
- name: "ubuntu-py310"
python: "3.10"
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-latest
- name: "macos-py39"
python: "3.9"
os: macos-latest
- name: "macos-py310"
python: "3.10"
os: macos-latest

env:
INVOKE_IS_CI_CD: 1
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@ jobs:
fail-fast: false
matrix:
name: [
"windows-py37",
"windows-py38",
"windows-py39",
"windows-py310",

"ubuntu-py37",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",

"macos-py37",
"macos-py38",
"macos-py39",
"macos-py310",
]

include:
- name: "windows-py37"
python: "3.7"
os: windows-latest
- name: "windows-py38"
python: "3.8"
os: windows-latest
- name: "windows-py39"
python: "3.9"
os: windows-latest
- name: "ubuntu-py37"
python: "3.7"
os: ubuntu-latest
- name: "windows-py310"
python: "3.10"
os: windows-latest
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
- name: "macos-py37"
python: "3.7"
os: macos-latest
- name: "ubuntu-py310"
python: "3.10"
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-latest
- name: "macos-py39"
python: "3.9"
os: macos-latest
- name: "macos-py310"
python: "3.10"
os: macos-latest

env:
INVOKE_IS_CI_CD: 1
Expand Down
26 changes: 22 additions & 4 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,30 @@ Latest versions
`Upcoming release <https://github.com/robocorp/rpaframework/projects/3#column-16713994>`_
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

- Library **RPA.Assistant** (:pr:`1068`; ``rpaframework-assistant`` **3.0.0**):
26.1.0 - 24 Aug 2023
--------------------

- General update on *all* packages (:pr:`950`):

- All packages will be taking into use the latest `robotframework`
version (**6.1.1**).
- The minimum Python version is set to **3.8**.

- All new package versions are listed below.

- ``rpaframework-assistant`` **3.0.0** (additional release note included below)
- ``rpaframework-aws`` **5.3.0**
- ``rpaframework-google`` **7.1.0**
- ``rpaframework-openai`` **1.3.0**
- ``rpaframework-pdf`` **7.2.0**
- ``rpaframework-recognition`` **5.2.0**
- ``rpaframework-windows`` **7.4.0**

- Fix ``Add Date Input`` validation and return value as `Date` object instead of a
string.
- Add Python examples for every keyword.
- Library **RPA.Assistant** (:pr:`1068`; ``rpaframework-assistant`` **3.0.0**):

- Fix ``Add Date Input`` validation and return value as `Date` object instead of
a string.
- Add Python examples for every keyword.

`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
Loading

0 comments on commit 8e2cb18

Please sign in to comment.