File: changelog

package info (click to toggle)
unittest2 1.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 720 kB
  • sloc: python: 7,655; sh: 19; makefile: 8
file content (134 lines) | stat: -rw-r--r-- 4,353 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
unittest2 (1.1.0-7) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove XS-Testsuite field, not needed anymore
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Ran wrap-and-sort -bastk.
  * Added myself as uploader, as the only current listed uploader has in fact
    never uploaded this package.
  * Removed Python 2 support (Closes: #938756).
  * Added <!nocheck> in build-depends-indep to break the build-dependency loop
    on python3-linecache2; Closes: #813683

 -- Sandro Tosi <morph@debian.org>  Mon, 01 Jun 2020 22:08:14 -0400

unittest2 (1.1.0-6.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix failing string match in unit tests for attribute error
    exceptions with python3.5. (Closes: #802361)

 -- Neil Williams <codehelp@debian.org>  Sat, 20 Feb 2016 14:15:43 +0000

unittest2 (1.1.0-6) unstable; urgency=medium

  * Also Depends: on python{3}-linecache2.

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Sep 2015 12:45:57 +0000

unittest2 (1.1.0-5) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 29 Jul 2015 19:52:39 +0000

unittest2 (1.1.0-4) experimental; urgency=medium

  * Added missing python{3,}-linecache2 build-depends.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Jul 2015 21:10:15 +0000

unittest2 (1.1.0-3) experimental; urgency=medium

  * Added missing python{3,}-traceback2 build-depends.

 -- Thomas Goirand <zigo@debian.org>  Thu, 09 Jul 2015 19:23:12 +0000

unittest2 (1.1.0-2) experimental; urgency=medium

  * Added Python 3 support:
    - Modified debian/rules to add --with python3.
    - Removed argparse from requirements in setup.py (in d/patches).
    - Adds update-alternatives to handle /usr/bin/unit2.

 -- Thomas Goirand <zigo@debian.org>  Thu, 09 Jul 2015 08:55:11 +0000

unittest2 (1.1.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Ran wrap-and-sort -t -a.
  * Moved python-all and python-setuptools to Build-Depends instead of
    Build-Depends-Indep, as this is needed by the clean target.
  * Bumped compat and debhelper to 9.
  * Added full text of the BSD-3-clause license, missing from d/copyright.
  * Added extend-diff-ignore = "^[^/]*[.]egg-info/" in d/source/options.

 -- Thomas Goirand <zigo@debian.org>  Wed, 08 Jul 2015 14:58:39 +0000

unittest2 (0.8.0-1) experimental; urgency=low

  * Team upload.
  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.

  [ Sandro Tosi ]
  * Switch to dh_python2
  * debian/control
    - bump Standards-Version to 3.9.5 (no changes needed)
  * debian/copyright
    - switch to DEP-5 format

  [ Zygmunt Krynicki ]
  * Update debian/watch to use pypi redirector
  * Use wrap-and-sort on everything
  * New upstream release
  * Port to pybuild
  * Update Standards-Version to 3.9.6 (no change required)
  * Correct debian/copyright license on setup.py (BSD-3-clause)
  * Correct debian/copyright license on unittest2 (Python)
  * Update debian/copyright with my changes to debian/*
  * Add missing dependency on python-pkg-resources (for unit2 executable)
  * Add autopackage tests
  * Add a simple manual page for unit2(1)
  * Move DPMT to Maintainers and set myself as uploader

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 19 Mar 2015 22:33:46 +0100

unittest2 (0.5.1-1) unstable; urgency=low

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Tue, 13 Jul 2010 00:11:34 +0200

unittest2 (0.5.0-1) unstable; urgency=low

  * New upstream release
  * debian/watch
    - use only numbers and dots for version matching
  * debian/control
    - bump Standards-Version to 3.9.0 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Mon, 12 Jul 2010 20:47:28 +0200

unittest2 (0.4.2-1) unstable; urgency=low

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Sat, 12 Jun 2010 09:39:12 +0200

unittest2 (0.4.1-1) unstable; urgency=low

  * Initial release (Closes: #580895)

 -- Sandro Tosi <morph@debian.org>  Mon, 10 May 2010 21:23:41 +0200