Merge lp:~james-w/pkgme/release-0.4.3 into lp:pkgme

Proposed by James Westby
Status: Merged
Approved by: Jonathan Lange
Approved revision: no longer in the source branch.
Merged at revision: 151
Proposed branch: lp:~james-w/pkgme/release-0.4.3
Merge into: lp:pkgme
Diff against target: 38 lines (+16/-1)
2 files modified
NEWS.txt (+15/-0)
pkgme/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~james-w/pkgme/release-0.4.3
Reviewer Review Type Date Requested Status
Jonathan Lange Approve
Review via email: mp+126685@code.launchpad.net

Commit message

Release 0.4.3.

Description of the change

Hi,

This prepares for the 0.4.3 release.

Thanks,

James

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) wrote :

Boo yah.

review: Approve
lp:~james-w/pkgme/release-0.4.3 updated
151. By James Westby

[r=jml] Release 0.4.3.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS.txt'
2--- NEWS.txt 2012-09-25 12:07:50 +0000
3+++ NEWS.txt 2012-09-27 13:35:24 +0000
4@@ -2,6 +2,21 @@
5 NEWS for pkgme
6 ==============
7
8+0.4.3 (2012-09-27)
9+==================
10+
11+Improvements
12+------------
13+
14+ * all_info is only called once, rather than three times. The three calls were
15+ the same, so all it was doing was wasting time. (Jonathan Lange)
16+
17+ * Be more careful in how the .orig.tar.gz is constructed when building a source
18+ package. Some overly general transformations were being applied, that changed
19+ the content of some packages, and so caused the package to fail to build.
20+ (James Westby)
21+
22+
23 0.4.2 (2012-09-25)
24 ==================
25
26
27=== modified file 'pkgme/__init__.py'
28--- pkgme/__init__.py 2012-09-25 12:07:50 +0000
29+++ pkgme/__init__.py 2012-09-27 13:35:24 +0000
30@@ -23,7 +23,7 @@
31 'write_packaging',
32 ]
33
34-__version__ = '0.4.2'
35+__version__ = '0.4.3'
36
37
38 def write_packaging(path, distribution=None, allowed_backend_names=None):

Subscribers

People subscribed via source and target branches

to all changes: