python-pyxattr 0.6.1-1 source package in Ubuntu

Changelog

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 <email address hidden>  Mon, 29 Oct 2018 21:45:20 +0100

Upload details

Uploaded by:
Iustin Pop
Uploaded to:
Sid
Original maintainer:
Iustin Pop
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pyxattr_0.6.1-1.dsc 2.6 KiB dbb076076a2aab7c5e370cf1f16830b4c7d27aadf9dc3d72f59f02339436ae29
python-pyxattr_0.6.1.orig.tar.gz 31.4 KiB b525843f6b51036198b3b87c4773a5093d6dec57d60c18a1f269dd7059aa16e3
python-pyxattr_0.6.1.orig.tar.gz.asc 833 bytes 8b5f3f43512d5b6e8935be7ef40eb4884ea6e6e8307daff81998048441601789
python-pyxattr_0.6.1-1.debian.tar.xz 8.6 KiB 1c0acab0c504fd6c7dce52b26b54971d684f491e2e71307808007bddadf839fc

No changes file available.

Binary packages built by this source

python-pyxattr: No summary available for python-pyxattr in ubuntu focal.

No description available for python-pyxattr in ubuntu focal.

python-pyxattr-dbg: No summary available for python-pyxattr-dbg in ubuntu disco.

No description available for python-pyxattr-dbg in ubuntu disco.

python-pyxattr-doc: No summary available for python-pyxattr-doc in ubuntu eoan.

No description available for python-pyxattr-doc in ubuntu eoan.

python3-pyxattr: module for manipulating filesystem extended attributes (Python3)

 pyxattr is a Python interface to the libattr library. It allows
 manipulation of the filesystem extended attributes present in some
 operating systems (GNU/Linux included).
 .
 This package contains the library for Python 3.

python3-pyxattr-dbg: module for manipulating filesystem extended attributes (Python3 debug version)

 pyxattr is a Python interface to the libattr library. It allows
 manipulation of the filesystem extended attributes present in some
 operating systems (GNU/Linux included).
 .
 This package contains the library for the Python 3 debug interpreter.