diff --git a/python-xattr.changes b/python-xattr.changes index ee5f404..a51d925 100644 --- a/python-xattr.changes +++ b/python-xattr.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 29 17:58:43 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.10.0 + * Remove exec flag from tool.py + https://github.com/xattr/xattr/pull/106 + * Update the documentation to mention + the attr package and its getfattr and + setfattr tools + https://github.com/xattr/xattr/pull/103 + ------------------------------------------------------------------- Mon Jan 3 12:36:19 UTC 2022 - Dirk Müller diff --git a/python-xattr.spec b/python-xattr.spec index e5a52cd..e71ce7e 100644 --- a/python-xattr.spec +++ b/python-xattr.spec @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xattr -Version: 0.9.9 +Version: 0.10.0 Release: 0 Summary: Python wrapper for extended filesystem attributes License: MIT @@ -63,7 +62,7 @@ export CFLAGS="%{optflags}" %check export LC_ALL=en_US.utf-8 -%python_exec -m unittest discover +%pyunittest discover -v %post %python_install_alternative xattr diff --git a/xattr-0.10.0.tar.gz b/xattr-0.10.0.tar.gz new file mode 100644 index 0000000..9721583 --- /dev/null +++ b/xattr-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722652d2a5324e17891c416d4c76d91ccf98830a8f516a0de8533ce867f3acaf +size 15676 diff --git a/xattr-0.9.9.tar.gz b/xattr-0.9.9.tar.gz deleted file mode 100644 index f8597a4..0000000 --- a/xattr-0.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09cb7e1efb3aa1b4991d6be4eb25b73dc518b4fe894f0915f5b0dcede972f346 -size 15508