Django bugfix release 2.0.13.

2019-02-12 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2019/feb/12/bugfix-release/ -- You received this message because you are subscribed to the Google Groups "Django developers

Re: Post mortem on today's packaging error.

2019-02-12 Thread Carlton Gibson
Hi All, Thanks for all the comments. Cloning to a tmp folder and checking out a specific commit is both quick and easy. That's not a bad idea: it should eliminate the point of failure that occurred here. (The `git clean` step should do that too, we use the `fdx` flags to eliminate ignored

Re: Post mortem on today's packaging error.

2019-02-12 Thread Luke Plant
Hi Carlton, I have had problems in the past with `setup.py sdist` and friends actually depending on existing artefacts in build directories from previous runs. A quick google turns up this bug report - https://github.com/pypa/setuptools/issues/436 - originally filed by oh, me :-)  and

Re: DJANGO FILE

2019-02-12 Thread Adam Johnson
Hi Edward, You probably want the Django "start" page: https://www.djangoproject.com/start/ Emailing this mailing list of more than 10,000 addresses for such help is not appropriate. It is for discussion of the creation of Django itself. For other places to go see the "Join the community" header

Re: Post mortem on today's packaging error.

2019-02-12 Thread Aleksi Häkli
Jazzband (https://jazzband.co/about/releases) uses an approach that builds and pushes the PyPI packages to an intermediate repository that is owned by the Jazzband organization. The Jazzband intermediate repository then allows publishing them from the Jazzband organization to PyPI via a