[Distutils] Re: pip + safety

2019-02-12 Thread Joni Orponen
thought end users and/or CI infrastructures of organisations keep and update their local copies and thus only disclose the fact they're using such a database? -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...

[Distutils] Re: older pypi packages

2018-12-18 Thread Joni Orponen
ough being a tad lucky through archive.org - pre-stdlib inclusion elementtree eggs are a fine example of this). http://www.buildout.org/en/latest/reference.html#buildout-configuration-options The real solution is to dive in to maintain the package barely enough to upload a new release to PyPI, though. --

[Distutils] Re: [poposal for preparing a pep] sharing package installations between virtualenvs

2018-10-08 Thread Joni Orponen
rceive on my coworkers/peers/collaborators as well as myself. > See the changelog on 2.10.0. There was an extension for that before, and now that's handled via setuptools. https://pypi.org/project/zc.buildout/ -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To u

[Distutils] Re: [poposal for preparing a pep] sharing package installations between virtualenvs

2018-10-08 Thread Joni Orponen
th extension types. > Buildout shares this problem. PIL is a classic example of an egg, which can have vastly different runtime based on the compile time. -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...@python.

[Distutils] Re: setuptools configuration in pyproject.toml

2018-09-24 Thread Joni Orponen
g of people working on? -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...@python.org https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/mm3/archives/list/distu

[Distutils] Re: Opinions on requiring younger glibc in manylinux1 wheel?

2018-09-17 Thread Joni Orponen
the end users of the wheel. Oddly enough this seems to be by far the least problematic on Windows. -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...@python.org https://mail.python.org/mm3/mailman3/lists/distutils-sig.

[Distutils] Re: SEC: Spectre variant 2: GCC: -mindirect-branch=thunk -mindirect-branch-register

2018-09-12 Thread Joni Orponen
se available on GCC <= 4.2.0 as per PEP 513? -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...@python.org https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org

[Distutils] Accessing extras during install command

2018-08-21 Thread Joni Orponen
) way? -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...@python.org https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/mm3/archives/list/distutils-sig@python.org/me

[Distutils]Re: [Wheel-builders] [ANN] Python 3.7 now available in the manylinux docker images

2018-06-22 Thread Joni Orponen
there could be actual interest in any gains. There's pre-existing speculation from the GCC list in regards to performance from a while back, but that discussion went nowhere: https://gcc.gnu.org/ml/gcc-help/2011-03/msg00330.html -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@

[Distutils] Re: PyPI not showing latest version?

2018-06-13 Thread Joni Orponen
I'm providing this purely for reference as it predates warehouse and the current infrastructure: Is such trickery still required with warehouse and the new infrastructure? -- Joni Orponen -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...@python

[Distutils] Re: This list will soon be migrating to Mailman 3

2018-04-30 Thread Joni Orponen
uch for this, Mark - it'll be a major > usability improvement for me, at least. > This is something I've wanted in most mailing lists for over a decade now. Thank you very much. Did this break the existing mail archive links now, though? -- Joni Orponen ___

Re: [Distutils] New PyPI launched, legacy PyPI shutting down April 30

2018-04-16 Thread Joni Orponen
On Mon, Apr 16, 2018 at 7:27 PM, Laura Hampton wrote: > Monday April 30 (2018-04-30): We plan to shut down legacy PyPI > https://legacy.pypi.org . The address pypi.python.org will continue to > redirect to Warehouse. > Is there a timeline planned for sunsetting this redirect? --

Re: [Distutils] /etc files

2018-03-02 Thread Joni Orponen
On Wed, Feb 28, 2018 at 10:30 PM, Victor Porton wrote: > How to deal with the files to be placed into /etc or a similar dir? > Provide example / template files and document the intended deployment strategy for people who will deploy this software / distribution package managers. --

Re: [Distutils] draft PEP: manylinux2

2018-02-06 Thread Joni Orponen
On Mon, Feb 5, 2018 at 10:01 PM, Nick Coghlan wrote: > On 6 February 2018 at 00:35, Joni Orponen wrote: > > On Mon, Feb 5, 2018 at 2:51 PM, Nick Coghlan wrote: > >> > >> As an illustrative example, manylinux1 was essentially manylinux2007, > >> and it&#

Re: [Distutils] draft PEP: manylinux2

2018-02-05 Thread Joni Orponen
the year does not ultimately mean all that much. Just going with sequential version numbers exposes and/or hides just enough for the end user. Is there a particular reason for not picking RHEL 7 as the base for manylinux2 at this point? -- Joni Orponen __

Re: [Distutils] library development patterns

2018-01-18 Thread Joni Orponen
layer to keep track of. -- Joni Orponen ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] PEP 566 - metadata 1.3 changes

2018-01-18 Thread Joni Orponen
; (rather than continuing to defer it), and have PEP 566 define metadata > version 2.1, so that it's unambiguously the latest metadata version. > Jump straight to 3.0 to clear out any confusion and/or ambiguity on the next backwards-incompatible one? -- Joni Orponen ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Deprecating/Removing OpenID/Google login support for PyPI

2018-01-15 Thread Joni Orponen
pact. > All that said, +1 for not bothering with it. If it ever is tackled, I'm sure this day and age will bring more, more visible and more direct feedback on it working or not working for users than the previous iteration. -- Joni Orponen _