1 python-pyxattr (0.6.1-1) unstable; urgency=medium
3 * New upstream release, with two changes that affect Linux and Debian:
4 - Drop the use of the `attr` library, and instead switch to the glibc
5 header `sys/xattr.h`, which is provided for a really long time now
7 - Release the GIL when performing I/O, which can improve performance
8 significantly on network or slow filesystems; slowdown on fast
9 filesystems should be minimal (0-5%, in many cases negligible)
10 * Usual updates to the debian packaging (new standards version, added
11 rules-requires-root: no, debhelper compat version, etc.)
13 -- Iustin Pop <iustin@debian.org> Sun, 28 Oct 2018 20:18:55 +0100
15 python-pyxattr (0.6.0-2) unstable; urgency=medium
17 * Fixup building on hurd and kfreebsd; while neither of these
18 architectures have proper xattr support, the package was present and
19 importable on them previously (and hurd has some very basic support
22 -- Iustin Pop <iustin@debian.org> Thu, 26 Jan 2017 00:30:55 +0100
24 python-pyxattr (0.6.0-1) unstable; urgency=medium
26 * New upstream release, mainly fixing a race condition when
27 listing/reading attributes during concurrent modifications (which
28 required internal changes, see the NEWS file), and OSX support (not
30 * Fixup autopkgtests to also work when building the packages
32 -- Iustin Pop <iustin@debian.org> Mon, 23 Jan 2017 23:35:45 +0100
34 python-pyxattr (0.5.6-1) unstable; urgency=medium
36 * Imported Upstream versions 0.5.4, 0.5.5 and 0.5.6; main changes:
37 - fix multiple memory leaks in error handling paths
38 - improve error message in case attributes disappear during retrieval
39 - fix actual int/size_t issues (https://bugzilla.redhat.com/1127310)
40 - fix potential sign-compare issues (code is -Wconversion clean now)
41 - fix potential name truncation in merge_ns()
42 - fix building on systems which don't have ENODATA
43 * Improve hardening of the package (all except pie, which breaks the
45 * Migrate debian/copyright to DEP5-style
46 * Switch debian packaging repo over to Alioth
47 * Switch build system to dh and pybuild
48 * Split the documentation into a separate package (Closes: #725419);
49 note that the path to the documentation has now changed
50 * Add autopkgtest testsuite; this would have helped the issue found by
51 RedHat much earlier, since Debian runs on more platforms
53 -- Iustin Pop <iustin@debian.org> Sat, 14 May 2016 23:31:34 +0200
55 python-pyxattr (0.5.3-2) unstable; urgency=medium
57 * Fix building with Sphinx 1.3 (Closes: #787848).
59 -- Iustin Pop <iustin@debian.org> Mon, 29 Jun 2015 21:37:39 +0200
61 python-pyxattr (0.5.3-1) unstable; urgency=medium
63 * New upstream releases: speedup, changes in handling invalid file names
64 * Standards version 3.9.5 (no changes needed)
67 -- Iustin Pop <iustin@debian.org> Mon, 21 Jul 2014 05:03:58 +0200
69 python-pyxattr (0.5.1-1) unstable; urgency=low
71 * New upstream bug-fix release, fixing reference leaks and potential
72 NULL pointer dereferences in low memory cases
73 * Add python 3 packages, based on patch from Didier 'OdyX' Raboud
76 -- Iustin Pop <iustin@debian.org> Wed, 16 May 2012 21:00:12 +0200
78 python-pyxattr (0.5.0-3) unstable; urgency=low
80 * Remove old Replaces/Breaks
82 -- Iustin Pop <iustin@debian.org> Tue, 17 Aug 2010 23:06:32 +0200
84 python-pyxattr (0.5.0-2) unstable; urgency=low
86 * Apply a modified version of the Ubuntu patch for enabling debug
87 packages, thanks Angel Abad (Closes: #591634).
88 * Standards version 3.9.1 (use Breaks instead of Conflicts).
90 -- Iustin Pop <iustin@debian.org> Thu, 05 Aug 2010 13:50:26 -0400
92 python-pyxattr (0.5.0-1) unstable; urgency=low
94 * New upstream version
95 * Standards version 3.8.4 (no changes needed)
96 * Switch to dpkg-source 3.0 (quilt) format
97 * Added doc-base control file for the shipped documentation
99 -- Iustin Pop <iustin@debian.org> Mon, 01 Mar 2010 21:29:00 +0100
101 python-pyxattr (0.4.0-2) unstable; urgency=low
103 * Fix "FTBFS on GNU/kFreeBSD" (added a modified form of the submitted patch,
104 thanks Cyril Brulebois) (Closes: #540979)
105 * Update standards version (no changes needed)
107 -- Iustin Pop <iusty@k1024.org> Wed, 12 Aug 2009 22:13:13 +0200
109 python-pyxattr (0.4.0-1) unstable; urgency=low
111 * New Upstream Version, with license changed to LGPL
112 * Update to Policy 3.8.0
113 * Update the rules file for newer pysupport version
114 * Update debhelper compat level to 7
117 -- Iustin Pop <iusty@k1024.org> Mon, 30 Jun 2008 23:26:01 +0200
119 python-pyxattr (0.2.2-2) unstable; urgency=low
121 * Upgrade standards version to 3.7.3 (no changes required)
122 * Fix other lintian warnings
124 -- Iustin Pop <iusty@k1024.org> Tue, 26 Feb 2008 22:38:38 +0100
126 python-pyxattr (0.2.2-1) unstable; urgency=low
128 * New upstream release (Closes: #431112)
129 * Acknowledge NMUs (thanks Pierre!) (Closes: #373348, #368616)
131 -- Iustin Pop <iusty@k1024.org> Mon, 16 Jul 2007 20:58:34 +0200
133 python-pyxattr (0.2.1-1.1) unstable; urgency=low
135 * Non-maintainer upload.
136 * Update package to the last python policy (Closes: #373348).
137 * Package is now arch:any (Closes: #368616).
139 -- Pierre Habouzit <madcoder@debian.org> Sun, 2 Jul 2006 15:44:23 +0200
141 python-pyxattr (0.2.1-1) unstable; urgency=low
143 * New upstream release (fixes a symlink handling bug
144 and a possible memory leak)
145 * Stop building python 2.2 packages (closes: #351150)
146 * Start building python 2.4 packages
147 * Updated standards version to 3.6.2 (no changes)
148 * Update FSF address in copyright file
150 -- Iustin Pop <iusty@k1024.org> Sat, 11 Feb 2006 23:28:43 +0200
152 python-pyxattr (0.2-2) unstable; urgency=low
154 * Fixed missing dependency on python (closes: #258484)
155 * Updates to standards version 3.6.1
157 -- Iustin Pop <iusty@k1024.org> Sun, 11 Jul 2004 02:16:09 +0300
159 python-pyxattr (0.2-1) unstable; urgency=low
163 -- Iustin Pop <iusty@k1024.org> Tue, 16 Sep 2003 01:27:31 +0300