Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b4e97b2092 | |||
| 44c022207e | |||
| 416a775630 | |||
| 0dbebcc3ee |
@@ -1,35 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 16 10:04:18 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
|
||||||
|
|
||||||
- Update to 1.3.0:
|
|
||||||
- Update pyproject.toml license identifier and update CI workflows
|
|
||||||
for Python 3.14, dropping support for Python 3.8. #134
|
|
||||||
- 1.2.0
|
|
||||||
- Support optional default value in xattr.get() #130
|
|
||||||
- Ignore macOS 13 SIP attribute 'com.apple.provenance' in tests #131
|
|
||||||
- 1.1.4
|
|
||||||
- Update GitHub actions to support upload-artifact@v4 (with the
|
|
||||||
side-effect of building wheels for Python v3.13)
|
|
||||||
- 1.1.3
|
|
||||||
- Update GitHub actions to support upload-artifact@v4 #126 #125
|
|
||||||
- Update GitHub actions (with the side-effect of building wheels
|
|
||||||
for Python v3.13) #123 #124
|
|
||||||
- 1.1.2
|
|
||||||
- Update GitHub actions to support upload-artifact@v4 #125
|
|
||||||
- 1.1.1
|
|
||||||
- Update GitHub actions (with the side-effect of building wheels for
|
|
||||||
Python v3.13) #123 #124
|
|
||||||
- 1.1.0
|
|
||||||
- Improve FreeBSD compatibility by stripping "user." prefix on
|
|
||||||
attribute names, but add them when listing attributes so that it
|
|
||||||
behaves similarly to Linux (the xattr.pyxattr_compat module does
|
|
||||||
not add them). Also adds FreeBSD with its ports build of Python
|
|
||||||
3.9 to the CI test suite. #116 #117
|
|
||||||
- 1.0.0
|
|
||||||
- Update test & build matrix and use Github Actions as a Trusted
|
|
||||||
Publisher. Drop support for Python 3.7 and earlier (including
|
|
||||||
Python 2). Move tests out of package. #115
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 09:44:09 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Tue Aug 26 09:44:09 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-xattr
|
Name: python-xattr
|
||||||
Version: 1.3.0
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python wrapper for extended filesystem attributes
|
Summary: Python wrapper for extended filesystem attributes
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -32,7 +32,6 @@ Source: https://files.pythonhosted.org/packages/source/x/xattr/xattr-%{v
|
|||||||
BuildRequires: %{python_module cffi}
|
BuildRequires: %{python_module cffi}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -74,7 +73,7 @@ export CFLAGS="%{optflags}"
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export LC_ALL=en_US.utf-8
|
export LC_ALL=en_US.utf-8
|
||||||
%pytest_arch tests
|
%pyunittest discover -v
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative xattr
|
%python_install_alternative xattr
|
||||||
|
|||||||
BIN
xattr-0.10.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
xattr-0.10.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30439fabd7de0787b27e9a6e1d569c5959854cb322f64ce7380fedbfa5035036
|
|
||||||
size 17148
|
|
||||||
Reference in New Issue
Block a user