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
|
python-pyppmd (1.3.1+ds-1) unstable; urgency=medium
* New upstream version 1.3.1+ds
* Rediff patches
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Sun, 30 Nov 2025 21:24:40 +0900
python-pyppmd (1.2.0+ds-6) unstable; urgency=medium
* Add architecture macro for build rule
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Tue, 25 Nov 2025 01:07:55 +0900
python-pyppmd (1.2.0+ds-5) unstable; urgency=medium
* Disable some tests that requires large memory
* Display test name for debugging
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Sun, 23 Nov 2025 23:39:51 +0900
python-pyppmd (1.2.0+ds-4) unstable; urgency=medium
* Refactor test arguments
* Add architecture specific test options
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Sun, 23 Nov 2025 11:20:51 +0900
python-pyppmd (1.2.0+ds-3) unstable; urgency=medium
* Benchmark test is not reliable for ports architecture
* Make benchmark test as optional one
* Disable fragile test on ports platforms
* Update benchmark code
* "benchmark" marker requires benchmark plugin for any platforms
* Lintian fix: redundant-rules-requires-root-no-field
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Sun, 23 Nov 2025 08:46:47 +0900
python-pyppmd (1.2.0+ds-2) unstable; urgency=medium
* Use V5 format for watch file
* Use local file for salsa CI
* Drop Emacs mode line from debian/watch
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Tue, 30 Sep 2025 14:46:08 +0900
python-pyppmd (1.2.0+ds-1) unstable; urgency=medium
* Upgrade Debian policy to 4.7.2
* New upstream version 1.2.0+ds
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Wed, 07 May 2025 03:12:06 +0900
python-pyppmd (1.1.1+ds-1) unstable; urgency=medium
* New upstream version 1.1.1+ds
* Rediff patches
* Renumber patches
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Sat, 28 Dec 2024 03:34:44 +0900
python-pyppmd (1.1.0+ds-4) unstable; urgency=medium
* Force to use CFFI for multi-platform compatibility
* Update cpuinfo module patch
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Sun, 30 Jun 2024 00:42:22 +0900
python-pyppmd (1.1.0+ds-3) unstable; urgency=medium
* Disable flaky fuzzing test
Fuzzing test sometimes hangups test.
* patch: Initialize values
(debian/patches/0003-Initialize-values.patch)
"buffer" is uninitialized when PyArg_ParseTupleAndKeywords() returned
error.
* patch: Skip benchmark tests if cpuinfo module is not supported
(debian/patches/0004-Skip-benchmark-tests-if-cpuinfo-module-is-not-
suppor.patch)
"cpuinfo" modules dose not supports minor platforms.
This patch skips benchmark tests on those platforms.
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Thu, 02 May 2024 10:06:06 +0900
python-pyppmd (1.1.0+ds-2) unstable; urgency=medium
* Packaging update
* patch: Use stdint.h and stdbool.h to determine storage size of each
data types
(debian/patches/0001-Use-stdint.h-and-stdbool.h-to-determine-storage-size.patch)
Upstream code uses architecture name to determin platform register size
(32/64 bits). But this method is insufficient for minor platforms like
non-x86/non-ARM platforms.
This patch uses <stdint.h> and <stdbool.h> to determin correct register
size even in minor platforms.
* Standards-Version: 4.7.0 (routine-update)
* Testsuite: autopkgtest-pkg-pybuild (routine-update)
* No tab in license text (routine-update)
* Upgrade Python build sequencer
* Upgrade Python test sequencer
* patch: FTBFS fix for Hurd
(debian/patches/0002-FTBFS-fix-for-Hurd.patch)
Use "__APPLE__" instead of "__MACH__" if the code is only for macOS.
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Tue, 30 Apr 2024 12:32:48 +0900
python-pyppmd (1.1.0+ds-1) unstable; urgency=medium
* Initial commit (Closes: #1068315)
-- YOKOTA Hiroshi <yokota.hgml@gmail.com> Sun, 07 Apr 2024 05:57:50 +0900
|