Discussion:
[Freeipa-devel] [freeipa PR#613][opened] Constrain wheel package versions
tiran
2017-03-17 09:42:54 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Author: tiran
Title: #613: Constrain wheel package versions
Action: opened

PR body:
"""
The presence of IPA packages on PyPI revealed an interesting issue with
make wheel_bundle. pip gives final releases a higher precedence than our
development packages. make wheel_bundle downloads ipa 4.5.0 from PyPI
instead of using our own wheels.

Use a constraint file to enforce correct versions.

https://pagure.io/freeipa/issue/6468

Signed-off-by: Christian Heimes <***@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/613/head:pr613
git checkout pr613
tiran
2017-03-17 16:23:12 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Author: tiran
Title: #613: Constrain wheel package versions
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/613/head:pr613
git checkout pr613
tiran
2017-03-22 10:23:37 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Title: #613: Constrain wheel package versions

tiran commented:
"""
@MartinBasti please finish the review. The issue makes my daily work harder and more complicated.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/613#issuecomment-288356276
MartinBasti
2017-03-22 14:09:52 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Title: #613: Constrain wheel package versions

MartinBasti commented:
"""
Works for me
"""

See the full comment at https://github.com/freeipa/freeipa/pull/613#issuecomment-288409858
MartinBasti
2017-03-22 14:09:58 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Title: #613: Constrain wheel package versions

Label: +ack
tomaskrizek
2017-03-22 14:17:24 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Title: #613: Constrain wheel package versions

Label: +pushed
tomaskrizek
2017-03-22 14:17:27 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Title: #613: Constrain wheel package versions

tomaskrizek commented:
"""
master:

* fe17d187f9f2cbac28fe369cbcdd697d85105481 Constrain wheel package versions
ipa-4-5:

* 7c93a518c8b6fb0e3a85bc1ae0ee807c71168213 Constrain wheel package versions
"""

See the full comment at https://github.com/freeipa/freeipa/pull/613#issuecomment-288412305
tomaskrizek
2017-03-22 14:17:30 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/613
Author: tiran
Title: #613: Constrain wheel package versions
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/613/head:pr613
git checkout pr613

Loading...