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
|
python-trezor (0.13.10-3) unstable; urgency=medium
* Remove debian/trezor.udev as these rules are now provided by the udev
package.
* Remove the obsolete debian/py3dist-overrides and
debian/python-trezor.pyremove.
* Add debian/python3-trezor.install to install the Python modules.
* debian/control:
- Build-depend on dh-sequence-bash-completion.
- Remove the obsolete breaks and replaces of python-trezor from the trezor
binary package.
- Remove the reference to the udev rules from the trezor binary package
description.
- Remove some of the description text to make it sound less like an
advertisement.
* debian/rules: Remove PYBUILD_NAME and PYBUILD_AFTER_INSTALL_python3
variables.
* debian/trezor.install: Install the trezorctl utility.
-- Soren Stoutner <soren@debian.org> Tue, 12 Aug 2025 13:41:25 -0700
python-trezor (0.13.10-2) unstable; urgency=medium
* Remove unneeded debian/source/options with extend-diff-ignore.
* debian/control:
- Add build-depends-indep on python3-shamir-mnemonic and python3-slip10.
- Bump standards-version to 4.7.2 (no changes needed).
-- Soren Stoutner <soren@debian.org> Mon, 03 Mar 2025 15:09:13 -0700
python-trezor (0.13.10-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Relax python3-click upper bounds (Closes: #1098252).
- Move python3-cryptography from recommends to build-depends-indep to match
changes in upstream.
- Move most build-depends to build-depends-indep.
- Bump standards-version to 4.7.1 (no changes needed).
* debian/copyright:
- Update copyright year and email address for myself.
* debian/gbp.conf: Enforce pristine-tar and sign-tags.
* debian/salsa-ci.yml: Update with the currently recommended default
contents.
-- Soren Stoutner <soren@debian.org> Tue, 22 Oct 2024 09:49:29 -0700
python-trezor (0.13.9-4) unstable; urgency=medium
* debian/rules: Improve test override comment.
-- Soren Stoutner <soren@debian.org> Mon, 07 Oct 2024 21:32:33 -0700
python-trezor (0.13.9-3) unstable; urgency=medium
* debian/control: Add comments explaining recommended and suggested packages.
-- Soren Stoutner <soren@debian.org> Mon, 07 Oct 2024 13:26:14 -0700
python-trezor (0.13.9-2) unstable; urgency=medium
* Add debian/README.Debian to document recommended and suggested packages and
unpackaged components.
* Add debian/python3-trezor.docs to install upstream README.md and
debian/README.Debian.
* Add debian/trezor.docs to install upstream README.md.
* debian/control:
- Remove unneeded Build-Depends and Recommends on python3-attr.
- Update Build-Depends from python3-libusb1 (transitional package) to
python3-usb1.
- Recommend python3-cryptography and python3-pyqt5.
- Move python3-hid from Recommends to Suggests.
- Suggest cython3, libudev-dev, libusb-1.0-0-dev, and python3-dev.
* debian/io.trezor.trezorctl.metainfo.xml: Update homepage and bugtracker
ULRs.
-- Soren Stoutner <soren@debian.org> Fri, 04 Oct 2024 11:19:55 -0700
python-trezor (0.13.9-1) unstable; urgency=medium
* New upstream release (Closes: #1062442, #1082274).
* Remove unneeded lintian-overrides.
* Remove debian/tests as everything is handled by
* Add:
- debian/trezorctl.1.
- debian/trezor.manpages.
* debian/control:
- Add myself to uploaders.
- Remove Richard Ulrich <richi@paraeasy.ch> from uploaders at his request.
- Update upstream homepage.
- Add Build-Depends on python3-construct-classes.
- Add Testsuite: autopkgtest-pkg-pybuild.
- Add <!nocheck> to python3-pytest.
- Bump standards version to 4.7.0 (no changes needed).
- Reformat for readability.
* debian/copyright:
- Add myself to debian/*.
- Update upstream copyright.
- Update upstream homepage.
- Update license for debian/io.trezor.trezorctl.metainfo.xml to be Expat.
- Reformat for readability.
* debian/io.trezor.trezorctl.metainfo.xml:
- Change license from MIT-0 to MIT (Closes: #1077138).
- Refactor developer name.
* debian/patches:
- Refresh 0001-Suggest-apt-instead-of-pip-install.patch and update headers.
- Remove 0002-fix-python-click-8.1-compatibility.patch (fixed
upstream).
* debian/rules:
- Disable the new test_firmware during build as it accesses the internet.
* debian/upstream/metadata: Update Repository-Browse.
* debian/watch: Bump version from 3 to 4.
-- Soren Stoutner <soren@debian.org> Mon, 30 Sep 2024 10:41:04 -0700
python-trezor (0.12.4-3) unstable; urgency=medium
* Team upload
* Remove retired uploader
-- Bastian Germann <bage@debian.org> Thu, 13 Jul 2023 15:00:27 +0200
python-trezor (0.12.4-2) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Update standards version to 4.6.1, no changes needed.
[ Sebastian Ramacher ]
* debian/patches: Backport upstream fix for click 8.1 (Closes: #1032731)
-- Sebastian Ramacher <sramacher@debian.org> Sat, 25 Mar 2023 21:49:45 +0100
python-trezor (0.12.4-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.
[ Sandro Tosi ]
* New upstream release; Closes: #997820
* debian/copyright
- update for new upstream code
-- Sandro Tosi <morph@debian.org> Sat, 30 Oct 2021 21:39:20 -0400
python-trezor (0.12.2-2) unstable; urgency=medium
* Suggest apt instead of pip install.
* Add missing Recommends: python3-attr.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 29 Aug 2020 19:53:27 +0200
python-trezor (0.12.2-1) unstable; urgency=medium
* New upstream release.
* Update upstream URLs.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 29 Aug 2020 13:48:29 +0200
python-trezor (0.12.1-4) unstable; urgency=medium
* Add Recommends: python3-hid for supporting older firmware.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 22 Aug 2020 21:56:10 +0200
python-trezor (0.12.1-3) unstable; urgency=medium
* Expand py3dist-overrides for more precise dependencies.
-- Tristan Seligmann <mithrandi@debian.org> Fri, 21 Aug 2020 19:46:30 +0200
python-trezor (0.12.1-2) unstable; urgency=medium
* Tighten trezor dependency on python3-trezor.
-- Tristan Seligmann <mithrandi@debian.org> Fri, 21 Aug 2020 18:02:37 +0200
python-trezor (0.12.1-1) unstable; urgency=medium
* New upstream release.
* Run real tests from autopkgtest.
* Set upstream metadata fields: Repository, Repository-Browse.
-- Tristan Seligmann <mithrandi@debian.org> Mon, 10 Aug 2020 19:37:26 +0200
python-trezor (0.12.0-1) unstable; urgency=medium
[ Tristan Seligmann ]
* Set Maintainer to DPMT.
[ Emmanuel Arias ]
* New upstream version 0.12.0 (Closes: #947503).
* d/io.trezor.trezorctl.metainfo.xml: Fix metadata license.
- Change wrong mit license to gpl-3+.
* d/salsa-ci.yml: enable salsa-ci.
* d/gbp.conf: use debian/master branch as default.
* d/tests: add autopkgtest-pkg-python.conf to add correct
import-name.
[ Tristan Seligmann ]
* Bump Standards-Version to 4.5.0 (no changes).
* Bump debhelper-compat to 13.
* Declare rootless build.
* Switch to dh-sequence-*.
* Pull in pytest to run the test suite.
* Rename Lintian tag.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 02 Aug 2020 11:47:19 +0200
python-trezor (0.11.6-1) unstable; urgency=medium
[Emmanuel Arias]
* New upstream release
* Add me on d/copyright file
* Remove Python 2 support
* d/control: Bump debhelper-compat to 12
* d/control: Bump Standar-Version to 4.4.1
* d/copyright: Add me to debian/* files field.
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Tristan Seligmann ]
* New upstream release.
* Fix deps.
-- Tristan Seligmann <mithrandi@debian.org> Wed, 29 Jan 2020 14:11:36 +0200
python-trezor (0.9.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ Tristan Seligmann ]
* New upstream release.
* Bump Standards-Version to 4.1.3 (no changes).
* Fix Depends/Breaks/Replaces to handle move of trezorctl from
python-trezor to trezor (closes: #884417).
* Bump debhelper comat level to 11.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 10 Mar 2018 19:16:36 +0200
python-trezor (0.7.16-3) unstable; urgency=medium
* Fix Build-Depends on python{,3}-hidapi; these should be python{,3}-hid
(closes: #885105).
* Add py{,3}dist-overrides for hidapi.
* Ship AppStream metadata with modalias provides, so this package will
be suggested upon attaching a TREZOR.
* Install bash completion snippet.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 24 Dec 2017 13:46:32 +0200
python-trezor (0.7.16-2) unstable; urgency=medium
* Add some missing copyright information (closes: #884188).
-- Tristan Seligmann <mithrandi@debian.org> Sun, 17 Dec 2017 11:43:20 +0200
python-trezor (0.7.16-1) unstable; urgency=medium
* New upstream release.
* Build Python 3 package and switch to pybuild.
* Update udev rules.
* Bump Standards-Version to 4.1.2 (no changes).
* Use https for pypi.debian.net.
-- Tristan Seligmann <mithrandi@debian.org> Mon, 11 Dec 2017 07:48:42 +0200
python-trezor (0.7.6-1) unstable; urgency=medium
* new upstream release without changelog
-- Richard Ulrich <richi@paraeasy.ch> Thu, 20 Oct 2016 22:05:16 +0200
python-trezor (0.6.13-1) unstable; urgency=medium
* new upstream release without changelog
-- Richard Ulrich <richi@paraeasy.ch> Thu, 04 Aug 2016 21:50:43 +0200
python-trezor (0.6.11-1) unstable; urgency=medium
[ Richard Ulrich ]
* new upstream release without changelog
* updated udev rules
[ Tristan Seligmann ]
* Bump Standards-Version to 3.9.8 (no changes).
* Update Vcs-* URLs.
* Add pydist-overrides to get versioned dependencies.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 29 May 2016 15:23:31 +0200
python-trezor (0.6.10-1) unstable; urgency=medium
* new upstream release without changelog
-- Richard Ulrich <richi@paraeasy.ch> Thu, 14 Jan 2016 22:32:13 +0100
python-trezor (0.6.5-1) unstable; urgency=low
* source package automatically created by stdeb 0.6.0+git
* Initial release. (Closes: #763376)
-- Richard Ulrich <richi@paraeasy.ch> Wed, 24 Sep 2014 22:57:50 +0200
|