Uh oh!
There was an error while loading. Please reload this page.
AppVeyor test commit. - #1220
Conversation
dhermes
commented
Nov 16, 2015
An AppVeyor build was created: |
dhermes
commented
Nov 16, 2015
dhermes
commented
Nov 16, 2015
@tseaver After running we get a Any idea what needs to be done to have a Windows specific wheel? As far as getting up and running on AppVeyor, I still need to
The |
tseaver
commented
Nov 16, 2015
We don't have any C extensions, so a "universal" wheel should work fine on Windows. See: http://wheel.readthedocs.org/en/latest/#defining-the-python-version . |
dhermes
commented
Nov 16, 2015
Ahhh I see. The downstream deps don't matter for making a wheel. I'm curious if they're bundled in the exe/MSI (that was the purpose of #1009, that the crypto deps were a pain and it would be nice for us to bundle them). Seems I'll end up tackling #1123 as well in tackling #1124 (funny how the numbering worked out that way). |
215c17c to
79e73b9Comparedhermes
commented
Nov 19, 2015
@tseaver A few notes here. Getting I just took the easy way out and used to run the tests. The script builds |
dhermes
commented
Nov 19, 2015
@tseaver We don't actually need to get uploads (e.g. via AppVeyor gives direct access to the artifacts for a build: |
b7e260c to
b8cc870Comparetseaver
commented
Nov 19, 2015
Unless we figure out how to get those artifacts built correctly (with appropriate names), uploading them to PyPI is kind of moot. |
dhermes
commented
Nov 19, 2015
I was curious if you knew what a "correct" name was. They were produced directly by |
tseaver
commented
Nov 19, 2015
https://pypi.python.org/pypi/zope.interface/4.1.3 has separate installer EXEs for each supported Python. |
dhermes
commented
Nov 19, 2015
Awesome resource, thanks! Do you know how they are created? Maybe someone manually changes the filename? |
dhermes
commented
Nov 19, 2015
From https://docs.python.org/2/distutils/builtdist.html
This worries me that the dependencies (e.g. |
tseaver
commented
Nov 20, 2015
I'm positive that dependencies aren't bundled: we'd have to vendor them in. |
b8cc870 to
79f014cComparedhermes
commented
Jan 4, 2016
79f014c to
1b186a7CompareThis is not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also rebasing after some were merged upstream.
8db6b6a to
e3fd1e5Compare* fix: Remove 3PI config url validation * add security consideration in doc * Break the security consideration into workload and woorkforce section --------- Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Tim Swast <swast@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This is not intended to be merged.
Relates to #1124