Extended attributes extend the basic attributes of files and directories
in the file system. They are stored as name:data pairs associated with
file system objects (files, directories, symlinks, etc).
Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4)
and Linux 2.6+. Experimental support is included for Solaris and FreeBSD.
Provides
Requires
License
MIT
Changelog
* Wed Dec 07 2022 yarunachalam@suse.com
- Update to v0.10.1
* Update github actions
* https://github.com/xattr/xattr/issues/112
* Updated README to add reference to osxmetadata
* https://github.com/xattr/xattr/pull/110
* Sat Oct 29 2022 yarunachalam@suse.com
- Update to 0.10.0
* Remove exec flag from tool.py
https://github.com/xattr/xattr/pull/106
* Update the documentation to mention
the attr package and its getfattr and
setfattr tools
https://github.com/xattr/xattr/pull/103
* Mon Jan 03 2022 dmueller@suse.com
- update to 0.9.9:
* Fix regression in xattr console script
* Add -c clear option
* Add note about Linux namespace requirement
* Mon Nov 29 2021 dmueller@suse.com
- update to 0.9.8:
* Update build to use Github Actions
* Various dump related fixes
* Fix classifiers list
* Wed Mar 18 2020 dmueller@suse.com
- add setuptools dependency (bsc#1161208)
* Thu Feb 06 2020 mcalabkova@suse.com
- update to 0.9.7
* Fix xattr().update() in Python 3
* Fri Mar 22 2019 dmueller@suse.com
- fix tests run failing on older distributions due to incorrect locale
* Fri Mar 01 2019 tchvatal@suse.com
- Update to 0.9.6:
* Fix release build by including *.[ch] in Manifest.in
* Extract inline C code for syntax highlighting and easier maintenance
https://github.com/xattr/xattr/pull/75
* Fix Travis build
https://github.com/xattr/xattr/pull/74
* Always include sys/types.h (musl compatibility)
https://github.com/xattr/xattr/pull/73
- Enable tests
* Thu Jul 12 2018 ecsos@opensuse.org
- update to 0.9.3:
* Do not attempt to use surrogateescape unless it is available
https://github.com/xattr/xattr/issues/59
* Thu Feb 22 2018 rjschwei@suse.com
- Relax version constraint for cffi requirement
* Wed Aug 30 2017 tbechtold@suse.com
- update to 0.9.2:
* Fix BSD issue w/ lsattr and long attrs
https://github.com/xattr/xattr/pull/57
* Remove unreachable code
https://github.com/xattr/xattr/pull/56
* Allow (Python 2) long for fd
https://github.com/xattr/xattr/pull/51
* Fix Python 3 bytes handling in xattr.tool
https://github.com/xattr/xattr/pull/50
* Use cffi 1.X features to build native module for faster import
https://github.com/xattr/xattr/pull/47
* NOTE: Version 0.9.0 is the same, was momentarily uploaded with
incomplete CHANGES.txt
- use pypi for Source url
- convert to singlespec
- require the cffi version it was built against
* Fri May 26 2017 ngompa13@gmail.com
- Properly add python-cffi as a runtime requirement
* Wed Jun 01 2016 tbechtold@suse.com
- update to 0.8.0:
* Use os.fsencode where available to better handle filesystem quirks related
to surrogates
* Options bugfix and compatibility module for pyxattr API
* Added xattr/tests/*.py to MANIFEST.in
* Sun Oct 18 2015 ecsos@opensuse.org
- update to 0.7.8
* Added MANIFEST.in to ensure that the .txt files are included
https://github.com/xattr/xattr/issues/40
- update to 0.7.7
* Fixed FreeBSD build
https://github.com/xattr/xattr/pull/32
- update to 0.7.6
* Fixed Solaris & Solaris Studio support and Python 2.6
compatibility
https://github.com/xattr/xattr/pull/29
* Wed Sep 30 2015 dmueller@suse.com
- require the cffi version it was built aga