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
|
python-uinput (1.0.1-3) unstable; urgency=medium
* Team upload.
* Remove runtime dependency on python3-setuptools
-- Alexandre Detiste <tchet@debian.org> Sun, 26 Jan 2025 22:20:54 +0100
python-uinput (1.0.1-2) unstable; urgency=medium
* Team upload.
* debian/patches:
+ 0001-Fix-timestamp-usage-with-new-Linux-struct-input_even.patch:
Add patch to fix compilation against new kernel struct input_event
definition with the removal of struct timeval on 32-bit OS with
-D_TIME_BITS=64. This postpones the time_t problem on supported
32-bit OS (armel, armhf) from 2038 to 2106. (Closes: #1067083)
-- Boyuan Yang <byang@debian.org> Wed, 12 Jun 2024 07:33:59 -0400
python-uinput (1.0.1-1) unstable; urgency=medium
* Team upload.
* Switch to the official active upstream project.
* New upstream release.
* debian/watch: Monitor the correct upstream release.
* debian/patches: Dropped, merged upstream.
* debian/control: Use the new upstream information.
* debian/control: Migrate to use pyproject.toml to build the project.
-- Boyuan Yang <byang@debian.org> Sun, 17 Mar 2024 18:00:59 -0400
python-uinput (0.11.3-1) unstable; urgency=medium
* Team upload.
* Switch upstream project and prepare new upload.
* debian/: Apply "wrap-and-sort -abst".
* debian/control: Update homepage field.
* debian/copyright: Update contact information.
* debian/patches/python3_11_compat.patch: Dropped, merged upstream.
* debian/patches/0001-Migrate-from-distutils-to-setuptools.patch:
+ Add custom patch to migrate from distutils to setuptools.
(Closes: #1059670)
-- Boyuan Yang <byang@debian.org> Sat, 06 Jan 2024 16:03:24 -0500
python-uinput (0.11.2-4) unstable; urgency=medium
* Team upload.
* Support Python 3.11 (Closes: #1023912)
- Add python3_11_compat.patch
-- Felix Geyer <fgeyer@debian.org> Sun, 13 Nov 2022 11:41:20 +0100
python-uinput (0.11.2-3) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Fix day-of-week for changelog entry 0.11.2-1.
* Update standards version to 4.5.0, no changes needed.
[ 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.
[ Boyuan Yang ]
* Rebuild after Debian 11 release.
* debian/control: Bump debhelper compat to v13.
* debian/control: Bump Standards-Version to 4.6.0.
-- Boyuan Yang <byang@debian.org> Wed, 18 Aug 2021 11:27:48 -0400
python-uinput (0.11.2-2.1) unstable; urgency=medium
* Non-maintainer upload.
[ أحمد المحمودي (Ahmed El-Mahmoudy) ]
* Update Standards version to 4.4.1.
* Add dh-python to build deps. (Closes: #944947, 945233)
* Bumped debhelper compat level to 12.
* Add Rules-Requires-Root: no.
-- Boyuan Yang <byang@debian.org> Mon, 02 Dec 2019 23:34:43 -0500
python-uinput (0.11.2-2) unstable; urgency=medium
* Team upload.
* d/copyright: Change Format URL to correct one
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
* Enable autopkgtest-pkg-python testsuite.
-- Ondřej Nový <onovy@debian.org> Sun, 04 Aug 2019 20:51:21 +0200
python-uinput (0.11.2-1) unstable; urgency=medium
* Initial release (Closes: #904401)
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sat, 28 Jul 2018 14:33:25 +0200
|