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
|
python-rtmidi (1.5.8-3) unstable; urgency=medium
* debian/control:
+ Remove unused dependency on python3-mock. Thanks to
Alexandre Detiste <alexandre.detiste@gmail.com> for the fix.
+ Add pybuild-plugin-pyproject and python3-mesonpy as build deps.
-- Josue Ortega <josue@debian.org> Mon, 22 Apr 2024 18:49:52 -0600
python-rtmidi (1.5.8-2) unstable; urgency=medium
* Drop build-dependency on python3-dev-all. (Closes: #1057859)
* debian/copyright: Update copyright holder year for debian/*.
-- Josue Ortega <josue@debian.org> Tue, 02 Jan 2024 11:22:19 -0600
python-rtmidi (1.5.8-1) unstable; urgency=medium
* New upstream release (1.5.8):
- This version includes the fix for (no)gil/except declarations on MIDI in
callback and sendMessage. (Closes: #1056869)
See: https://github.com/SpotlightKid/python-rtmidi/pull/185/files
* debian/control:
- Add python-mesonpy as build dependency.
- Remove unnecessary restrictions.
- Update Homepage URL.
* Bump Standards-Version to 4.6.2. No changes required.
* debian/copyright: Update copyright holder year for debian/* files.
-- Josue Ortega <josue@debian.org> Sun, 03 Dec 2023 10:56:59 -0600
python-rtmidi (1.4.7-1) unstable; urgency=medium
* New upstream release (1.4.7)
* Declare package Standards Version to be 4.5.1. No changes were
required
* debian/watch: Bump file standard version to 4
* debian/rules: Remove -Wl, --as-needed linker flags since it is not
necessary anymore for bullseye distribution
-- Josue Ortega <josue@debian.org> Mon, 01 Feb 2021 19:34:50 -0600
python-rtmidi (1.4.5-1) unstable; urgency=medium
* New upstream release (1.4.5)
* Switch package to use debhelper-compat (= 13)
* Bump Standards-Version to 4.5.0. No changes required
-- Josue Ortega <josue@debian.org> Sun, 04 Oct 2020 14:34:15 -0600
python-rtmidi (1.2.1-1) unstable; urgency=medium
[ Nicolas Boulenguez ]
* Revert to the embedded RtMidi, explain why in README.source.
* Fix upstream version in this changelog (remove ~).
* Add forgotten Rules-Requires-Root: no field.
* Let the run time test check a C call in addition to basic import.
Prevent the rtmidi subdirectory hiding the installed one.
[ Josue Ortega ]
* New upstream release. (1.2.1):
- Update debian/copyright for files under `src/rtmidi`.
* debian/watch: Updated to use Pypi since Github tarball does not include
properly the `src` directory.
* debian/copyright: Update copyright holders years.
-- Josue Ortega <josue@debian.org> Wed, 06 Feb 2019 18:44:43 -0600
python-rtmidi (1.2.0~rc1-2) unstable; urgency=medium
[ Nicolas Boulenguez ]
* debian/control:
- Add Rules-Requires-Root: no.
- Drop unnecessary dependencies.
* Update copyright years.
* Use the packaged rtmidi instead of an embedded copy. (Closes: #883709)
* debian/rules: add Link with --as-needed flag.
-- Josue Ortega <josue@debian.org> Sat, 29 Dec 2018 07:03:23 -0600
python-rtmidi (1.2.0~rc1-1) unstable; urgency=medium
* New upstream release. (1.2.0rc1)
* Remove Build Dependency on librtmidi-dev, since it is not needed at
build time (Closes: #883709).
* debian/control: Update Vcs-* fields to use salsa.debian.org.
* Bump debhelper compat level to 11.
* Add package examples to installation.
* Bump Standards-Version to 4.3.0, no changes were required.
* Add CI tests.
-- Josue Ortega <josue@debian.org> Fri, 28 Dec 2018 15:04:12 -0600
python-rtmidi (1.1.0-2) unstable; urgency=medium
* debian/control:
- Bumps dependency librtmidi3 -> librtmidi4 (Closes: #880848)
- Bumps debhelper compat from 9 to 10.
* Bumps Standards-Version to 4.1.1:
- Changes extra package priority to optional.
-- Josue Ortega <josue@debian.org> Sat, 25 Nov 2017 08:24:34 -0600
python-rtmidi (1.1.0-1) unstable; urgency=low
* Initial release. (Closes: #825143)
-- Josue Ortega <josue@debian.org> Sun, 16 Jul 2017 17:43:42 -0600
|