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
|
app-model (0.5.1-2) unstable; urgency=medium
* Team upload.
* Run tests with PyQt6.
-- Bastian Germann <bage@debian.org> Fri, 27 Feb 2026 18:55:33 +0100
app-model (0.5.1-1) unstable; urgency=medium
* New upstream release.
* Drop last patch (no longer needed since upstream 0.5.1).
-- Roland Mas <lolando@debian.org> Tue, 11 Nov 2025 15:53:55 +0100
app-model (0.5.0-1) unstable; urgency=medium
* New upstream release.
* Ignore deprecation warning (reported upstream), to fix: "FTBFS: E
pydantic.warnings.PydanticDeprecatedSince212: Using `@model_validator`
with mode='after' on a classmethod is deprecated.", thanks to Santiago
Vila (Closes: #1120249).
-- Roland Mas <lolando@debian.org> Fri, 07 Nov 2025 17:22:58 +0100
app-model (0.4.0-2) unstable; urgency=medium
* Team upload.
* Drop pydantic 1 support, allowing us to remove pydantic-compat.
* Standards-Version: 4.7.2.
-- Colin Watson <cjwatson@debian.org> Mon, 08 Sep 2025 08:28:41 +0100
app-model (0.4.0-1) unstable; urgency=medium
* New upstream release.
-- Roland Mas <lolando@debian.org> Wed, 27 Aug 2025 12:17:37 +0200
app-model (0.3.0-7) unstable; urgency=medium
* Depend on python3-qtpy-pyqt5 rather than python3-qtpy (Closes:
#1089966).
-- Roland Mas <lolando@debian.org> Fri, 27 Dec 2024 14:36:46 +0100
app-model (0.3.0-6) unstable; urgency=medium
* Lift python3.12 restriction.
* Fix python3.13 compatibility.
-- Roland Mas <lolando@debian.org> Fri, 15 Nov 2024 17:31:43 +0100
app-model (0.3.0-5) unstable; urgency=medium
* Update Depends: and Build-Depends:
* Skip tests that require networking.
* Restrict to python3.12 for now.
-- Roland Mas <lolando@debian.org> Fri, 15 Nov 2024 16:28:21 +0100
app-model (0.3.0-4) unstable; urgency=medium
* Add one more Build-Depends.
-- Roland Mas <lolando@debian.org> Wed, 16 Oct 2024 11:05:59 +0200
app-model (0.3.0-3) unstable; urgency=medium
* Add missing Build-Depends.
-- Roland Mas <lolando@debian.org> Sun, 13 Oct 2024 14:07:04 +0200
app-model (0.3.0-2) unstable; urgency=medium
* Fix running of testsuite.
-- Roland Mas <lolando@debian.org> Sat, 12 Oct 2024 10:59:44 +0200
app-model (0.3.0-1) unstable; urgency=medium
* New upstream release.
-- Roland Mas <lolando@debian.org> Sun, 22 Sep 2024 14:12:47 +0200
app-model (0.2.8-1) unstable; urgency=medium
* New upstream release.
-- Roland Mas <lolando@debian.org> Sun, 15 Sep 2024 13:33:51 +0200
app-model (0.2.0-2) unstable; urgency=medium
* Source-only upload for migration to testing.
-- Roland Mas <lolando@debian.org> Tue, 08 Aug 2023 09:49:30 +0200
app-model (0.2.0-1) unstable; urgency=low
* Initial release, autogenerated by py2dsp/3.20230219 then tweaked by
hand.
-- Roland Mas <lolando@debian.org> Tue, 01 Aug 2023 16:25:32 +0200
|