-
Notifications
You must be signed in to change notification settings - Fork 12
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
Regenerate wheels and build-requirements.txt
files for projects
#239
Comments
Great plan! To clarify, we expect only a select few wheels to change checksums once rebuilt, specifically those with shared object (C code) files shipped inside of them. For example:
Maybe also pyyaml? But don't be surprised if the vast majority of wheel files show the same checksum! Just make sure you use the |
I can confirm that I see the same checksums for the wheels minus the three conor mentioned above. securedrop-logchecksums are the same securedrop-client
diff --git a/localwheels/MarkupSafe-1.1.1-cp37-cp37m-linux_x86_64.whl b/localwheels/MarkupSafe-1.1.1-cp37-cp37m-linux_x86_64.whl
index 3756c60..f5b07c1 100644
--- a/localwheels/MarkupSafe-1.1.1-cp37-cp37m-linux_x86_64.whl
+++ b/localwheels/MarkupSafe-1.1.1-cp37-cp37m-linux_x86_64.whl
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ab68abcb133e25365454d0572e20c096cfebd3c350b51fe2cf8f54f495e0ca9d
-size 33689
+oid sha256:2cbead4fb0a1c34655c6e11505e6bc165cbaf2f0b7429bec57c3729e3b846a5b
+size 33698
diff --git a/localwheels/SQLAlchemy-1.3.3-cp37-cp37m-linux_x86_64.whl b/localwheels/SQLAlchemy-1.3.3-cp37-cp37m-linux_x86_64.whl
index 6196c10..39bfd0b 100644
--- a/localwheels/SQLAlchemy-1.3.3-cp37-cp37m-linux_x86_64.whl
+++ b/localwheels/SQLAlchemy-1.3.3-cp37-cp37m-linux_x86_64.whl
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a06165a69eab0db62d673c84fd021b209d1036577e7ca7a9e6e16455fc15fc56
-size 1187841
+oid sha256:dc0eb75221aefc3bfd912c5e10630194728f8af5124619e898c9b22049c62ddc
+size 1187904
diff --git a/localwheels/idna-2.7-py2.py3-none-any.whl b/localwheels/idna-2.7-py2.py3-none-any.whl
index e4dd7fe..a11ba3d 100644
--- a/localwheels/idna-2.7-py2.py3-none-any.whl
+++ b/localwheels/idna-2.7-py2.py3-none-any.whl
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a967a752dba5492be34f30f8633cee512d2ec923fe3a2e201d87353b540d2955
+oid sha256:69bbcd9c42b0add994610a68202532e9b327992b61344cd76e743ee592725f50
size 58211 securedrop-proxy
diff --git a/localwheels/idna-2.7-py2.py3-none-any.whl b/localwheels/idna-2.7-py2.py3-none-any.whl
index e4dd7fe..a11ba3d 100644
--- a/localwheels/idna-2.7-py2.py3-none-any.whl
+++ b/localwheels/idna-2.7-py2.py3-none-any.whl
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a967a752dba5492be34f30f8633cee512d2ec923fe3a2e201d87353b540d2955
+oid sha256:69bbcd9c42b0add994610a68202532e9b327992b61344cd76e743ee592725f50
size 58211
(END) |
As we merged #238, now we have to rebuild the wheels, this will create new wheels for the all extension based wheels, and also
idna
wheel.Initial steps
What are doing in the steps above
./localwheels
directorybuild-sync-wheels
commands will rebuild all the wheelsbuild-requirements.txt
files, if new wheels then we will see in git status/diffThe text was updated successfully, but these errors were encountered: