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
|
yotta (0.20.5-8) unstable; urgency=medium
* d/control:
- Re-adopt package (Closes: #1079226)
- Declare compliance with Debian Policy 4.7.0
- Update yotta-doc dependency to libjs-bootstrap5 (Closes: #1088538)
* d/copyright:
- Refresh years of Debian copyright
* d/patches/fix-privacy-breaches-in-docs:
- Refresh links for bootstrap5
- Improve local documentation navigation
* d/patches/update-jekyll-config:
- Improve local documentation navigation
* d/patches/fix-re-syntax-warnings:
- Handle Python RE SyntaxWarnings (Closes: #1087196)
-- Nick Morrott <nickm@debian.org> Sat, 08 Feb 2025 03:47:04 +0000
yotta (0.20.5-7) unstable; urgency=medium
* QA Upload
* Replace Nose with Pytest (Closes: #1018673)
* Use new dh-sequence-python3
[ Nick Morrott ]
* Orphan package, see: #1079226
-- Alexandre Detiste <tchet@debian.org> Sat, 14 Dec 2024 18:55:38 +0100
yotta (0.20.5-6) unstable; urgency=medium
* d/clean:
- Remove generated manpage files
* d/control:
- Declare compliance with Debian Policy 4.6.2
* d/copyright:
- Bump years of Debian copyright
* d/patches:
- Add patch fix-json-anchor (Closes: #1064692)
-- Nick Morrott <nickm@debian.org> Fri, 19 Apr 2024 01:27:12 +0100
yotta (0.20.5-5) unstable; urgency=medium
* d/control:
- Update standards version to 4.6.0, no changes needed.
* d/copyright:
- Refresh years of Debian copyright
* d/watch:
- Update pattern for GitHub archive URLs
-- Nick Morrott <nickm@debian.org> Sat, 05 Feb 2022 06:04:37 +0000
yotta (0.20.5-4) unstable; urgency=medium
* d/control:
- Mark yotta-doc as M-A: foreign
* d/salsa-ci.yml:
- Add Salsa CI pipeline
-- Nick Morrott <nickm@debian.org> Sun, 07 Feb 2021 10:42:20 +0000
yotta (0.20.5-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control:
- Update Maintainer field with new Debian Python Team contact address.
- Update Vcs-* fields with new Debian Python Team Salsa layout.
[ Nick Morrott ]
* d/control:
- Declare compliance with Debian Policy 4.5.1
* d/copyright:
- Refresh years of Debian copyright
* d/lintian-overrides:
- Add overrides for egg metadata and repeated path segments
* d/patches:
- Add patch use-python3-shebang-in-tests
* d/s/lintian-overrides:
- Add override for excluded SCM/CI files
* d/u/metadata:
- Remove obsolete fields Contact, Name (already present in
machine-readable debian/copyright).
* d/yotta-doc:
- Add convenience links to yotta package
- Install built docs via d/install
-- Nick Morrott <nickm@debian.org> Sat, 09 Jan 2021 18:13:10 +0000
yotta (0.20.5-2) unstable; urgency=medium
* d/manpages:
- Improve formatting of custom manpage
-- Nick Morrott <nickm@debian.org> Fri, 31 Jul 2020 19:35:13 +0100
yotta (0.20.5-1) unstable; urgency=medium
* New upstream version 0.20.5
* d/patches:
- Refresh update-cryptography-dependency-version (upstream changes)
- Refresh fix-wrong-test-case.patch (lintian)
-- Nick Morrott <nickm@debian.org> Fri, 31 Jul 2020 14:54:03 +0100
yotta (0.20.0-2) unstable; urgency=medium
* d/control:
- Reformat (build) dependencies
- Bump Standards-Version to 4.5.0
- Bump debhelper-compat level to 13
* d/copyright:
- Refresh years of Debian copyright
* d/yotta.1.md.in:
- Refresh author email address
-- Nick Morrott <nickm@debian.org> Fri, 19 Jun 2020 17:31:23 +0100
yotta (0.20.0-1) unstable; urgency=medium
* New upstream version 0.20.0
* d/control:
- Add Rules-Requires-Root field
- Build-Depend on default python3 rather than python3-all
- Uploaders: use my new Debian email address
- Reformat (cme fix)
* d/patches:
- Drop add-truncate-function-to-version-class (applied upstream)
* d/tests:
- Refresh test excludes
-- Nick Morrott <nickm@debian.org> Thu, 21 Nov 2019 12:34:12 +0000
yotta (0.19.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Thomas Goirand ]
* Team upload.
* Add add-truncate-function-to-version-class.patch (Closes: #943767).
* Add fix-wrong-test-case.patch.
* Exclude correctly test_versions.py.
-- Thomas Goirand <zigo@debian.org> Tue, 29 Oct 2019 22:50:52 +0100
yotta (0.19.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Nick Morrott ]
* New upstream version 0.19.0
* Remove patches applied upstream
- fix-liquid-syntax-error-in-docs
- fix-typos-in-docs
* Refresh patches (failed hunk)
* d/gbp.conf: use pristine-tar
-- Nick Morrott <knowledgejunkie@gmail.com> Mon, 12 Aug 2019 20:54:32 +0100
yotta (0.18.5-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Fix wrong Vcs-*.
[ Nick Morrott ]
* d/{control,compat}: bump debhelper compatibility level to 12
* Drop conflicting yt entrypoint (Closes: #919286)
-- Nick Morrott <knowledgejunkie@gmail.com> Wed, 16 Jan 2019 00:19:28 +0000
yotta (0.18.5-1) unstable; urgency=medium
* Initial release (Closes: #908781)
-- Nick Morrott <knowledgejunkie@gmail.com> Sun, 30 Dec 2018 18:38:31 +0100
|