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