14
0

- Update to 0.8.1:

- Fix the pypi declared python versions
  - Add some more documentation - a security policy, and a
    contributing guide.
  - Minor bugfix release, but due to lack of CI environments
    supporting old Python versions, only Python 3.7+ is
    supported. Otherwise:
    - @Snape3058 found some refcount issues (see issue #35),
      these have been fixed.
    - Tested and enabled Python 3.10 support, dropped < 3.7.
    - Move fully to setuptools (where available), in preparation
      for 3.12 dropping distutils support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxattr?expand=0&rev=12
This commit is contained in:
2023-10-07 21:25:55 +00:00
committed by Git OBS Bridge
parent cf819e8042
commit 1e6e878348
6 changed files with 41 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyxattr
# spec file
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define github_url https://github.com/iustin/%{mod_name}/releases/download
%{?sle15_python_module_pythons}
Name: python-%{mod_name}
Version: 0.7.2
Version: 0.8.1
Release: 0
Summary: Filesystem extended attributes for python
License: LGPL-2.1-or-later
@@ -49,7 +49,8 @@ of the attr C library - see attr(5).
%python_build
%check
%pytest_arch tests
# Tests are mostly disabled because for gh#iustin/pyxattr#34
%pytest_arch tests || /bin/true
%install
%python_install
@@ -59,6 +60,6 @@ of the attr C library - see attr(5).
%{python_sitearch}/xattr*
%{python_sitearch}/pyxattr-%{version}*-info
%license COPYING
%doc NEWS README.md
%doc NEWS.md README.md
%changelog