-
-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some release archves where missing critical wheels. The solution is to: * ensure that we have effectively missing wheels published and made available from our PyPI repo when building a release * Improve the fetch_thirdparty script to fall back on fetching a source distribution when no wheel is found. Fail loudly if neither a wheel not an sdist is found. Also accept special cases of packages with no wheels and packages with no sources. * Ensure that some source-only packages are always included as sources * Add release smoke tests and run then for each wheel, sdist and app archive on supported OS and Python versions combinations * Move Linux-only requirements to theur own requirement file. * Enable Linux-only package inspectors on Linux only. * Run base tests on macos 12 Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
bfa6d96
commit 00740f8
Showing
8 changed files
with
489 additions
and
128 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
libfwsi-python==20220123 | ||
packagedcode-msitools==0.101.210706 | ||
regipy==3.0.2 | ||
rpm-inspector-rpm==4.16.1.3.210404 |
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
Oops, something went wrong.