-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
🎨Only use setuptools-scm-git-archive under < py37 #502
Merged
webknjaz
merged 4 commits into
ansible:devel
from
webknjaz:maintenance/pep517-setuptools-scm-git-archive-split
Jan 18, 2024
Merged
🎨Only use setuptools-scm-git-archive under < py37 #502
webknjaz
merged 4 commits into
ansible:devel
from
webknjaz:maintenance/pep517-setuptools-scm-git-archive-split
Jan 18, 2024
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
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
5 times, most recently
from
May 14, 2023 00:20
bea1b83
to
439fc6c
Compare
serhii73
approved these changes
May 17, 2023
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
July 11, 2023 16:47
439fc6c
to
b2e5ecd
Compare
ssbarnea
approved these changes
Nov 7, 2023
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
November 7, 2023 14:39
b2e5ecd
to
fba91ea
Compare
webknjaz
added a commit
that referenced
this pull request
Nov 29, 2023
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
January 17, 2024 15:50
fba91ea
to
3295a7c
Compare
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
January 17, 2024 16:10
334de3d
to
bc37f87
Compare
Qalthos
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
January 17, 2024 20:50
bc37f87
to
659f62e
Compare
`setuptools-scm` support Git archives natively starting v7 but it only supports Python 3.7 or higher. This patch makes up a set of conditional build dependencies that add `setuptools-scm-git-archive` only below Python 3.7 and in combination with an older version of `setuptools-scm`.
webknjaz
added a commit
to webknjaz/pylibssh
that referenced
this pull request
Jan 18, 2024
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
January 18, 2024 14:03
659f62e
to
5af665a
Compare
psf-chronographer
bot
added
the
bot:chronographer:provided
There is a change note present in this PR
label
Jan 18, 2024
webknjaz
added a commit
to webknjaz/pylibssh
that referenced
this pull request
Jan 18, 2024
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
January 18, 2024 14:06
5af665a
to
4fce9b2
Compare
webknjaz
added a commit
to webknjaz/pylibssh
that referenced
this pull request
Jan 18, 2024
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
January 18, 2024 14:10
4fce9b2
to
9fda730
Compare
webknjaz
force-pushed
the
maintenance/pep517-setuptools-scm-git-archive-split
branch
from
January 18, 2024 14:27
9fda730
to
1136191
Compare
FTR the centos stream 8 job in CI took 49m 24s, instead of the usual ~2min. Looks like there's currently some network issues. Not sure if it's within the GitHub platform or on the distro infra side. |
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.
setuptools-scm
supports Git archives natively starting v7 but it only supports Python 3.7 or higher. This patch makes up a set of conditional build dependencies that addsetuptools-scm-git-archive
only below Python 3.7 and in combination with an older version ofsetuptools-scm
.ISSUE TYPE
ADDITIONAL INFORMATION
N/A