Bug 223166 - devel/py-robotframework-pabot: Update to 0.42
Summary: devel/py-robotframework-pabot: Update to 0.42
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: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-22 12:05 UTC by vladimir.chukharev
Modified: 2017-10-23 21:21 UTC (History)
2 users (show)

See Also:
dbaio: maintainer-feedback+


Attachments
Patch (1.02 KB, patch)
2017-10-22 12:05 UTC, vladimir.chukharev
vladimir.chukharev: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2017-10-22 12:05:14 UTC
Created attachment 187365 [details]
Patch

Update devel/py-robotframework-pabot from 0.41 to 0.42.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2017-10-22 13:29:02 UTC
Hi.

This port and devel/py-robotremoteserver are limited to Python up to 2.7 here in ports tree, but it seems that now it supports Python 3+ https://github.com/robotframework/PythonRemoteServer/blob/master/README.rst#id12

Could you take a look? If it's fine, we can let both ports use any version of Python.
Comment 2 vladimir.chukharev 2017-10-23 12:35:21 UTC
(In reply to Danilo G. Baio from comment #1)
Yes, it is fine, both pabot and remoteserver now run correctly with python 3.6. 

I have just received a confirmation from the author that the fails in the test actually verify correct collection of information from different parallel runners when some testcases fail.

Thanks!
Vladimir
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-10-23 21:15:29 UTC
A commit references this bug:

Author: dbaio
Date: Mon Oct 23 21:14:51 UTC 2017
New revision: 452742
URL: https://svnweb.freebsd.org/changeset/ports/452742

Log:
  devel/py-robotremoteserver: Allow use Python 3.x

  Remote server version 1.1 and newer support Python 2.6, 2.7, 3.3, and newer.
  Remote server 1.0 series supports Python versions 2.2-2.7.

  https://github.com/robotframework/PythonRemoteServer#id12

  While here, add LICENSE_FILE.

  PR:		223166
  Approved by:	vladimir.chukharev@gmail.com (maintainer)

Changes:
  head/devel/py-robotremoteserver/Makefile
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-10-23 21:18:34 UTC
A commit references this bug:

Author: dbaio
Date: Mon Oct 23 21:17:58 UTC 2017
New revision: 452743
URL: https://svnweb.freebsd.org/changeset/ports/452743

Log:
  devel/py-robotframework-pabot: Update to 0.42

  Allow use Python 3.x, following devel/py-robotremoteserver update.

  PR:		223166
  Submitted by:	vladimir.chukharev@gmail.com (maintainer)

Changes:
  head/devel/py-robotframework-pabot/Makefile
  head/devel/py-robotframework-pabot/distinfo
Comment 5 Danilo G. Baio freebsd_committer freebsd_triage 2017-10-23 21:21:56 UTC
(In reply to vladimir.chukharev from comment #2)

Hi Vladimir.

It's done, thanks for your feedback!