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
|
sqlmodel (0.0.24-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Fri, 14 Mar 2025 01:12:04 -0400
sqlmodel (0.0.22-1) unstable; urgency=medium
* New upstream release
* run autopkgtests via pybuild
-- Sandro Tosi <morph@debian.org> Thu, 28 Nov 2024 04:13:51 -0500
sqlmodel (0.0.19-1) unstable; urgency=medium
* New upstream release; Closes: #1066771, #1071067, #1071992
* debian/control
- add pdm-backend to b-d, needed to build the package now
- add black, jinja to b-d, needed by tests
* debian/pybuild.testfiles
- add file to also copy the scripts directory, some tests look for it
-- Sandro Tosi <morph@debian.org> Sat, 22 Jun 2024 01:33:13 -0400
sqlmodel (0.0.16-1) experimental; urgency=medium
* New upstream release
* debian/control
- bump versioned b-d on sqlalchemy to >= 2.0.0
- add dirty-equals to b-d, needed by tests
* debian/rules
- run tests via PYBUILD_TEST_ARGS
* drop all patches, merged upstream
-- Sandro Tosi <morph@debian.org> Mon, 04 Mar 2024 21:44:32 -0500
sqlmodel (0.0.8-6) unstable; urgency=medium
* drop DPT
-- Sandro Tosi <morph@debian.org> Fri, 01 Mar 2024 21:24:36 -0500
sqlmodel (0.0.8-5) unstable; urgency=medium
* Team upload
* Compare openapi calls with deb version (Closes: #1042324)
-- Bastian Germann <bage@debian.org> Wed, 30 Aug 2023 22:32:18 +0200
sqlmodel (0.0.8-4) unstable; urgency=medium
* Team upload
* Allow sqlalchemy dep version < 2.0 (Closes: #1028512)
-- Bastian Germann <bage@debian.org> Thu, 26 Jan 2023 00:51:55 +0100
sqlmodel (0.0.8-3) unstable; urgency=medium
* debian/control
- depends/b-d on sqlalchemy >= 1.4.45, fixes autopkgtest; Closes: #1027138
-- Sandro Tosi <morph@debian.org> Wed, 28 Dec 2022 11:26:27 -0500
sqlmodel (0.0.8-2) unstable; urgency=medium
* debian/control
- add httpx to b-d, needed by tests; Closes: #1027061
* debian/patches/PR510.patch
- allow to use sqlalchemy 1.4.45, which is currently in unstable;
Closes: #1027062
* debian/patches/PR519.patch
- ensure tests compatibility with sqlalchemy/1.4.45
-- Sandro Tosi <morph@debian.org> Tue, 27 Dec 2022 15:47:04 -0500
sqlmodel (0.0.8-1) unstable; urgency=medium
* New upstream release
* debian/patches/tests_valudationerror_anyof.patch
- update tests expected data due to recent pydantic/fastapi;
Closes: #1022413
-- Sandro Tosi <morph@debian.org> Wed, 23 Nov 2022 00:41:24 -0500
sqlmodel (0.0.6-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- extrend packaging copyright years
-- Sandro Tosi <morph@debian.org> Tue, 04 Jan 2022 22:10:21 -0500
sqlmodel (0.0.4-3) unstable; urgency=medium
* use the poetry-core build backend instead of a custom setup.py file
-- Sandro Tosi <morph@debian.org> Tue, 14 Dec 2021 00:13:25 -0500
sqlmodel (0.0.4-2) unstable; urgency=medium
* debian/rules
- fix running tests at build-time
* debian/control
- add pydantic, and typing-extensions to Depends
* debian/tests/
- enable autopkgtests
-- Sandro Tosi <morph@debian.org> Mon, 06 Dec 2021 00:13:36 -0500
sqlmodel (0.0.4-1) unstable; urgency=low
* Initial release; Closes: #993906
-- Sandro Tosi <morph@debian.org> Sun, 31 Oct 2021 04:16:39 +0000
|