diff --git a/python-xattr.spec b/python-xattr.spec index a67f964d28690488af75298e041e10f2bf1b5460..4db939e193e740f892dc13e4a63e7050c5eb21cc 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.0 +Version: 1.1.4 Release: 1 Summary: Python wrapper for extended filesystem attributes License: MIT URL: http://github.com/xattr/xattr -Source0: https://files.pythonhosted.org/packages/82/00/2190aa29d36a7f79484448f01726fe6fb1e7270d1cb1ec39713cee9abe49/xattr-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/62/bf/8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983/xattr-%{version}.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 +* Tue Jun 10 2025 weijiasheng - 1.1.4-1 +- Update to 1.1.4 + * Tue Mar 05 2024 wangqiang - 1.1.0-1 - Update to 1.1.0 diff --git a/xattr-1.1.0.tar.gz b/xattr-1.1.0.tar.gz deleted file mode 100644 index 012490e3057eabe4716e0c7f210969b97b2a703d..0000000000000000000000000000000000000000 Binary files a/xattr-1.1.0.tar.gz and /dev/null differ diff --git a/xattr-1.1.4.tar.gz b/xattr-1.1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fdf076f31e4584de5539d4ba2535b2cdefd522bc Binary files /dev/null and b/xattr-1.1.4.tar.gz differ