diff --git a/python-xattr.spec b/python-xattr.spec index 73392f6..9763740 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.7 +Version: 0.9.9 Release: 1 Summary: Python wrapper for extended filesystem attributes License: MIT URL: http://github.com/xattr/xattr -Source0: https://files.pythonhosted.org/packages/c1/74/1ff659d6deb1d2d6babb9483171edfa330264ae2cbf005035bb7a77b07d2/xattr-0.9.7.tar.gz +Source0: https://files.pythonhosted.org/packages/91/ac/5898d1811abc88c3710317243168feff61ce12be220b9c92ee045ecd66c4/xattr-0.9.9.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). @@ -16,6 +16,9 @@ Provides: python-xattr # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel BuildRequires: python3-cffi BuildRequires: gcc BuildRequires: gdb @@ -78,5 +81,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 13 2022 OpenStack_SIG - 0.9.9-1 +- Upgrade package python3-xattr to version 0.9.9 + * Wed Aug 11 2021 OpenStack_SIG - 0.9.7-1 - Package Spec generate diff --git a/xattr-0.9.7.tar.gz b/xattr-0.9.7.tar.gz deleted file mode 100644 index 08ace98..0000000 Binary files a/xattr-0.9.7.tar.gz and /dev/null differ diff --git a/xattr-0.9.9.tar.gz b/xattr-0.9.9.tar.gz new file mode 100644 index 0000000..4384a21 Binary files /dev/null and b/xattr-0.9.9.tar.gz differ