diff --git a/python-xattr.spec b/python-xattr.spec index e80bee33d03caea69b1a5d387c42c0a8f843ab89..90136914b8f0fa1278f232dfc682e6d85346601b 100644 --- a/python-xattr.spec +++ b/python-xattr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xattr -Version: 1.2.0 +Version: 1.3.0 Release: 1 Summary: Python wrapper for extended filesystem attributes License: MIT URL: http://github.com/xattr/xattr -Source0: https://files.pythonhosted.org/packages/50/65/14438ae55acf7f8fc396ee8340d740a3e1d6ef382bf25bf24156cfb83563/xattr-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/08/d5/25f7b19af3a2cb4000cac4f9e5525a40bec79f4f5d0ac9b517c0544586a0/xattr-1.3.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,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 17 2025 guochao - 1.3.0-1 +- Update version to 1.3.0 + * Wed Jul 23 2025 liudy - 1.2.0-1 - Update to 1.2.0 - Support optional default value in xattr.get() diff --git a/xattr-1.2.0.tar.gz b/xattr-1.2.0.tar.gz deleted file mode 100644 index 88507c9d56f201dbaa5aeb63664f31c012fdda3d..0000000000000000000000000000000000000000 Binary files a/xattr-1.2.0.tar.gz and /dev/null differ diff --git a/xattr-1.3.0.tar.gz b/xattr-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..098bc16f08d50c80cce61bba8a2a195734c1872e Binary files /dev/null and b/xattr-1.3.0.tar.gz differ