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
|
python-datrie (0.8.3-2) unstable; urgency=medium
* Team upload.
* Remove Multi-Arch: same, since *.dist-info/WHEEL files conflict.
-- Colin Watson <cjwatson@debian.org> Mon, 13 Oct 2025 01:04:23 +0100
python-datrie (0.8.3-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.7.2 (routine-update)
* Refreshed patch.
-- Michael R. Crusoe <crusoe@debian.org> Thu, 28 Aug 2025 17:28:12 +0200
python-datrie (0.8.2-5) unstable; urgency=medium
* Team upload.
* d/rules: add -Wno-error=incompatible-pointer-types to the cflags as
a workaround for https://bugs.debian.org/1077205 ; Closes: #1075412
* d/watch: upgrade to version 4
* d/control: upgrade autopkgtest to pybuild
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* d/control: upgrade to PEP-517 building
* d/clean: add more files. Closes: #1047783
-- Michael R. Crusoe <crusoe@debian.org> Sat, 07 Sep 2024 15:21:36 +0200
python-datrie (0.8.2-4) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 14 Dec 2022 19:26:50 +0000
python-datrie (0.8.2-3) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on libdatrie-dev.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 31 Oct 2022 17:48:07 +0000
python-datrie (0.8.2-2) unstable; urgency=medium
* Update standards version to 4.5.1, no changes needed.
-- Debian Janitor <janitor@jelmer.uk> Wed, 25 May 2022 21:38:03 +0100
python-datrie (0.8.2-1) unstable; urgency=medium
* Team upload.
[ 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.
[ Michael R. Crusoe ]
* d/patches/big_endian: Decode string based on byteorder of system. Closes:
#897094
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Removed 0004-Fix-DeprecationWarning-with-Python-3.7.patch as that was
incorporated upstream.
* Reworked 0002-Don-t-use-bundled-libdatrie.patch
* Add salsa-ci file (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* d/clean: remove src/datrie.{c,html}
* d/control: add python3-pytest-runner to Build-Depends
-- Michael R. Crusoe <crusoe@debian.org> Wed, 04 Nov 2020 10:51:01 +0100
python-datrie (0.8-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Andreas Tille ]
* New upstream version
[ Matthias Klose ]
* Fix build with recent hypothesis version.
Closes: #945472
-- Andreas Tille <tille@debian.org> Thu, 09 Jan 2020 20:49:22 +0100
python-datrie (0.7.1-3) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
* Bump debhelper compat level to 12
* Bump standards version to 4.4.0 (no changes)
* Enable hardening
-- Ondřej Nový <onovy@debian.org> Sat, 27 Jul 2019 18:19:56 +0200
python-datrie (0.7.1-2) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* 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.
[ Mattia Rizzolo ]
* Bump Standards-Version to 4.1.2.
+ Set Rules-Requires-Root:no.
* Mark the binaries as Multi-Arch:same (from the m-a hinter).
* Add patch to fix DeprecationWarning (and so autopkgtest failure) with
Python 3.7. Closes: #904187
-- Mattia Rizzolo <mattia@debian.org> Mon, 24 Sep 2018 13:28:43 +0200
python-datrie (0.7.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ Filip Pytloun ]
* d/compat: Bump debhelper version to 11
* d/control: Bump standards to 4.1.4
* d/control: Require libdatrie 0.2.11-1 and newer
* d/patches: Add 0003-Drop-use-of-libdatrie-patched-method.patch
* Initial release (Closes: #828741)
-- Filip Pytloun <filip@pytloun.cz> Fri, 27 Apr 2018 09:06:02 +0200
|