]> git.k1024.org Git - debian-pyxattr.git/blob - debian/changelog
Drop suggests on the old dbg package
[debian-pyxattr.git] / debian / changelog
1 python-pyxattr (0.8.0-2) UNRELEASED; urgency=medium
2
3   * Drop the suggests on the -dbg package, was remove a long time ago.
4
5  -- Iustin Pop <iustin@debian.org>  Sun, 22 Jan 2023 12:31:44 +0100
6
7 python-pyxattr (0.8.0-1) unstable; urgency=medium
8
9   * New upstream version, one memory leak on an error path and otherwise
10     trivial changes.
11   * Bump standards version (no changes needed, AFACIS).
12   * Re-enable pie, since it now builds correctly with it (Closes: #986191).
13   * Enable LTO, looks like more recent Python allows building with it
14     (Closes: #1015600).
15
16  -- Iustin Pop <iustin@debian.org>  Thu, 19 Jan 2023 12:44:31 +0100
17
18 python-pyxattr (0.7.2-2) unstable; urgency=medium
19
20   [ Debian Janitor ]
21   * Remove constraints unnecessary since buster:
22     + python-pyxattr-doc: Drop versioned constraint on python-pyxattr in
23       Replaces.
24     + python-pyxattr-doc: Drop versioned constraint on python-pyxattr in Breaks.
25
26   [ Iustin Pop ]
27   * Remove debug package; no reverse deps, so straightforward (Closes:
28     #994366).
29   * Bump standards version (no changes needed).
30   * Fix double-building (pbuild) by adding an ignore for egg-info/PKG-INFO
31     files.
32
33  -- Iustin Pop <iustin@debian.org>  Sat, 27 Nov 2021 01:13:39 +0100
34
35 python-pyxattr (0.7.2-1) unstable; urgency=medium
36
37   [ Debian Janitor ]
38   * Bump debhelper from old 11 to 12.
39   * Set debhelper-compat version in Build-Depends.
40   * Fix field name typos in debian/copyright.
41
42   [ Iustin Pop ]
43   * New upstream version, officially dropping Python 2 support, which
44     allows better compatibility with Python 3, e.g. Path objects support.
45   * Minor refresh of packaging (debhelper compat, standards version, watch
46     file version, etc.).
47   * Drop the easy-doc patch, it is actually harmful.
48
49  -- Iustin Pop <iustin@debian.org>  Sun, 29 Nov 2020 21:28:46 +0100
50
51 python-pyxattr (0.6.1-2) unstable; urgency=medium
52
53   * Drop python2 support; Closes: #938107
54   * debian/patches/easy-doc.patch
55     - remove dependency between building ext and building doc
56
57  -- Sandro Tosi <morph@debian.org>  Tue, 17 Mar 2020 12:25:10 -0400
58
59 python-pyxattr (0.6.1-1) unstable; urgency=medium
60
61   * New upstream release, with two changes that affect Linux and Debian:
62     - Drop the use of the `attr` library, and instead switch to the glibc
63       header `sys/xattr.h`, which is provided for a really long time now
64       (since glibc 2.3)
65     - Release the GIL when performing I/O, which can improve performance
66       significantly on network or slow filesystems; slowdown on fast
67       filesystems should be minimal (0-5%, in many cases negligible)
68   * Usual updates to the debian packaging (new standards version, added
69     rules-requires-root: no, debhelper compat version, etc.)
70
71  -- Iustin Pop <iustin@debian.org>  Mon, 29 Oct 2018 21:45:20 +0100
72
73 python-pyxattr (0.6.0-2) unstable; urgency=medium
74
75   * Fixup building on hurd and kfreebsd; while neither of these
76     architectures have proper xattr support, the package was present and
77     importable on them previously (and hurd has some very basic support
78     for xattrs)
79
80  -- Iustin Pop <iustin@debian.org>  Thu, 26 Jan 2017 00:30:55 +0100
81
82 python-pyxattr (0.6.0-1) unstable; urgency=medium
83
84   * New upstream release, mainly fixing a race condition when
85     listing/reading attributes during concurrent modifications (which
86     required internal changes, see the NEWS file), and OSX support (not
87     impacting Debian)
88   * Fixup autopkgtests to also work when building the packages
89
90  -- Iustin Pop <iustin@debian.org>  Mon, 23 Jan 2017 23:35:45 +0100
91
92 python-pyxattr (0.5.6-1) unstable; urgency=medium
93
94   * Imported Upstream versions 0.5.4, 0.5.5 and 0.5.6; main changes:
95     - fix multiple memory leaks in error handling paths
96     - improve error message in case attributes disappear during retrieval
97     - fix actual int/size_t issues (https://bugzilla.redhat.com/1127310)
98     - fix potential sign-compare issues (code is -Wconversion clean now)
99     - fix potential name truncation in merge_ns()
100     - fix building on systems which don't have ENODATA
101   * Improve hardening of the package (all except pie, which breaks the
102     build)
103   * Migrate debian/copyright to DEP5-style
104   * Switch debian packaging repo over to Alioth
105   * Switch build system to dh and pybuild
106   * Split the documentation into a separate package (Closes: #725419);
107     note that the path to the documentation has now changed
108   * Add autopkgtest testsuite; this would have helped the issue found by
109     RedHat much earlier, since Debian runs on more platforms
110
111  -- Iustin Pop <iustin@debian.org>  Sat, 14 May 2016 23:31:34 +0200
112
113 python-pyxattr (0.5.3-2) unstable; urgency=medium
114
115   * Fix building with Sphinx 1.3 (Closes: #787848).
116
117  -- Iustin Pop <iustin@debian.org>  Mon, 29 Jun 2015 21:37:39 +0200
118
119 python-pyxattr (0.5.3-1) unstable; urgency=medium
120
121   * New upstream releases: speedup, changes in handling invalid file names
122   * Standards version 3.9.5 (no changes needed)
123   * Update watch file
124
125  -- Iustin Pop <iustin@debian.org>  Mon, 21 Jul 2014 05:03:58 +0200
126
127 python-pyxattr (0.5.1-1) unstable; urgency=low
128
129   * New upstream bug-fix release, fixing reference leaks and potential
130     NULL pointer dereferences in low memory cases
131   * Add python 3 packages, based on patch from Didier 'OdyX' Raboud
132     (Closes: #606898)
133
134  -- Iustin Pop <iustin@debian.org>  Wed, 16 May 2012 21:00:12 +0200
135
136 python-pyxattr (0.5.0-3) unstable; urgency=low
137
138   * Remove old Replaces/Breaks
139
140  -- Iustin Pop <iustin@debian.org>  Tue, 17 Aug 2010 23:06:32 +0200
141
142 python-pyxattr (0.5.0-2) unstable; urgency=low
143
144   * Apply a modified version of the Ubuntu patch for enabling debug
145     packages, thanks Angel Abad (Closes: #591634).
146   * Standards version 3.9.1 (use Breaks instead of Conflicts).
147
148  -- Iustin Pop <iustin@debian.org>  Thu, 05 Aug 2010 13:50:26 -0400
149
150 python-pyxattr (0.5.0-1) unstable; urgency=low
151
152   * New upstream version
153   * Standards version 3.8.4 (no changes needed)
154   * Switch to dpkg-source 3.0 (quilt) format
155   * Added doc-base control file for the shipped documentation
156
157  -- Iustin Pop <iustin@debian.org>  Mon, 01 Mar 2010 21:29:00 +0100
158
159 python-pyxattr (0.4.0-2) unstable; urgency=low
160
161   * Fix "FTBFS on GNU/kFreeBSD" (added a modified form of the submitted patch,
162     thanks Cyril Brulebois) (Closes: #540979)
163   * Update standards version (no changes needed)
164
165  -- Iustin Pop <iusty@k1024.org>  Wed, 12 Aug 2009 22:13:13 +0200
166
167 python-pyxattr (0.4.0-1) unstable; urgency=low
168
169   * New Upstream Version, with license changed to LGPL
170   * Update to Policy 3.8.0
171   * Update the rules file for newer pysupport version
172   * Update debhelper compat level to 7
173   * Added watch file
174
175  -- Iustin Pop <iusty@k1024.org>  Mon, 30 Jun 2008 23:26:01 +0200
176
177 python-pyxattr (0.2.2-2) unstable; urgency=low
178
179   * Upgrade standards version to 3.7.3 (no changes required)
180   * Fix other lintian warnings
181
182  -- Iustin Pop <iusty@k1024.org>  Tue, 26 Feb 2008 22:38:38 +0100
183
184 python-pyxattr (0.2.2-1) unstable; urgency=low
185
186   * New upstream release (Closes: #431112)
187   * Acknowledge NMUs (thanks Pierre!) (Closes: #373348, #368616)
188
189  -- Iustin Pop <iusty@k1024.org>  Mon, 16 Jul 2007 20:58:34 +0200
190
191 python-pyxattr (0.2.1-1.1) unstable; urgency=low
192
193   * Non-maintainer upload.
194   * Update package to the last python policy (Closes: #373348).
195   * Package is now arch:any (Closes: #368616).
196
197  -- Pierre Habouzit <madcoder@debian.org>  Sun,  2 Jul 2006 15:44:23 +0200
198
199 python-pyxattr (0.2.1-1) unstable; urgency=low
200
201   * New upstream release (fixes a symlink handling bug
202     and a possible memory leak)
203   * Stop building python 2.2 packages (closes: #351150)
204   * Start building python 2.4 packages
205   * Updated standards version to 3.6.2 (no changes)
206   * Update FSF address in copyright file
207
208  -- Iustin Pop <iusty@k1024.org>  Sat, 11 Feb 2006 23:28:43 +0200
209
210 python-pyxattr (0.2-2) unstable; urgency=low
211
212   * Fixed missing dependency on python (closes: #258484)
213   * Updates to standards version 3.6.1
214
215  -- Iustin Pop <iusty@k1024.org>  Sun, 11 Jul 2004 02:16:09 +0300
216
217 python-pyxattr (0.2-1) unstable; urgency=low
218
219   * Initial Release.
220
221  -- Iustin Pop <iusty@k1024.org>  Tue, 16 Sep 2003 01:27:31 +0300