Skip to content

Commit bfee3d0

Browse files
committed
Added description for colorama Python package
1 parent 1b5c8f4 commit bfee3d0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

diff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ def test_compare(basedir, version1, version2):
177177
write_changelog('2.7.3.2', '2.7.3.3')
178178
write_changelog('2.7.3.3', '2.7.4.0')
179179
write_changelog('2.7.4.0', '2.7.4.1')
180+
write_changelog('2.7.4.1', '2.7.4.2')
180181
# write_changelog('3.3.0.0beta1', '3.3.0.0beta2')
181182
write_changelog('3.3.0.0beta2', '3.3.1.0')
182183
write_changelog('3.3.1.0', '3.3.1.1')
184+
write_changelog('3.3.1.1', '3.3.1.2')

make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,5 +707,5 @@ def make_all(build_number, release_level, pyver,
707707

708708

709709
if __name__ == '__main__':
710-
make_all(1, '', pyver='2.7', simulation=True)
711-
make_all(1, '', pyver='3.3', simulation=True)
710+
make_all(2, '', pyver='2.7', simulation=True)
711+
make_all(2, '', pyver='3.3', simulation=True)

winpython/data/packages.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ description=Cython is a language that makes writing C extensions for the Python
88
url=http://www.cython.org
99
category=util
1010

11+
[colorama]
12+
description=Cross-platform colored terminal text
13+
1114
[cvxopt]
1215
description=Convex optimization library
1316
url=http://abel.ee.ucla.edu/cvxopt

0 commit comments

Comments
 (0)