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
|
pyudev (0.24.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Refreshed debian/patches/libudev_loading.diff.
-- Thomas Goirand <zigo@debian.org> Wed, 25 Feb 2026 23:58:29 +0100
pyudev (0.24.3-3) unstable; urgency=medium
* Team upload.
* Drop python3-py build dependency
-- Alexandre Detiste <tchet@debian.org> Fri, 24 Oct 2025 00:11:12 +0200
pyudev (0.24.3-2) unstable; urgency=medium
* Team upload.
* Use dh-sequence-python3
* Drop Qt4 from long description
* Bump Standards-Version to 4.7.2
* Drop "Rules-Requires-Root: no", it's the default now.
-- Alexandre Detiste <tchet@debian.org> Thu, 21 Aug 2025 00:18:09 +0200
pyudev (0.24.3-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Update standards version to 4.6.2, no changes needed.
[ Andreas Henriksson ]
* New upstream release.
* Update homepage field
* Drop CHANGES.rst, no longer provided by upstream
* debian/copyright: remove mention of removed tests
-- Andreas Henriksson <andreas@fatal.se> Fri, 20 Dec 2024 12:18:03 +0100
pyudev (0.24.0-1) unstable; urgency=medium
* Team upload.
[ Andreas Henriksson ]
* New upstream version 0.24.0
* Drop patches that are now part of upstream release
* Updating libudev_loading.diff to apply again
* Fix lintian warning about python-version-declaration
[ Daniel Andersson ]
* Update long package description
* Suggests GUI dependencies
* Remove obsolete dependency six
* Drop mock build-dep
* Make Python version match setup.py
* Annotate test build-deps
-- Andreas Henriksson <andreas@fatal.se> Tue, 29 Nov 2022 14:29:59 +0100
pyudev (0.22.0-2) unstable; urgency=medium
* Team upload.
* Cherry-pick upstream commits fixing pyudev.glib module (Closes: #982946)
* Recommends gir packages needed by pyudev.glib
* Configure debian branch name in debian/gbp.conf
-- Andreas Henriksson <andreas@fatal.se> Wed, 17 Feb 2021 14:00:23 +0100
pyudev (0.22.0-1) unstable; urgency=medium
* Team upload.
[ Louis-Philippe Véronneau ]
* d/control: use dh13.
* d/control: update to Standards-Version 4.5.1. Add Rules-Requires-Root.
* d/watch: update to v4 syntax.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Bump debhelper from old 9 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Name,
Repository, Repository-Browse.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
[ 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.
[ Bastian Germann ]
* d/watch: Do not search pre-releases
* New upstream version 0.22.0
* Ignore .egg-info
* d/clean: Add .pytest_cache/
* d/copyright: Convert to DEP-5
* Drop outdated patches
-- Louis-Philippe Véronneau <pollo@debian.org> Thu, 17 Dec 2020 23:43:30 -0500
pyudev (0.21.0-3) unstable; urgency=medium
* Team upload.
* Drop python2 support; Closes: #938293, #912966
* Add hypothesis, mock, py, pytest, six to b-d, needed by tests
* Dont fail tests during build, udev devices may not be available in chroots
-- Sandro Tosi <morph@debian.org> Tue, 17 Dec 2019 11:44:47 -0500
pyudev (0.21.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/watch: Use https protocol
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Felix Geyer ]
* Backport upstream patches to fix compatbility with pytest 4.6.
- Add Use_tool_pytest_instead_of_pytest.diff
- Add tests_fix_tests_for_pytest_4.0.diff
- Closes: #942179
-- Felix Geyer <fgeyer@debian.org> Tue, 15 Oct 2019 00:16:32 +0200
pyudev (0.21.0-1) unstable; urgency=medium
* New upstream release.
* Run more tests.
* Add isolation-machine restriction to autopkgtests.
-- Felix Geyer <fgeyer@debian.org> Fri, 09 Sep 2016 23:35:21 +0200
pyudev (0.19.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Felix Geyer ]
* New upstream release.
* d/watch: Mangle upstream version so RCs are less than final releases.
-- Felix Geyer <fgeyer@debian.org> Tue, 26 Apr 2016 20:58:21 +0200
pyudev (0.16.1-3) unstable; urgency=medium
* Update the watch file.
* Fix unsafe library loading. (Closes: #722573)
- Add libudev_loading.diff
* Bump Standards-Version to 3.9.6, no changes needed.
* Build-depend on dh-python.
* Switch to debhelper compat level 9.
* Add autopkgtests.
-- Felix Geyer <fgeyer@debian.org> Fri, 26 Jun 2015 19:46:32 +0200
pyudev (0.16.1-2) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Luk Claes ]
* Upload to unstable as 0.16 copes with udev 183 and higher
(Closes: #722570).
-- Felix Geyer <fgeyer@debian.org> Mon, 16 Sep 2013 19:41:40 +0200
pyudev (0.16.1-1) experimental; urgency=low
* New upstream release.
- Require at least python 3.1.
* Switch to my @debian.org email address.
* Bump Standards-Version to 3.9.4, no changes needed.
* Update Homepage field.
* Fix FTBFS if built twice in a row. (Closes: #671218)
-- Felix Geyer <fgeyer@debian.org> Thu, 25 Oct 2012 16:41:07 +0200
pyudev (0.13-1) unstable; urgency=low
* New upstream release.
-- Felix Geyer <debfx-pkg@fobos.de> Sat, 03 Dec 2011 16:06:34 +0100
pyudev (0.12-1) unstable; urgency=low
* New upstream release.
-- Felix Geyer <debfx-pkg@fobos.de> Sat, 03 Sep 2011 19:45:53 +0200
pyudev (0.11-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.2, no changes needed.
* Add DM-Upload-Allowed: yes.
-- Felix Geyer <debfx-pkg@fobos.de> Thu, 14 Jul 2011 10:31:51 +0200
pyudev (0.10-1) unstable; urgency=low
* Team upload
[ Felix Geyer ]
* Guard loops over supported python versions with set -e.
* Install upstream changelog.
[ Scott Kitterman ]
* New upstream release
* Add libudev0 (>= 151) to build-depends to support tests
* Drop ${python:Breaks} and ${python3:Breaks}, not used by dh_python2/3
-- Scott Kitterman <scott@kitterman.com> Fri, 29 Apr 2011 22:18:46 -0400
pyudev (0.8-1) unstable; urgency=low
* Initial release. (Closes: #612663)
-- Felix Geyer <debfx-pkg@fobos.de> Thu, 10 Feb 2011 20:16:20 +0100
|