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
|
python-pymeasure (0.14.0-2) unstable; urgency=medium
* Team upload.
* Improve nodoc build profile.
* d/rules: skip test_locale_settings due to varying behavior on s390x.
See https://bugs.debian.org/1088101
-- Michael R. Crusoe <crusoe@debian.org> Sat, 23 Nov 2024 11:23:04 +0100
python-pymeasure (0.14.0-1) unstable; urgency=medium
[ Alexandre Detiste ]
* Team upload.
* Fix debian/watch
* New upstream version 0.14.0. Closes: #1084687, #1082258
* Use dh-sequence-python3
* Refresh patches
[ Michael R. Crusoe ]
* Skip a test that relies on a feature not yet present in Debian.
Switch to autopkgtest-pkg-pybuild.
* Test with pytestqt and xvfb. Added patch to support Qt6.
* Build-dep on python3-setuptools-scm to fix embedded version.
* Standards-Version: 4.7.0 (routine-update)
-- Michael R. Crusoe <crusoe@debian.org> Tue, 19 Nov 2024 12:24:23 +0100
python-pymeasure (0.9.0-2) unstable; urgency=medium
* Team upload.
[ Gianfranco Costamagna ]
* Apply upstream PR: #695 to fix build failure due to new python3-pytgraph
Closes: #1021235)
-- Michael R. Crusoe <crusoe@debian.org> Thu, 13 Oct 2022 13:12:37 +0200
python-pymeasure (0.9.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Freshen patches
-- Michael R. Crusoe <crusoe@debian.org> Mon, 08 Feb 2021 10:15:48 +0100
python-pymeasure (0.8.0-1) unstable; urgency=medium
* Team upload.
* New upstream version. Closes: #977091
* Standards-Version: 4.5.1 (routine-update)
* debhelper-compat 13 (routine-update)
* Point Vcs fields to salsa.debian.org (routine-update)
* Refresh patches.
* Drop useless get-orig-source target (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* debian/control: no reason to build-dep on dpkg-dev, it is in
build-essential.
* debian/upstream/metadata: link to upstream's GitHub repository
* debian/patches/skip_qtbot: patch added to skip tests that need this
missing pytest fixture.
-- Michael R. Crusoe <crusoe@debian.org> Sat, 23 Jan 2021 14:06:11 +0100
python-pymeasure (0.5-1) unstable; urgency=medium
* New upstream version 0.5
* Refresh the patch queue
* Bump the standards version to 4.1.1
* Add recommended get-orig-source target
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Tue, 31 Oct 2017 09:34:26 +0000
python-pymeasure (0.4.6-1) unstable; urgency=medium
* New upstream version 0.4.6
* Drop patch No-pytest-conftest.patch.
Reason: No longer required
* Adapt the autopkgtests to the new upstream layout.
Reason: Upstream moved the test suite outside the Python package, so the
tests can no longer be launched with --pyargs. Instead, the test suite
is copied from the source tree to the test bed before running pytest.
* Add pytest-runner to the build dependencies
* Drop superfluous nocheck guard for pybuild
* Add support for the nodoc build option
* Fixup the Vcs-Browser URI
* Relax build dependency on pytest
- New patch No-pytest-runner.patch
- Drop build dependency on pytest-runner
* Add support for the nocheck build profile
* Replace occurrences of findstring with filter
* Bump the standards version to 4.1.0
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Sun, 24 Sep 2017 18:38:10 +0100
python-pymeasure (0.4.5-1) unstable; urgency=low
* Initial release. (Closes: #863604)
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Sun, 23 Jul 2017 12:53:19 +0100
|