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
|
python-lti (0.9.5-5) unstable; urgency=medium
* Team upload.
* Trim autopkgtest dependencies and tag test dependencies as <!nocheck>
-- Alexandre Detiste <tchet@debian.org> Sun, 16 Feb 2025 19:33:37 +0100
python-lti (0.9.5-4) unstable; urgency=medium
* Team upload.
* Remove usage of python3-mock
-- Alexandre Detiste <tchet@debian.org> Sat, 14 Dec 2024 21:40:13 +0100
python-lti (0.9.5-3) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Update standards version to 4.6.2, no changes needed.
[ Andreas Tille ]
* Fix watch file
* Python3.12: s/failUnlessRaises/assertRaises/g
(see https://docs.python.org/3/whatsnew/3.12.html#unittest)
Closes: #1056479, #1058385
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Add salsa-ci file (routine-update)
-- Andreas Tille <tille@debian.org> Mon, 15 Jan 2024 18:58:08 +0100
python-lti (0.9.5-2) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ 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.
[ Michael Fladischer ]
* Update d/watch to work with github again.
* Use uscan version 4.
* Bump Standards-Version to 4.6.0.
* Bump debhelper version to 13.
* Enable upstream testsuite for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Sun, 29 Aug 2021 15:08:46 +0000
python-lti (0.9.5-1) unstable; urgency=low
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Sat, 07 Mar 2020 21:34:43 +0100
python-lti (0.9.4-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Michael Fladischer ]
* Add patch to canonicalize (C14N) XML structures before comparing
them (Closes: #950073).
* Clean up pytest artifacts to allow two builds in a row.
* Bump Standards-Version to 4.5.0.
* Bump debhelper version to 12.
* Set Rules-Requires-Root: no.
-- Michael Fladischer <fladi@debian.org> Thu, 20 Feb 2020 12:46:20 +0100
python-lti (0.9.4-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 4.2.1.
-- Michael Fladischer <fladi@debian.org> Sun, 23 Sep 2018 17:33:56 +0200
python-lti (0.9.3-1) unstable; urgency=low
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Michael Fladischer ]
* New upstream release.
* Clean up .pytest_cache/ during builds.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.5.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Remove X-Python3-Version field as it is no longer applicable.
* Enable autopkgtest-pkg-python testsuite.
-- Michael Fladischer <fladi@debian.org> Tue, 10 Jul 2018 12:38:47 +0200
python-lti (0.9.2-2) unstable; urgency=low
* Add packages to Build-Depends to enable tests (Closes: #880834):
+ python3-httmock
+ python3-mock
+ python3-pytest
-- Michael Fladischer <fladi@debian.org> Mon, 11 Dec 2017 14:49:17 +0100
python-lti (0.9.2-1) unstable; urgency=low
* Initial release (Closes: #878791).
-- Michael Fladischer <fladi@debian.org> Mon, 16 Oct 2017 17:44:08 +0200
|