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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
|
python-qtpy (2.4.3-1) unstable; urgency=medium
* New upstream version
-- Julian Gilbey <jdg@debian.org> Tue, 01 Apr 2025 11:59:39 +0100
python-qtpy (2.4.2-9) unstable; urgency=medium
* Add overlooked PyQt6 package for qtpy.uic to qtpy-get-dependencies
-- Julian Gilbey <jdg@debian.org> Mon, 27 Jan 2025 06:53:22 +0000
python-qtpy (2.4.2-8) unstable; urgency=medium
* As Qt5 is reaching end of long-term support, and therefore being
phased out of Debian, drop all PyQt5 dependencies except for those
currently required by Debian packages: python3-pyqt5 and
python3-pyqt5.qtsvg; also stop running the tests for PyQt5 as many
of them now break because of this change, and it is not worth the
effort to patch them until Qt5 is finally dropped completely
(Closes: #1094019)
* Add qtpy.__version__ to constants in qtpy-get-dependencies
-- Julian Gilbey <jdg@debian.org> Sun, 26 Jan 2025 22:24:49 +0000
python-qtpy (2.4.2-7) unstable; urgency=medium
* In qtpy-get-dependencies, add "compat" to list of recognised qtpy
imports, and identify constants separately (rather than listing them
as unrecognised imports)
-- Julian Gilbey <jdg@debian.org> Sun, 19 Jan 2025 07:46:31 +0000
python-qtpy (2.4.2-6) unstable; urgency=medium
* Team upload
* Move to unstable (Closes: #1070215)
* Drop qtwebkit support (Closes: #1093389)
* Restrict QtWebEngine architecture list
-- Bastian Germann <bage@debian.org> Sat, 18 Jan 2025 23:07:13 +0100
python-qtpy (2.4.2-5) experimental; urgency=medium
* Drop PyQt5 dependencies from python3-qtpy
-- Julian Gilbey <jdg@debian.org> Wed, 25 Dec 2024 14:47:21 +0000
python-qtpy (2.4.2-4) unstable; urgency=medium
* Add script to determine Python dependencies for a QtPy-using package
* Add README.Debian to explain how this all works
* Restore the PyQt5 dependencies for this upload to unstable
-- Julian Gilbey <jdg@debian.org> Wed, 25 Dec 2024 14:31:40 +0000
python-qtpy (2.4.2-3) experimental; urgency=medium
* Drop PyQt5 dependencies from python3-qtpy
-- Julian Gilbey <jdg@debian.org> Thu, 12 Dec 2024 08:25:28 +0000
python-qtpy (2.4.2-2) unstable; urgency=medium
* Skip test failing on ci.debian.net on arm64 (though it works fine in
an schroot setup)
-- Julian Gilbey <jdg@debian.org> Wed, 11 Dec 2024 20:18:45 +0000
python-qtpy (2.4.2-1) unstable; urgency=medium
* New upstream version
* Ignore DeprecationWarning when using PySide 6.
* Switch d/watch to using GitHub source
-- Julian Gilbey <jdg@debian.org> Sat, 07 Dec 2024 21:30:34 +0000
python-qtpy (2.4.1-3) unstable; urgency=medium
[ Stuart Prescott ]
* Add metapackages to support qtpy abstraction in packaging (WIP on
#1070215).
- add tool to check build log and autopkgtest logs for test failures
and unintended test skips
- manage dependencies of metapackages via script
- Temporarily skip failing test with Python 3.13 and PySide 6.
[ Julian Gilbey ]
* Make python3-qtpy depend on PyQt5 for a transitional period, after
which we can close the bug #1070215
-- Julian Gilbey <jdg@debian.org> Fri, 06 Dec 2024 07:11:24 +0000
python-qtpy (2.4.1-2) unstable; urgency=medium
* Team Upload
* remove obsolete python3-mock build-dep
-- Alexandre Detiste <tchet@debian.org> Mon, 19 Feb 2024 08:08:53 +0100
python-qtpy (2.4.1-1) unstable; urgency=medium
* New upstream version 2.4.1
* Update d/copyright file
* Add URW Base 35 fonts to build-depends (needed for tests)
* Depend on latest pytest-xvfb to avoid spurious test errors (see
https://github.com/The-Compiler/pytest-xvfb/issues/11)
-- Julian Gilbey <jdg@debian.org> Thu, 23 Nov 2023 22:16:50 +0000
python-qtpy (2.3.1-1) unstable; urgency=medium
* New upstream version
* Update standards-version
-- Julian Gilbey <jdg@debian.org> Tue, 27 Jun 2023 21:58:04 +0100
python-qtpy (2.3.0-1) unstable; urgency=medium
* New upstream version
-- Julian Gilbey <jdg@debian.org> Sat, 12 Nov 2022 22:19:28 +0000
python-qtpy (2.2.0-1) unstable; urgency=medium
* New upstream version
-- Julian Gilbey <jdg@debian.org> Wed, 31 Aug 2022 07:29:11 +0100
python-qtpy (2.1.0-4) unstable; urgency=medium
* Simplify testing code slightly
* Really add qtpy(1) manpage
-- Julian Gilbey <jdg@debian.org> Tue, 05 Jul 2022 08:58:19 +0100
python-qtpy (2.1.0-3) unstable; urgency=medium
* Fix FTBFS error with Pytest 7.x (closes: #1013700)
* Update d/copyright and standards-version
* Add missing documentation to /usr/share/doc/python3-qtpy
* Add build-depends for new pybuild version
* Add qtpy(1) manpage
-- Julian Gilbey <jdg@debian.org> Mon, 04 Jul 2022 22:45:45 +0100
python-qtpy (2.1.0-2) unstable; urgency=medium
* Don't install .coverage file
-- Julian Gilbey <jdg@debian.org> Thu, 26 May 2022 23:57:04 +0100
python-qtpy (2.1.0-1) unstable; urgency=medium
* New upstream version
-- Julian Gilbey <jdg@debian.org> Thu, 26 May 2022 22:31:07 +0100
python-qtpy (2.0.1-2) unstable; urgency=medium
* Allow package to work correctly on armhf
* Remove needless dependency on python3-pyqt5.sip
-- Julian Gilbey <jdg@debian.org> Thu, 07 Apr 2022 20:33:22 +0100
python-qtpy (2.0.1-1) unstable; urgency=medium
* Team upload.
* New upstream version.
-- Julian Gilbey <jdg@debian.org> Wed, 06 Apr 2022 20:35:18 +0100
python-qtpy (2.0.0-3) unstable; urgency=medium
* Team upload.
* revert python3-qtpy back to Architecture: all
and use Recommends: python3-pyqt5.qtwebengine
with arch-specific Build-Depends.
-- Drew Parsons <dparsons@debian.org> Fri, 07 Jan 2022 08:55:46 +0100
python-qtpy (2.0.0-2) unstable; urgency=medium
* Team upload.
* QtWebEngine only supports selected architectures.
(amd64 arm64 armhf i386 mips64el mipsel)
- Depend on python3-pyqt5.qtwebengine only on arches supported by
qtwebengine-opensource-src
- Skip webengine tests if python3-pyqt5.qtwebengine is not
available. Other components can still be used on other arches.
- arch dependency requires python3-qtpy Architecture: any
* qtpy v2.0 now uses PyQt5.sip (or PyQt6.sip). Closes: #966047.
* drop qtpy/py3compat.py and qtpy/_patch/qcombobox.py from
debian/copyright (no longer in upstream source)
* Standards-Version: 4.6.0
-- Drew Parsons <dparsons@debian.org> Fri, 07 Jan 2022 03:03:24 +0100
python-qtpy (2.0.0-1) unstable; urgency=medium
[ 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.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
[ Håvard Flaget Aasen ]
* autopkgtest: Add allow-stderr as restriction. Tests fails because of
a deprecation warning. Closes: #1001429
* Document Rules-Requires-Root.
[ Picca Frédéric-Emmanuel ]
* New upstream version 2.0.0
-- Picca Frédéric-Emmanuel <picca@debian.org> Wed, 05 Jan 2022 14:33:31 +0100
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
|