python-qtawesome (1.3.1+dfsg-3syncable3) plucky; urgency=medium

  * Opportunistic disabling of tests for Qt 6.8.2.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Fri, 14 Feb 2025 21:19:53 -0600

python-qtawesome (1.3.1+dfsg-3) unstable; urgency=medium

  * Depend on Python Qt toolkit for build-time tests; test with PyQt6 and
    PySide 6, both at build and autopkgtest time (closes: #1094059)
  * Add description of Qt toolkit dependencies to package description

 -- Julian Gilbey <jdg@debian.org>  Sun, 26 Jan 2025 22:55:43 +0000

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

  * Team upload.
  * Fix d/clean to permit multiple builds in a row (Closes: #1048918).
  * Add dependency on python3-qtpy-pyqt5 to autopkgtest tests
    (Closes: #1089942).

 -- Stuart Prescott <stuart@debian.org>  Mon, 06 Jan 2025 15:31:53 +1100

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

  * New upstream version

 -- Julian Gilbey <jdg@debian.org>  Fri, 08 Nov 2024 07:30:58 +0000

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

  * New upstream version

 -- Julian Gilbey <jdg@debian.org>  Tue, 27 Jun 2023 08:48:45 +0100

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 Vernooĳ <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
