Package Release Info

python-pyxattr-0.8.1-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pyxattr

Change Logs

* Sat Oct 07 2023 Matej Cepl <mcepl@cepl.eu>
- 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.
* Thu Jul 27 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Mon Nov 30 2020 Dan Čermák <dcermak@suse.com>
- New upstream release 0.7.2
  Minor release:
  * Expand testing by adding better mixed-access checks (e.g. set via symlink and read on file) and by not leaking resources during tests.
  * Enable testing with Python 3.9 and confirm compatibility with it.
  * Fix documentation building with Sphinx 3.0+.
* Fri Nov 13 2020 Benjamin Greiner <code@bnavigator.de>
- Fix BuildRequires for multiple python3 flavors
  gh#openSUSE/python-rpm-macros#66
- Use %pytest_arch
Version: 0.7.1-bp155.2.13
* Wed Feb 19 2020 Dan Čermák <dcermak@suse.com>
- New upstream release 0.7.1
  * Fix license to LGPL 2.1 and later
  * Add keyring for source verification
  Changelog:
  Major change: drop compatibility with Python 2, which allows significant code
  cleanups.
  Other changes:
  * Switch internal implementation of argument parsing to a built-in one
    (`PyUnicode_FSConverter`), which brings automatic support for
    path-like objects in Python 3.6+ (#20), and also a more uniform
    handling of Unicode path arguments with respect to other Python code.
  * Fix missing error check in list operations in `get_all` (#17).
  * Switch test library to pytest; not that a reasonable recent version is
    needed. Additionally, expand test coverage, although not directly
    visible in actual coverage reports…
* Tue Jul 16 2019 Dan Čermák <dcermak@suse.com>
- Initial package version
Version: 0.7.1-bp152.1.8
* Wed Feb 19 2020 Dan ?ermák <dcermak@suse.com>
- New upstream release 0.7.1
  * Fix license to LGPL 2.1 and later
  * Add keyring for source verification
  Changelog:
  Major change: drop compatibility with Python 2, which allows significant code
  cleanups.
  Other changes:
  * Switch internal implementation of argument parsing to a built-in one
    (`PyUnicode_FSConverter`), which brings automatic support for
    path-like objects in Python 3.6+ (#20), and also a more uniform
    handling of Unicode path arguments with respect to other Python code.
  * Fix missing error check in list operations in `get_all` (#17).
  * Switch test library to pytest; not that a reasonable recent version is
    needed. Additionally, expand test coverage, although not directly
    visible in actual coverage reports?
* Tue Jul 16 2019 Dan ?ermák <dcermak@suse.com>
- Initial package version