14
0

Accepting request 893435 from home:ecsos

- Update to 3.2.0
  - Fix long-standing rounding error in file date handling when the
    nanosecond part of file dates were > 999999500.
  - There is a new pyfuse3.terminate() function to gracefully end
    the main loop.
- Changes from 3.1.1
  - No source changes. Regenerated Cython files with Cython 0.29.21
    for Python 3.9 compatibility.
- Changes from 3.1.0
  - Made compatible with newest Trio module.
- Drop fix_catch_log_handler.patch because now in upstream.
- Change source url to pythonhosted.

OBS-URL: https://build.opensuse.org/request/show/893435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=15
This commit is contained in:
2021-05-16 09:33:06 +00:00
committed by Git OBS Bridge
parent b8aa767c10
commit e8b3a9f18a
5 changed files with 24 additions and 123 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun May 16 08:03:01 UTC 2021 - ecsos <ecsos@opensuse.org>
- Update to 3.2.0
- Fix long-standing rounding error in file date handling when the
nanosecond part of file dates were > 999999500.
- There is a new pyfuse3.terminate() function to gracefully end
the main loop.
- Changes from 3.1.1
- No source changes. Regenerated Cython files with Cython 0.29.21
for Python 3.9 compatibility.
- Changes from 3.1.0
- Made compatible with newest Trio module.
- Drop fix_catch_log_handler.patch because now in upstream.
- Change source url to pythonhosted.
-------------------------------------------------------------------
Mon Mar 15 18:11:55 UTC 2021 - Matej Cepl <mcepl@suse.com>