From sh at changeset.nyc Mon Apr 2 09:26:10 2018 From: sh at changeset.nyc (Sumana Harihareswara) Date: Mon, 2 Apr 2018 09:26:10 -0400 Subject: [Wheel-builders] Test Markdown support in READMEs In-Reply-To: <8802d054-92f5-5121-8b89-5491ecc46e1a@changeset.nyc> References: <8802d054-92f5-5121-8b89-5491ecc46e1a@changeset.nyc> Message-ID: On 03/16/2018 02:43 PM, Sumana Harihareswara wrote: > Dustin Ingram writes: > https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi > >> Finally! >> >> I?m really excited to say that as of today, PyPI supports rendering project descriptions from Markdown! This has been a oft-requested feature and after lots of work (including the creation of PEP 566) it is now possible, without translating Markdown to rST or any other hacks! > >> Here are the steps necessary to make a new release with a Markdown description of your project... > > We'd love to get your help testing this -- please try it and comment > here on wheel-builders or in > https://github.com/pypa/warehouse/issues/869 if you see any problems. > > And there's an open issue https://github.com/pypa/wheel/issues/231 about > DESCRIPTION.rst in wheels, in case any of you can weigh in there! Now that wheel 0.31.0 is out, Markdown descriptions should work fine with wheels. Please do try it out! You can upload to Test PyPI if you want to use a sandbox: https://packaging.python.org/guides/using-testpypi/ Thanks! -- Sumana Harihareswara Changeset Consulting https://changeset.nyc From sh at changeset.nyc Tue Apr 3 09:15:17 2018 From: sh at changeset.nyc (Sumana Harihareswara) Date: Tue, 3 Apr 2018 09:15:17 -0400 Subject: [Wheel-builders] new Python Package Index is now in beta at pypi.org In-Reply-To: <9afe6382-c41b-f7f4-709a-13efc9929f7e@changeset.nyc> References: <9afe6382-c41b-f7f4-709a-13efc9929f7e@changeset.nyc> Message-ID: <222d597e-25f5-f047-774a-b4fdcbf6dca0@changeset.nyc> Reminder that the next livechat is in a little under 2 hours, 1500 UTC. On 03/26/2018 05:07 PM, Sumana Harihareswara wrote: > The new Python Package Index at https://pypi.org is now in beta. > > This means the site is robust, but we anticipate needing more user > testing and changes before it is "production-ready" and can fully > replace https://pypi.python.org . We hope to complete the transition > before the end of April 2018. > > We're still working to ensure the new codebase and infrastructure are > reliable. So please don't rely on it (yet) unless you can handle the > occasional minor outage. > > But we want you to try the new PyPI, test it, and tell us if you have > any problems. We have IRC and Twitter livechats coming up between March > 27th and April 5th to get feedback from you. More at > https://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html > . > > Thank you. > > -Sumana Harihareswara on behalf of the PyPI Team From langdominik at protonmail.com Sat Apr 14 23:03:20 2018 From: langdominik at protonmail.com (Dominik Lang) Date: Sat, 14 Apr 2018 23:03:20 -0400 Subject: [Wheel-builders] manylinux2010 Message-ID: Hey guys I've been playing around with manylinux for a while and have now completed a proper merge of Mark Williams' pull request for the manylinux2010 Docker images: https://github.com/pypa/manylinux/pull/152 Then published it here: https://github.com/dolang/manylinux Building the docker images has gotten a bit more complicated due to the custom glibc build for x86_64 and prefetching of openssl and curl. I've added a build-images.sh script in the root directory (master branch) which should do everything correctly. After building it locally, it should work just like manylinux1 did. There are a few minor caveats: - I had to insert two small hacks to make it work: - Added a shell script which shadows yum and calls it with LD_PRELOAD, because the new libcurl.so is incompatible with py2.6 on which yum depends. - The new pip v10 which has just been released breaks one of the scripts. Added a clause to rely on the latest pip v9.x. Good thing i didn't publish this earlier. :) - It still uses devtoolset 2 and (presumably) is therefore not compatible with the latest C++ ABI. I won't try to upgrade to devtoolset 7 until the discussion around that is settled (interested parties have a look at the pull request, particularly the GCC_4.3.0 requirement). So while it should work just fine in most cases, it's not all done yet. You can see it as a preview version. ;) @pypa-maintainers: if anyone wants to integrate my changes into the official repo, feel free to do so. You should have a look at the manylinux2010 branch, I've tried to keep it close to upstream and I've added detailed commit messages there. Cheers, Dominik -------------- next part -------------- An HTML attachment was scrubbed... URL: