← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/txpkgupload/+git/dependencies:unittest-1.1.0+lp1 into ~lazr-developers/txpkgupload/+git/dependencies:master

 

Colin Watson has proposed merging ~cjwatson/txpkgupload/+git/dependencies:unittest-1.1.0+lp1 into ~lazr-developers/txpkgupload/+git/dependencies:master.

Commit message:
Add unittest2 1.1.0+lp1

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/txpkgupload/+git/dependencies/+merge/392803

This just copies the version number directly into setup.py rather than trying to load it lazily from unittest2.__version__, allowing us to build a wheel.  See https://github.com/pypa/setuptools/issues/409.

Also add argparse 1.4.0, which is a setup_requires of unittest2.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/txpkgupload/+git/dependencies:unittest-1.1.0+lp1 into ~lazr-developers/txpkgupload/+git/dependencies:master.
diff --git a/argparse-1.4.0.tar.gz b/argparse-1.4.0.tar.gz
new file mode 100644
index 0000000..937eea6
Binary files /dev/null and b/argparse-1.4.0.tar.gz differ
diff --git a/unittest2-1.1.0+lp1.tar.gz b/unittest2-1.1.0+lp1.tar.gz
new file mode 100644
index 0000000..fd8f6d1
Binary files /dev/null and b/unittest2-1.1.0+lp1.tar.gz differ