File: changelog

package info (click to toggle)
python-qtawesome 1.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,892 kB
  • sloc: python: 1,435; makefile: 177; sh: 14
file content (165 lines) | stat: -rw-r--r-- 5,496 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
python-qtawesome (1.2.2+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Update d/copyright
  * Fix duplicate font names issue by copying ForkAwesome font and
    changing its fontname (Closes: #1027960)
  * Use DEP-3 headers on patch files
  * Fix some lintian messages: remove build-using on arch-all package; add
    bug tracking to metadata file; add rules-requires-root field

 -- Julian Gilbey <jdg@debian.org>  Sun, 22 Jan 2023 05:29:40 +0000

python-qtawesome (1.2.1+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Do not run unique font family test

 -- Bastian Germann <bage@debian.org>  Wed, 04 Jan 2023 22:11:09 +0100

python-qtawesome (1.2.1+dfsg-1) unstable; urgency=medium

  * Team upload
  * Exclude fontawesome5 fonts (Closes: #1025000)
  * Replace excluded fonts with Fork Awesome
  * New upstream version 1.2.1+dfsg
  * Disable tests

 -- Bastian Germann <bage@debian.org>  Wed, 04 Jan 2023 21:05:15 +0100

python-qtawesome (1.1.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Contact, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 29 Nov 2022 18:42:45 +0000

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

  * New upstream version
  * Fix autopkgtest scripts

 -- Julian Gilbey <jdg@debian.org>  Tue, 14 Dec 2021 16:22:32 +0000

python-qtawesome (1.1.0-1) unstable; urgency=medium

  * New upstream version
  * Fix d/watch
  * Add Multi-Arch: foreign fields to make multiarch hinter happy
  * Add package's tests to autopkgtest
  * Add manpage for qta-browser

 -- Julian Gilbey <jdg@debian.org>  Mon, 29 Nov 2021 09:21:10 +0000

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

  [ Julian Gilbey ]
  * Team upload.
  * New upstream source.
  * Temporarily include a local copy of materialdesignicons-webfont.ttf
    until the fonts-materialdesignicons-webfont package is updated to a
    sufficiently recent version.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Julian Gilbey <jdg@debian.org>  Thu, 04 Feb 2021 14:01:17 +0000

python-qtawesome (0.4.4+ds1-3) unstable; urgency=medium

  * Team upload
  * Drop python2 autopkgtest

 -- Graham Inggs <ginggs@debian.org>  Wed, 13 Nov 2019 15:09:27 +0000

python-qtawesome (0.4.4+ds1-2) unstable; urgency=medium

  * Team Upload
  [Ondřej Nový]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat

  [Picca Frédéric-Emmanuel]
  * Switch to compat level 12
  * Removed Python2 module (Closes: #938115)
  * Added salsa-ci.yml

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 15 Oct 2019 20:32:34 +0200

python-qtawesome (0.4.4+ds1-1) unstable; urgency=medium

  * Filter spurious bytecode files from tarball
  * New upstream release (Closes: #844601)
  * Call xvfb-run with -a -s "-screen 0 1024x768x24 +extension GLX" to fix
    segfaults on Ubuntu.
    Thanks to Dmitry Shachnev
  * Run autopkgtests for all supported Python versions

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 27 Mar 2017 14:50:02 +0100

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

  * Switch to git-dpm
  * Add tag format settings
  * Drop gbp configuration
  * Track future releases on PyPI
  * New upstream release
  * Rebase patch queue
    - The patch queue is numbered now
    - Intersphinx patch now links with Python 3 docs
  * Now build depends on python3-{doc,sphinx}
  * Add patch enabling use of the packaged fonts
    New patch 0002-Use-system-fonts.patch
  * Support the nocheck build profile
  * Support the nodoc build profile
  * Improve the autopkgtest test suite
    - Drop superfluous Testsuite field
    - Simplify the test commands
    - Use minimal list of t-deps
  * Upgrade packaging to debhelper 10
  * Use sphinxdoc:Built-Using substvar
  * Update description of binary packages
  * Fix whitespaces in rules file
  * Simplify setup of tests in pybuild

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 24 Jan 2017 00:47:22 +0000

python-qtawesome (0.3.3-3) unstable; urgency=medium

  * d/gbp.conf: no patch numbering with gbp-pq.
  * Add patch preventing intersphinx from accessing the internet.
    Thanks to Chris Lamb (Closes: #830606)
  * Add python-doc to build dependencies.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 11 Jul 2016 15:56:18 +0100

python-qtawesome (0.3.3-2) unstable; urgency=medium

  * Enable upstream testsuite.
  * Add packaging testsuite.
  * d/clean: remove unnecessary listing of sphinx directory.
  * d/rules: improve formatting of sphinx-build command.
  * Bump standards version to 3.9.8, no changes required.

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

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

  * New upstream release.

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

python-qtawesome (0.3.2-1) unstable; urgency=low

  * Initial release. (Closes: #814718)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 23 Mar 2016 11:49:35 +0000