Changelog for
python310-xattr-0.9.9-1.2.x86_64.rpm :
* Mon Jan 03 2022 Dirk Müller
- 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 Dirk Müller - update to 0.9.8:
* Update build to use Github Actions
* Various dump related fixes
* Fix classifiers list
* Wed Mar 18 2020 Dirk Mueller - add setuptools dependency (bsc#1161208)
* Thu Feb 06 2020 Marketa Calabkova - update to 0.9.7
* Fix xattr().update() in Python 3
* Fri Mar 22 2019 Dirk Mueller - fix tests run failing on older distributions due to incorrect locale
* Fri Mar 01 2019 Tomáš Chvátal - 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 ecsosAATTopensuse.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 rjschweiAATTsuse.com- Relax version constraint for cffi requirement
* Wed Aug 30 2017 tbechtoldAATTsuse.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 ngompa13AATTgmail.com- Properly add python-cffi as a runtime requirement