devpi client/server 1.2.2 releases
Hi all, finally i got around to do 1.2.2 releases of the devpi pypi server tools with a few fixes and improvements. See http://doc.devpi.net for docs and instructions and below for the changelog. cheers, holger krekel 1.2.2 ---------------------------- devpi-server: - fix issue78: create less directories for pypi package files by splitting the md5 part into two. Avoids TooManyLinks errors in large installations. - fix --stop on windows. Thanks to Christian Ullrich for the PR. - fix issue79: interoperate with pip-1.5 by interpreting accept header as "*/*" as html_preferred. Thanks Richard Jones. - use latest virtualenv-1.11.2 when bootstrapping on jenkins - fix issue89: adapt for bottle changes in 0.12.1. Thanks Alexey Sveshnikov. devpi-client: - depend on pkginfo>1.2b1 for wheel metadata reading support, remove twine dependency. Thanks Tres Seaver. - new: also write buildout configuration file with --set-cfg. Thanks Christian Ullrich for the PR.
Hi! Either I'm misunderstanding something or you might have forgotten to update the `devpi` meta package when releasing 1.2.2? A quick search in PyPI [1] shows the updated `-client` and `-server` packages, but the `devpi` package is still at 1.2.1.. Best regards Simon [1] https://pypi.python.org/pypi?%3Aaction=search&term=devpi&submit=search On Sunday, March 30, 2014 8:44:04 AM UTC+2, holger krekel wrote:
Hi all,
finally i got around to do 1.2.2 releases of the devpi pypi server tools with a few fixes and improvements. See http://doc.devpi.net for docs and instructions and below for the changelog.
cheers, holger krekel
1.2.2 ----------------------------
devpi-server:
- fix issue78: create less directories for pypi package files by splitting the md5 part into two. Avoids TooManyLinks errors in large installations.
- fix --stop on windows. Thanks to Christian Ullrich for the PR.
- fix issue79: interoperate with pip-1.5 by interpreting accept header as "*/*" as html_preferred. Thanks Richard Jones.
- use latest virtualenv-1.11.2 when bootstrapping on jenkins
- fix issue89: adapt for bottle changes in 0.12.1. Thanks Alexey Sveshnikov.
devpi-client:
- depend on pkginfo>1.2b1 for wheel metadata reading support, remove twine dependency. Thanks Tres Seaver.
- new: also write buildout configuration file with --set-cfg. Thanks Christian Ullrich for the PR.
Hi Simon, On Mon, Apr 14, 2014 at 04:50 -0700, Simon Lundmark wrote:
Hi!
Either I'm misunderstanding something or you might have forgotten to update the `devpi` meta package when releasing 1.2.2? A quick search in PyPI [1] shows the updated `-client` and `-server` packages, but the `devpi` package is still at 1.2.1..
Yes, devpi-1.2.1 will actually install the 1.2.2 versions because it carries a ">1.2.1,<1.3" restriction only. A bit confusing i agree. Will see to do a release if i get to it. best, holger
Best regards Simon
[1] https://pypi.python.org/pypi?%3Aaction=search&term=devpi&submit=search
On Sunday, March 30, 2014 8:44:04 AM UTC+2, holger krekel wrote:
Hi all,
finally i got around to do 1.2.2 releases of the devpi pypi server tools with a few fixes and improvements. See http://doc.devpi.net for docs and instructions and below for the changelog.
cheers, holger krekel
1.2.2 ----------------------------
devpi-server:
- fix issue78: create less directories for pypi package files by splitting the md5 part into two. Avoids TooManyLinks errors in large installations.
- fix --stop on windows. Thanks to Christian Ullrich for the PR.
- fix issue79: interoperate with pip-1.5 by interpreting accept header as "*/*" as html_preferred. Thanks Richard Jones.
- use latest virtualenv-1.11.2 when bootstrapping on jenkins
- fix issue89: adapt for bottle changes in 0.12.1. Thanks Alexey Sveshnikov.
devpi-client:
- depend on pkginfo>1.2b1 for wheel metadata reading support, remove twine dependency. Thanks Tres Seaver.
- new: also write buildout configuration file with --set-cfg. Thanks Christian Ullrich for the PR.
-- You received this message because you are subscribed to the Google Groups "devpi-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to devpi-dev+...@googlegroups.com. To post to this group, send email to devp...@googlegroups.com. Visit this group at http://groups.google.com/group/devpi-dev. For more options, visit https://groups.google.com/d/optout.
participants (2)
-
holger krekel
-
Simon Lundmark