|
| 1 | +========================= |
| 2 | +Python Library Core 2.2.1 |
| 3 | +========================= |
| 4 | + |
| 5 | + |
| 6 | +.. default-role:: code |
| 7 | + |
| 8 | + |
| 9 | +`Python Library Core`_ is a generic component making it easier to create |
| 10 | +bigger `Robot Framework`_ test libraries. Python Library Core 2.2.1 is |
| 11 | +a new release with bug fixe for aruguments caused in 2.2.0. |
| 12 | + |
| 13 | +All issues targeted for Python Library Core v2.2.1 can be found |
| 14 | +from the `issue tracker`_. |
| 15 | + |
| 16 | +If you have pip_ installed, just run |
| 17 | + |
| 18 | +:: |
| 19 | + |
| 20 | + pip install --upgrade pip install robotframework-pythonlibcore |
| 21 | + |
| 22 | +to install the latest available release or use |
| 23 | + |
| 24 | +:: |
| 25 | + |
| 26 | + pip install pip install robotframework-pythonlibcore==2.2.1 |
| 27 | + |
| 28 | +to install exactly this version. Alternatively you can download the source |
| 29 | +distribution from PyPI_ and install it manually. |
| 30 | + |
| 31 | +SeleniumLibrary 2.2.1 was released on Saturday January 2, 2021. |
| 32 | + |
| 33 | +.. _PythonLibCore: https://github.com/robotframework/PythonLibCore |
| 34 | +.. _Robot Framework: http://robotframework.org |
| 35 | +.. _pip: http://pip-installer.org |
| 36 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore |
| 37 | +.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.2.1 |
| 38 | + |
| 39 | + |
| 40 | +.. contents:: |
| 41 | + :depth: 2 |
| 42 | + :local: |
| 43 | + |
| 44 | +Most important enhancements |
| 45 | +=========================== |
| 46 | + |
| 47 | +Using inspect.unwrap for generating keyword arguments caused adding self to argument list (`#74`_) |
| 48 | +-------------------------------------------------------------------------------------------------- |
| 49 | +Adding self is not needed and causes problems in libraries. This is now fixed. |
| 50 | + |
| 51 | +Full list of fixes and enhancements |
| 52 | +=================================== |
| 53 | + |
| 54 | +.. list-table:: |
| 55 | + :header-rows: 1 |
| 56 | + |
| 57 | + * - ID |
| 58 | + - Type |
| 59 | + - Priority |
| 60 | + - Summary |
| 61 | + * - `#74`_ |
| 62 | + - bug |
| 63 | + - critical |
| 64 | + - Using inspect.unwrap for generating keyword arguments caused adding self to argument list |
| 65 | + |
| 66 | +Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.2.1>`__. |
| 67 | + |
| 68 | +.. _#74: https://github.com/robotframework/PythonLibCore/issues/74 |
0 commit comments