diff --git a/python-xattr.spec b/python-xattr.spec index 4db939e193e740f892dc13e4a63e7050c5eb21cc..e80bee33d03caea69b1a5d387c42c0a8f843ab89 100644 --- a/python-xattr.spec +++ b/python-xattr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xattr -Version: 1.1.4 +Version: 1.2.0 Release: 1 Summary: Python wrapper for extended filesystem attributes License: MIT URL: http://github.com/xattr/xattr -Source0: https://files.pythonhosted.org/packages/62/bf/8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983/xattr-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/50/65/14438ae55acf7f8fc396ee8340d740a3e1d6ef382bf25bf24156cfb83563/xattr-1.2.0.tar.gz %description 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). @@ -82,6 +82,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 23 2025 liudy - 1.2.0-1 +- Update to 1.2.0 +- Support optional default value in xattr.get() +- Ignore macOS 13 SIP attribute 'com.apple.provenance' in tests + * Tue Jun 10 2025 weijiasheng - 1.1.4-1 - Update to 1.1.4 diff --git a/xattr-1.1.4.tar.gz b/xattr-1.1.4.tar.gz deleted file mode 100644 index fdf076f31e4584de5539d4ba2535b2cdefd522bc..0000000000000000000000000000000000000000 Binary files a/xattr-1.1.4.tar.gz and /dev/null differ diff --git a/xattr-1.2.0.tar.gz b/xattr-1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..88507c9d56f201dbaa5aeb63664f31c012fdda3d Binary files /dev/null and b/xattr-1.2.0.tar.gz differ