Bug 203696

Summary: [Maintainer update] devel/py-robotframework 2.9.1 -> 2.9.2
Product: Ports & Packages Reporter: vladimir.chukharev
Component: Individual Port(s)Assignee: Mathieu Arnold <mat>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch
vladimir.chukharev: maintainer-approval+
Port QA logs none

Description vladimir.chukharev 2015-10-11 11:30:58 UTC
Created attachment 161905 [details]
Patch

Jussi Malinen writes in the announce:

Hi all, 

Robot Framework 2.9.2 fixes broken AutoItLibrary support, adds IronPython support to the Dialogs library, and contains several other fixes and enhancements.. For more details, including a list of issues, see the release notes [1]. 

As usual, source distribution and Windows installers are available at PyPI [2] and the standalone JAR with Jython 2.7 at Maven central [3] (as soon as it is updated). Pip users can simply run `pip install --upgrade robotframework` to install or upgrade to the latest release or `pip install robotframework==2.9.2` to install exactly this version. For more details and other installation approaches, see full installation instructions [4]. 

After this release we will concentrate on Robot Framework 3.0 with Python 3 support and several bigger enhancement. No more RF 2.9.x releases are planned, but they can be created if critical bugs are encountered. 

Have fun, 
Jussi 

[1] https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-2.9.2.rst 
[2] https://pypi.python.org/pypi/robotframework/2.9.2 
[3] http://search.maven.org/#search%7Cga%7C1%7Ca%3Arobotframework 
[4] https://github.com/robotframework/robotframework/blob/master/INSTALL.rst
Comment 1 vladimir.chukharev 2015-10-11 11:35:14 UTC
Created attachment 161908 [details]
Port QA logs

Logs of QA tests.

Results of the following command are attached.

 $ ~/bin/port_test.sh /usr/ports/devel/py-robotframework |& cat > ~/vovavajo/Patches/py-robotframework-2.9.1_to_2.9.2_QA.log

 $ cat ~/bin/port_test.sh
#!
# Run tests of a port in the given directory and install it via portmaster

set -o xtrace
export LC_ALL=C

cd $1 || exit 1

make -D DEVELOPER=yes check-plist stage-qa clean
make -D DEVELOPER=yes describe
DEVELOPER=yes portlint -Ca
sudo port test
sudo portmaster -DG --no-confirm $1
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-10-14 13:54:52 UTC
A commit references this bug:

Author: mat
Date: Wed Oct 14 13:54:34 UTC 2015
New revision: 399262
URL: https://svnweb.freebsd.org/changeset/ports/399262

Log:
  Update to 2.9.2.

  PR:		203696
  Submitted by:	maintainer
  Changes:	https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-2.9.2.rst
  Sponsored by:	Absolight

Changes:
  head/devel/py-robotframework/Makefile
  head/devel/py-robotframework/distinfo