Bug 202018 - [Maintainer update] devel/py-robotframework 2.8.7 -> 2.9
Summary: [Maintainer update] devel/py-robotframework 2.8.7 -> 2.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-01 07:57 UTC by vladimir.chukharev
Modified: 2015-08-05 18:45 UTC (History)
1 user (show)

See Also:


Attachments
Patch (789 bytes, patch)
2015-08-01 07:57 UTC, vladimir.chukharev
no flags Details | Diff
Logs of QA tests. (188.07 KB, text/plain)
2015-08-01 08:04 UTC, vladimir.chukharev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2015-08-01 07:57:20 UTC
Created attachment 159428 [details]
Patch

Update to 2.9.

From Release notes:

Robot Framework 2.9 is a new major version with nearly 100 fixed issues. It contains, for example, high priority enhancements related to variables, support for creating keywords with embedded arguments in test libraries, and possibility to tag keywords. The most visible enhancement is the new fresh look in logs and reports. All issues targeted for RF 2.9 can be found from the issue tracker https://github.com/robotframework/robotframework/issues?q=milestone%3A2.9

QA in a follow-up.
Comment 1 vladimir.chukharev 2015-08-01 08:04:44 UTC
Created attachment 159429 [details]
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_update_2.8.7_to_2.9_QA.log


The script runs usual QA tests:

$ 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 describe
portlint -Ca
sudo port test
sudo portmaster -DG --no-confirm $1
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-05 18:44:59 UTC
A commit references this bug:

Author: robak
Date: Wed Aug  5 18:44:09 UTC 2015
New revision: 393603
URL: https://svnweb.freebsd.org/changeset/ports/393603

Log:
  devel/py-robotframework: update 2.8.7 -> 2.9

  PR:		202018
  Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer)

Changes:
  head/devel/py-robotframework/Makefile
  head/devel/py-robotframework/distinfo
Comment 3 Bartek Rutkowski freebsd_committer freebsd_triage 2015-08-05 18:45:28 UTC
Committed, thanks!