Re: [Distutils] Facing a strange issue while uploading my package using devpi

2018-04-02 Thread Dan Stromberg
On Mon, Apr 2, 2018 at 4:38 PM, Vinay Sharma wrote: > Here are the answers to your questions and some new insights which I found > today :- > a) This problem happens during the Jenkins Job only. I tried the build steps > manually on my local code base (which were exactly same as my Jenkins Job) >

Re: [Distutils] Facing a strange issue while uploading my package using devpi

2018-04-02 Thread Vinay Sharma
Here are the answers to your questions and some new insights which I found today :- a) This problem happens during the Jenkins Job only. I tried the build steps manually on my local code base (which were exactly same as my Jenkins Job) and it uploaded the distribution file perfectly. b) The "applic

[Distutils] Mac users, upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-02 Thread Sumana Harihareswara
Mac users who use pip and PyPI: If you are running macOS/OS X version 10.12 or older, then you ought to upgrade to the latest pip (9.0.3) to connect to the Python Package Index securely: curl https://bootstrap.pypa.io/get-pip.py | python and we recommend you do that by April 8th. Pip 9.0.3

Re: [Distutils] Facing a strange issue while uploading my package using devpi

2018-04-02 Thread John Thorvald Wodder II
> On 2018 Apr 2, at 15:39, Vinay Sharma wrote: > > I am not sure if this is the right forum to ask this question. If it is not > then please ignore this email and point me to the right forum (if anyone > knows). This might be a Python packaging problem, or it might be a devpi problem. We won

Re: [Distutils] Facing a strange issue while uploading my package using devpi

2018-04-02 Thread Dustin Ingram
Some more information about the environment you built your distribution in would be helpful. The `PKG-INFO` file is not derived from your README, if you un-tar the source distribution, is there a file named `PKG-INFO` in the top-level directory? What's the result of running using the `pkginfo` pr

[Distutils] Facing a strange issue while uploading my package using devpi

2018-04-02 Thread Vinay Sharma
I am not sure if this is the right forum to ask this question. If it is not then please ignore this email and point me to the right forum (if anyone knows). I have a Jenkins Job to build my Python Package. At the end of this Jenkins Job there are bunch of commands to upload the recently build Pyth

Re: [Distutils] Any thoughts on supporting e.g. Alpine Linux? (was: PEP 571: Any further manylinux2010 concerns or questions?

2018-04-02 Thread Paul Moore
On 2 April 2018 at 17:45, Trishank Kuppusamy wrote: >> That said, if there were to be a significant growth in non-manylinux Linux >> wheels on PyPI, I'd expect them to be for the official Docker Inc base >> Python images, which are Alpine based, and hence can't use the glibc-based >> manylinux bin

Re: [Distutils] Any thoughts on supporting e.g. Alpine Linux? (was: PEP 571: Any further manylinux2010 concerns or questions?

2018-04-02 Thread Trishank Kuppusamy
Hi Brett, Donald, and Nick, Thanks for your replies! On Sat, Mar 31, 2018 at 11:06 PM, Nick Coghlan wrote: > > The main reason PyPI doesn't currently support distro specific wheels is > because there isn't a compatibility tagging spec for them that's reasonable > to use on a public index server

Re: [Distutils] Beta release of pip version 10

2018-04-02 Thread Paul Moore
Unfortunately there was an issue in one of the release files (the CA Certificate bundle contained Windows line endings instead of Unix line endings) which caused crashes on older versions of MacOS. As a result we have just released 10.0.0b2, fixing this issue. Anyone on older MacOS versions who ha