diff --git a/python-xattr.spec b/python-xattr.spec index b310839308a06851c5c2833aa1b0c16885d2c913..2e6b35b51711f644b6d75d450aefaefdce722585 100644 --- a/python-xattr.spec +++ b/python-xattr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xattr -Version: 0.9.9 -Release: 2 +Version: 0.10.1 +Release: 1 Summary: Python wrapper for extended filesystem attributes License: MIT URL: http://github.com/xattr/xattr -Source0: https://files.pythonhosted.org/packages/91/ac/5898d1811abc88c3710317243168feff61ce12be220b9c92ee045ecd66c4/xattr-0.9.9.tar.gz +Source0: https://files.pythonhosted.org/packages/a0/19/dfb42dd6e6749c6e6dde55b12ee44b3c8247c3cfa5b85180a60902722538/xattr-0.10.1.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 +* Mon Dec 12 2022 wubijie - 0.10.1-1 +- Update package to version 0.10.1 + * Wed Jul 06 2022 OpenStack_SIG - 0.9.9-2 - Disable test diff --git a/xattr-0.10.1.tar.gz b/xattr-0.10.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6fe3722de0ab215b49c5c8e5e2013bd1cfbc7fdf Binary files /dev/null and b/xattr-0.10.1.tar.gz differ diff --git a/xattr-0.9.9.tar.gz b/xattr-0.9.9.tar.gz deleted file mode 100644 index 4384a21da6d49a14acc54c861dccbf5b7c69492f..0000000000000000000000000000000000000000 Binary files a/xattr-0.9.9.tar.gz and /dev/null differ