lp:~cjwatson/python-oops-datedir-repo/replace-buildout

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/python-oops-datedir-repo/replace-buildout
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
Python OOPS Date-dir repository
Status:
Merged

Recent revisions

59. By Colin Watson

Replace zc.buildout with virtualenv, pip, and tox.

The version of zc.buildout that we were using no longer works with current
PyPI. Replace it with virtualenv and pip (for production) and tox (for
testing). Some setup gymnastics were necessary because we currently have
this deployed on Ubuntu 12.04, whose virtualenv and pip are very old.

I had to apply a few requirement upgrades relative to the previous contents
of versions.cfg, since some of those versions didn't exist on PyPI, or in
the case of pytz the old version numbering scheme confused pip. These
upgrades, which all seem innocuous, are:

 * bson 0.3.2 → 0.3.4
 * httplib2 0.6.0 → 0.7.3
 * launchpadlib 1.9.9 → 1.10.2
 * lazr.authentication 0.1.1 → 0.1.3
 * lazr.restfulclient 0.12.1 → 0.12.2
 * lazr.uri 1.0.2 → 1.0.3
 * pytz 2011n → 2021.1
 * wadllib 1.2.0 → 1.3.2

58. By Colin Watson

Bump lazr.restfulclient to 0.12.1.

This pulls in the fix for
https://bugs.launchpad.net/lazr.restfulclient/+bug/1401544, now required
by Launchpad when running on gunicorn.

57. By Colin Watson

Release 0.0.24.

56. By Colin Watson

[r=wgrant] Add Python 3 support.

55. By James Westby

Prepare for new development.

54. By James Westby

Release 0.0.23.

53. By James Westby

Ensure OOPS*.tmp file is closed before it's moved.

52. By James Westby

Prepare for new development.

51. By James Westby

Release 0.0.22.

50. By Tim Kuhlman

[james-w,r=timkuhlman] Ignore timestamps that aren't datetimes.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:python-oops-datedir-repo
This branch contains Public information 
Everyone can see this information.

Subscribers