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

Constrain wheel package versions #613

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
Copy link
Member Author

tiran commented Mar 22, 2017

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

@MartinBasti
Copy link
Contributor

Works for me

@MartinBasti MartinBasti added the ack Pull Request approved, can be merged label Mar 22, 2017
@nicki-krizek
Copy link
Contributor

master:

  • fe17d18 Constrain wheel package versions
    ipa-4-5:

  • 7c93a51 Constrain wheel package versions

@nicki-krizek nicki-krizek added the pushed Pull Request has already been pushed label Mar 22, 2017
@tiran tiran deleted the wheel_constraint branch March 22, 2017 14:32
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