Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.5] Constrain wheel package versions #614

Closed
wants to merge 1 commit into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Mar 17, 2017

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 cheimes@redhat.com

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 <cheimes@redhat.com>
@tiran tiran changed the title Constrain wheel package versions [4.5] Constrain wheel package versions Mar 17, 2017
@MartinBasti MartinBasti self-assigned this Mar 20, 2017
@MartinBasti MartinBasti added the ack Pull Request approved, can be merged label Mar 22, 2017
@tkrizek
Copy link
Contributor

tkrizek commented Mar 22, 2017

ipatool supports pushing to multiple branches, so there's no need to open multiple PRs if the commits are exactly the same and don't have to be rebased.

@tkrizek
Copy link
Contributor

tkrizek commented Mar 22, 2017

ipa-4-5:

  • 7c93a51 Constrain wheel package versions

@tkrizek tkrizek added the pushed Pull Request has already been pushed label Mar 22, 2017
@tkrizek tkrizek closed this Mar 22, 2017
@tiran tiran deleted the wheel_constraint-4.5 branch March 22, 2017 14:26
@MartinBasti
Copy link
Contributor

@tomaskrizek make sure that both commits are the same

@tkrizek
Copy link
Contributor

tkrizek commented Mar 22, 2017

@MartinBasti I checked, they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
3 participants