14
0

Accepting request 824888 from home:mcalabkova:branches:devel:languages:python

- Update to 3.0.0
  * Changed create handler to return a FileInfo struct to allow for 
    modification of certain kernel file attributes, e.g. direct_io.

OBS-URL: https://build.opensuse.org/request/show/824888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-08-07 17:11:02 +00:00
committed by Git OBS Bridge
parent 353f19df28
commit dda7fe259f
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 7 15:46:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 3.0.0
* Changed create handler to return a FileInfo struct to allow for
modification of certain kernel file attributes, e.g. direct_io.
-------------------------------------------------------------------
Thu Oct 10 08:27:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>