File: changelog

package info (click to toggle)
python-colorama 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: python: 1,295; makefile: 41; sh: 26
file content (148 lines) | stat: -rw-r--r-- 4,701 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
python-colorama (0.4.4-1) unstable; urgency=medium

  [ Gürkan Myczko ]
  * New upstream version.
  * Bump standards version to 4.5.0.
  * d/copyright:
    - update years, add myself
    - add Upstream-Contact
    - add missing Arnon Yaari
  * d/control:
    - update team maintainer address.
    - add Rules-Requires-Root.
  * d/u/metadata: added.
  * d/README.Debian: use https protocol.
  * d/examples: renamed to python3-colorama.examples.
  * d/dirs: dropped.

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field.
  * Use debhelper-compat instead of debian/compat.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.
  * d/watch: Use https protocol.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Fri, 23 Oct 2020 11:34:28 +0200

python-colorama (0.4.3-1) unstable; urgency=medium

  * New upstream version.
  * Add/update Vcs fields.
  * Bump standards version to 4.4.1.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Tue, 10 Dec 2019 12:26:52 +0100

python-colorama (0.4.1-1) unstable; urgency=medium

  * New upstream version. (Closes: #914689)
  * Bump standards version to 4.4.0.
  * Bump debhelper version to 11.
  * d/clean: added.
  * d/control
    - drop python2 support. (Closes: #937655)
    - drop Khalid El Fathi from Maintainers, and add myself.
      (Closes: #858658)

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Thu, 03 Oct 2019 12:21:54 +0200

python-colorama (0.3.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/control: Bump Standards-Version to 3.9.7 with no other changes needed.

 -- Barry Warsaw <barry@debian.org>  Tue, 08 Mar 2016 13:11:33 -0500

python-colorama (0.3.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/control:
    - Fix long description for python3-colorama (Closes: #810541)
    - Remove python-colorama-whl binary package as it's no longer needed.
    - Remove python3-wheel from, and add dh-python to, Build-Depends.
    - Remove unnecessary XS-Testsuite field.
    - Bump X-Python-Version to 2.7 and X-Python3-Version to 3.4.
  * d/python-colorama-whl.install: Removed.
  * d/rules:
    - Convert to --buildsystem=pybuild.
    - Remove override_dh_auto_install and override_dh_clean.
  * d/tests:
    - control: Simplify by using Test-Command fields for the smoke tests.
    - smoketest-{2,3,whl}: Removed.

 -- Barry Warsaw <barry@debian.org>  Tue, 09 Feb 2016 11:39:08 -0500

python-colorama (0.3.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/control: Bump Standards-Version to 3.9.6
  * d/watch: Use pypi.debian.net mirror.

 -- Barry Warsaw <barry@debian.org>  Fri, 01 May 2015 11:29:19 -0400

python-colorama (0.3.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/docs: Updated.

 -- Barry Warsaw <barry@debian.org>  Fri, 12 Sep 2014 18:57:29 -0400

python-colorama (0.3.1-1) unstable; urgency=medium

  * Team upload.
  * d/control:
    - With permission of the MIA team, added DPMT to Uploaders.
    - Added XS-Testsuite header.
  * d/tests: Added DEP-8 tests.

 -- Barry Warsaw <barry@debian.org>  Tue, 02 Sep 2014 20:08:11 -0400

python-colorama (0.3.1-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release.
  * d/control:
    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
    - Added X-Python3-Version header.
    - Added python3-wheel to Build-Depends.
    - Added the python-colorama-whl binary package. (Closes: #748797)
  * d/rules: Build the universal wheel.
  * d/python-colorama-whl.install: Added.

 -- Barry Warsaw <barry@debian.org>  Tue, 20 May 2014 18:16:57 -0400

python-colorama (0.2.5-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Build-depend on python3-all to avoid FTBFS (Closes: #743101)

 -- David Prévot <taffit@debian.org>  Sat, 12 Apr 2014 15:26:28 -0400

python-colorama (0.2.5-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release (Closes: #704892).
  * Added support for python3 (Closes: #717789, #704893), and include the
    corresponding python3 and python3-setuptools build-depends.
  * Added missing build-depends: python{3,}-setuptools.

 -- Thomas Goirand <zigo@debian.org>  Thu, 25 Jul 2013 14:41:38 +0800

python-colorama (0.2.4-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use dh_python2.
    Build-Depend on python (>= 2.6.6-3~) for that.
    Add python:Depends to Depends.
    Closes: #681584

 -- Evgeni Golov <evgeni@debian.org>  Tue, 17 Jul 2012 08:52:08 +0200

python-colorama (0.2.4-1) unstable; urgency=low

  * Initial release (Closes: #662761)

 -- Khalid El Fathi <khalid@elfathi.fr>  Tue, 06 Mar 2012 14:43:32 +0100