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

2018-04-08 Thread Dustin Ingram
This is likely the reason why: https://github.com/devpi/devpi/issues/524#comment-379020251 On Sat, Apr 7, 2018, 10:45 PM Vinay Sharma wrote: > Thanks to all who provided their valuable comments for this Issue. > > Based upon the pointer provided by Dan, figured out there was a > discrepancy in t

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

2018-04-07 Thread Vinay Sharma
Thanks to all who provided their valuable comments for this Issue. Based upon the pointer provided by Dan, figured out there was a discrepancy in the devpi version on my machine vs Jenkins build machine. After upgrading the devpi on the Jenkins build machine the problem went away although I am sti

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

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