File: changelog

package info (click to toggle)
python-qtpy 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 476 kB
  • sloc: python: 2,182; makefile: 4
file content (147 lines) | stat: -rw-r--r-- 4,648 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
python-qtpy (1.9.0-3) unstable; urgency=medium

  * d/control: Added python3-mock Depends (Closes: #951032)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Thu, 27 Feb 2020 07:03:37 +0100

python-qtpy (1.9.0-2) unstable; urgency=medium

  * Team upload
  * Fix typo in python3-qtquic ->  python3-qtquick

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 10 Feb 2020 07:47:26 +0100

python-qtpy (1.9.0-1) unstable; urgency=medium

  * Team upload
  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.1.1, no changes needed.

  [ Picca Frédéric-Emmanuel ]
  * New upstream version 1.9.0

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 09 Feb 2020 16:58:12 +0100

python-qtpy (1.3.1-3) unstable; urgency=medium

  * Team upload
  * Drop python2 autopkgtest

 -- Graham Inggs <ginggs@debian.org>  Wed, 13 Nov 2019 11:41:45 +0000

python-qtpy (1.3.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #938117

 -- Sandro Tosi <morph@debian.org>  Wed, 16 Oct 2019 23:34:42 -0400

python-qtpy (1.3.1-1) unstable; urgency=medium

  * Switch from git-dpm to gbp
  * Source new releases from PyPI
  * New upstream version 1.3.1
  * Add new install dependency on pyqt5.qtopengl
  * Bump standards version to 4.1.0
  * Update copyright information

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 23 Aug 2017 16:05:28 +0100

python-qtpy (1.2.1-2) unstable; urgency=medium

  * Run autopkgtests for all supported Python versions
  * Temporarily disable testing at package build time
    - Drop b-deps required for testing
    - Disable testing stage in pybuild
    - Drop use of dh_auto_test override
    Thanks to Santiago Vila for investigating (Closes: #854496)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 14 Mar 2017 13:45:24 +0000

python-qtpy (1.2.1-1) unstable; urgency=medium

  * New upstream release

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sun, 22 Jan 2017 08:09:05 +0000

python-qtpy (1.2.0-1) unstable; urgency=medium

  * Switch to git-dpm
  * New upstream release
  * Bump minimum Python versions (2.7, 3.3)
  * Add new dependency on pyqt5.qtmultimedia
  * Simplify setup for tests in pybuild
  * Drop superfluous Testsuite field
  * Upgrade packaging to debhelper 10
  * Support the nocheck build profile
    - Add versioned dependency on dpkg-dev
    - Mark test dependencies as !nocheck
    - Disable tests if nocheck requested
  * Fix whitespaces in rules file

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 17 Jan 2017 10:29:57 +0000

python-qtpy (1.1.2-1) unstable; urgency=medium

  * New upstream release.
  * Adapt testing to new upstream codebase layout.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 10 Aug 2016 10:48:15 +0100

python-qtpy (1.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Update packaging to run the new upstream testsuite.
  * Clean files from egg-info directory.
  * Update copyright information:
    - Add upstream contact.
    - Add missing copyright.
    - Wrap and sort.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Fri, 08 Jul 2016 18:01:12 +0100

python-qtpy (1.0.2-1) unstable; urgency=medium

  * New upstream release.
  * Bump standards version to 3.9.8, no changes required.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sun, 05 Jun 2016 02:50:08 +0100

python-qtpy (1.0.1-1) unstable; urgency=medium

  * New upstream release.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 11 Apr 2016 20:33:53 +0100

python-qtpy (1.0-1) unstable; urgency=medium

  * New upstream release.
  * d/rules: add DH_VERBOSE option.
  * Apply r/travis.py/tests.py, renamed upstream.
  * d/control: add missing build dependencies on pyqt5.{qtsvg,qtwebkit}.
  * d/control: only support the PyQt5 backend, to avoid unintended mixup.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 24 Mar 2016 17:47:59 +0000

python-qtpy (1.0~b1-2) unstable; urgency=medium

  * Fix VCS fields.
  * Fix runtime error in packaging testsuite.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sun, 28 Feb 2016 14:42:35 +0000

python-qtpy (1.0~b1-1) unstable; urgency=low

  * Initial release. (Closes: #814721)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 27 Feb 2016 10:18:19 +0000