Bug 1300106

Summary: docker-compose-1.6.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: docker-composeAssignee: Michael Hampton <error>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkabrda, error, jpopelka, lsm5, markus
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-12 05:56:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 1302467, 1309720    
Bug Blocks:    

Description Upstream Release Monitoring 2016-01-20 00:19:11 UTC
Latest upstream release: 1.6.0-rc1
Current version/release in rawhide: 1.5.2-4.fc24
URL: https://github.com/docker/compose

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Comment 1 Upstream Release Monitoring 2016-01-20 00:19:14 UTC
Failed to kick off scratch build.

[Errno 2] No such file or directory: '/var/tmp/thn-pA2ab0'

Comment 2 Upstream Release Monitoring 2016-01-28 00:10:30 UTC
Latest upstream release: 1.6.0-rc2
Current version/release in rawhide: 1.5.2-4.fc24
URL: https://github.com/docker/compose

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Comment 3 Upstream Release Monitoring 2016-01-28 00:10:33 UTC
Failed to kick off scratch build.

[Errno 2] No such file or directory: '/var/tmp/thn-3sNH4z'

Comment 4 Upstream Release Monitoring 2016-02-05 00:14:59 UTC
Latest upstream release: 1.6.0
Current version/release in rawhide: 1.5.2-4.fc24
URL: https://github.com/docker/compose

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Comment 5 Upstream Release Monitoring 2016-02-05 00:15:01 UTC
Failed to kick off scratch build.

[Errno 2] No such file or directory: '/var/tmp/thn-11NbB4'

Comment 6 Upstream Release Monitoring 2016-02-05 00:55:28 UTC
error's docker-compose-1.6.0-1.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=728501

Comment 7 Fedora Update System 2016-02-05 01:04:45 UTC
docker-compose-1.6.0-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-9ed4d853f0

Comment 8 Fedora Update System 2016-02-05 23:51:08 UTC
docker-compose-1.6.0-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-9ed4d853f0

Comment 9 Markus Heberling 2016-02-18 13:12:20 UTC
This also needs python-dockerpty > 0.4 otherwise you get the following error:

Traceback (most recent call last):
  File "/usr/bin/docker-compose", line 9, in <module>
    load_entry_point('docker-compose==1.6.0', 'console_scripts', 'docker-compose')()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2355, in load
    return self.resolve()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 45, in <module>
    from dockerpty.pty import PseudoTerminal, RunOperation
ImportError: cannot import name RunOperation

Comment 10 Bohuslav "Slavek" Kabrda 2016-03-07 10:28:57 UTC
Hi, I'd very much like to see compose >= 1.6.0 in F23. If there's anything I can help with, please say so.

Comment 11 Jiri Popelka 2016-03-08 11:25:29 UTC
(In reply to Markus Heberling from comment #9)
> This also needs python-dockerpty > 0.4 otherwise you get the following error:
> 
>   File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 45, in
> <module>
>     from dockerpty.pty import PseudoTerminal, RunOperation
> ImportError: cannot import name RunOperation

I'm seeing the same even with dockerpty-0.4.1 from PyPI.
Maybe it's been fixed in docker-compose-1.6.1 or 1.6.2 ?

Comment 12 Jiri Popelka 2016-03-08 11:29:57 UTC
(In reply to Jiri Popelka from comment #11)
> I'm seeing the same even with dockerpty-0.4.1 from PyPI.

Scratch that please, it was a PEBKAC. Works with 0.4.1.

Comment 13 Michael Hampton 2016-03-12 05:56:55 UTC

*** This bug has been marked as a duplicate of bug 1311330 ***