|
| 1 | +========================= |
| 2 | +Python Library Core 2.2.0 |
| 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.0 is |
| 11 | +a new release with **UPDATE** enhancements and bug fixes. **MORE intro stuff** |
| 12 | + |
| 13 | +**REMOVE this section with final releases or otherwise if release notes contain |
| 14 | +all issues.** |
| 15 | +All issues targeted for Python Library Core v2.2.0 can be found |
| 16 | +from the `issue tracker`_. |
| 17 | + |
| 18 | +If you have pip_ installed, just run |
| 19 | + |
| 20 | +:: |
| 21 | + |
| 22 | + pip install --pre --upgrade pip install robotframework-pythonlibcore |
| 23 | + |
| 24 | +to install the latest available release or use |
| 25 | + |
| 26 | +:: |
| 27 | + |
| 28 | + pip install pip install robotframework-pythonlibcore==2.2.0 |
| 29 | + |
| 30 | +to install exactly this version. Alternatively you can download the source |
| 31 | +distribution from PyPI_ and install it manually. |
| 32 | + |
| 33 | +SeleniumLibrary 2.2.0 was released on Friday January 1, 2021. |
| 34 | + |
| 35 | +.. _PythonLibCore: https://github.com/robotframework/PythonLibCore |
| 36 | +.. _Robot Framework: http://robotframework.org |
| 37 | +.. _pip: http://pip-installer.org |
| 38 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore |
| 39 | +.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.2.0 |
| 40 | + |
| 41 | + |
| 42 | +.. contents:: |
| 43 | + :depth: 2 |
| 44 | + :local: |
| 45 | + |
| 46 | +Most important enhancements |
| 47 | +=========================== |
| 48 | + |
| 49 | +- With decorators containing arguments, argument specification is not correctly resolved. (`#71`_) |
| 50 | +-------------------------------------------------------------------------------------------------- |
| 51 | +With decorators that uses arguments and calls the decorated method, the argument specification |
| 52 | +was not correctly resolved. This is not fixed. |
| 53 | + |
| 54 | +robotframework-robotlibcore or robotframework-pythonlibcore (`#69`_) |
| 55 | +-------------------------------------------------------------------- |
| 56 | +There was a bug in release note generation and incorrect installation |
| 57 | +command was put in the release notes. |
| 58 | + |
| 59 | +Acknowledgements |
| 60 | +================ |
| 61 | + |
| 62 | +Add licence information in the installation packages (`#68`_) |
| 63 | +------------------------------------------------------------- |
| 64 | +Licence text is added to source files. Many thanks to bollwyvl |
| 65 | +for fixing the issue. |
| 66 | + |
| 67 | +Full list of fixes and enhancements |
| 68 | +=================================== |
| 69 | + |
| 70 | +.. list-table:: |
| 71 | + :header-rows: 1 |
| 72 | + |
| 73 | + * - ID |
| 74 | + - Type |
| 75 | + - Priority |
| 76 | + - Summary |
| 77 | + * - `#71`_ |
| 78 | + - bug |
| 79 | + - critical |
| 80 | + - With decorators containing arguments, argument specifucation is not correctly resolved. |
| 81 | + * - `#69`_ |
| 82 | + - bug |
| 83 | + - high |
| 84 | + - robotframework-robotlibcore or robotframework-pythonlibcore |
| 85 | + * - `#68`_ |
| 86 | + - enhancement |
| 87 | + - medium |
| 88 | + - Add licence information in the installation packages |
| 89 | + |
| 90 | +Altogether 3 issues. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.2.0>`__. |
| 91 | + |
| 92 | +.. _#71: https://github.com/robotframework/PythonLibCore/issues/71 |
| 93 | +.. _#69: https://github.com/robotframework/PythonLibCore/issues/69 |
| 94 | +.. _#68: https://github.com/robotframework/PythonLibCore/issues/68 |
0 commit comments