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,3 +1,19 @@
-------------------------------------------------------------------
Sat Oct 7 21:18:10 UTC 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 12:54:45 UTC 2023 - ecsos <ecsos@opensuse.org>