Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1347 > unrolled thread
| Started by | holger krekel <holger@merlinux.eu> |
|---|---|
| First post | 2014-08-08 13:56 +0000 |
| Last post | 2014-08-08 13:56 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
devpi-server-2.0.3: fix for plain "setup.py register" holger krekel <holger@merlinux.eu> - 2014-08-08 13:56 +0000
| From | holger krekel <holger@merlinux.eu> |
|---|---|
| Date | 2014-08-08 13:56 +0000 |
| Subject | devpi-server-2.0.3: fix for plain "setup.py register" |
| Message-ID | <mailman.12810.1407661780.18130.python-announce-list@python.org> |
Florian Schulze and me just released devpi-server-2.0.3 fixing a regression from the 1.X series preventing a plain "python setup.py register -r NAME" to succeed. have fun, holger On Wed, Aug 06, 2014 at 21:41 +0000, holger krekel wrote: > The new devpi releases (devpi-server-2.0.2, devpi-web-2.0.1, devpi-client-2.0.1) > contain several fixes for the private github-style pypi caching server, > see the changelog below for details. Find all the documentation at > > http://doc.devpi.net/latest > > with tutorials and quickstart documents for particular scenarios. > > Note that no export/import procedure is needed if you are already running > a 2.X devpi-server. If upgrading from a 1.2 devpi-server install, you need > to upgrade using these instructions: > > http://doc.devpi.net/latest/quickstart-server.html#versioning-exporting-and-importing-server-state > > many thanks to Florian Schulze who again helped a lot with this release. > > have fun, > > holger krekel > > devpi-2.0.1 (metapackage) > --------------------------------- > > devpi-server-2.0.2: > > - fix issue120: link to "upgrade" section from main index page. > > - preserve http reason string for setup.py submit through replica proxying > > - proper error message when "devpi push X" uses an X that comes from > a base index or is not existent > > - fix issue121: depend on py-1.4.23 to fix python3.4 compatibility > for a venusian/py34/py interaction import oddity. > > - fix issue126: handle deletion of pypi project cache entries correctly > (i.e. ones that are triggered by "refresh" on simple page). > > - Add special handling of ":ANONYMOUS:" user in acl_upload to allow anonymous > submit. > > - fix nginx template so that when used in a replica setting the master > always answers HEAD requests without nginx short-cirtcuiting it. > > - increase internal cache size to improve performance when many indexes > and projects are served. > > devpi-web-2.0.1: > > - fix issue125: javascript for embedded doc view didn't work correctly. > > - fix issue118: rendering of description with unicode. > > devpi-client-2.0.1: > > - fix a test to expect a 403 instead of a 401 from devpi server from > unauthorized access > > - fix error message on API version client/server mismatch > > - fix issue124: package name url matching for the "devpi test" command > > > _______________________________________________ > Distutils-SIG maillist - Distutils-SIG@python.org > https://mail.python.org/mailman/listinfo/distutils-sig >
Back to top | Article view | comp.lang.python.announce
csiph-web