-------------------------------------------------------------------
Thu Jul 23 21:54:48 UTC 2020 - framalho@suse.com

- Renamed package from python-robot to python-robotframework
- Add singlespec for packaging both python2 and python3 packages
- Update to version 3.0.4
  * Changes from 3.0.4:
    Fixes:
    * Iterable objects (incl. ElementTree objects) converted to lists when added to dictionary
      variables in RF 3.0.3
    * Modifying lists and dictionaries used as dictionary variable values stopped working in
      RF 3.0.3
  * Changes from 3.0.3:
    Enhancements:
    * Use new logo as favicon in output files
    * Dictionary variables should support attribute access with nested dictionaries
    * Errors related to finding keywords should not be considered syntax errors
    * String 'NONE' should be considered False when used as Boolean argument
    * Change Selenium2Library to SeleniumLibrary in user guide documentation
    Fixes:
    * Using typing hints or keyword-only-arguments prevented using function as keyword
    * RuntimeWarning printed on console when using robot command with Python 3.6 on Windows
    * Content Security Policy (CSP) causes problems with report
    * Terminal emulation in Telnet library is not compatible with latest pyte versions
    * Importing String and DateTime fails on Windows and OSX if PYTHONCASEOK is set or
      installation directory shared between VM and host
    * rebot --merge doesn't work correctly if test messages contain HTML
    * Dry Run fails if library keywords use embedded arguments
    * Regression: Execution stops in teardown if keyword is not found
    * [ ERROR ] Unexpected error: IOError: [Errno 0] Error
    * Appending to test message using HTML doesn't work if old message is not HTML
    * Custom string subclasses not always handled correctly (e.g. Convert To Integer)
    * Zero length test library causes infinite recursion
    * Timeouts do not stop execution if they occur during execution of log_message listener method
    * robot.libdoc doesn't support specifying doc format although its docs say it does
    * Syntax errors (non-fatal) when installing with easy_install using Python 3
    * Process library keywords leave file descriptors open on Python 2
    * Take Screenshot keyword causes warning when using wxPython 4

-------------------------------------------------------------------
Tue Aug 30 13:52:49 UTC 2016 - ds(at)marco.de

- Initial package, robotframework 3.0.2
