-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial backport of 1.12 package to el7 #1
Draft
ydirson
wants to merge
67
commits into
master
Choose a base branch
from
yd/el7-backport
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Fedora Release Engineering <[email protected]>
Signed-off-by: Fedora Release Engineering <[email protected]>
Signed-off-by: Major Hayden <[email protected]>
Signed-off-by: Fedora Release Engineering <[email protected]>
We can’t download remote inventories and can’t easily produce working hyperlinks from inventories in local documentation packages.
Signed-off-by: Fedora Release Engineering <[email protected]>
This fixes issues where, e.g., python3-foo-1.12.0 would not satisfy python3dist(foo) >= 1.12.
This reverts commit b3cda6c.
This reverts commit 6631026.
yum-builddep wants a real changelog entry, and we need a proper revision for that.
(cherry picked from commit 1733784776977855a50357132e6b95b986f598ab)
(cherry picked from commit b099bb85ed50a93fae06099d3ea81e840e2e6f6a)
(cherry picked from commit 15aed2312725eefd685f0dedbacb321dd30f6006)
The original pattern does not work on el7 for some reason, underlying shell has issues with the "{,.opt-?}" glob although system shell has no issue with them. Replaced it with a less strict but good enough "*".
This package ships no executable scripts anyway, at least in this stripped-down version.
Does not look like we can get any autodetection of those at this point?
Some of the abusive dependencies in here have been moved to the relevant dependencies (python-requests).
This reverts commit d2653a2.
ydirson
force-pushed
the
yd/el7-backport
branch
from
January 24, 2025 12:56
01b0999
to
b4e5744
Compare
%py3_dist expansion contains a buggy %python3_version reference, causing things like: DEBUG util.py:447: Error: No Package found for python%python3_versiondist(setuptools) >= 16.0 DEBUG util.py:447: Error: No Package found for python%python3_versiondist(typing-extensions) >= 3.7.4 Signed-off-by: Yann Dirson <[email protected]>
ydirson
force-pushed
the
yd/el7-backport
branch
from
January 24, 2025 13:06
b4e5744
to
fa54581
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on: