Package Release Info

fuse-oscfs-0.7.1-bp152.1.9

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

fuse-oscfs

Change Logs

* Fri Feb 21 2020 matthias.gerstner@suse.com
- Update to version 0.7.1:
  - fix read() with offset especially with large files. This fixes use of
    various tools when applied on oscfs files e.g. `rpm2cpio` or
    `tail *.spec` previously failed or behaved strangely.
  - be robust against non-ASCII characters in OBS buildlogs.
  - apply caching also to actual file content to be more efficient when e.g.
    operating on larger files.
* Mon May 27 2019 mgerstner <matthias.gerstner@suse.com>
- major update to version 0.7.0:
  - Added support for running in Python3 with the Python3 osc module installed.
  - support mounting of oscfs in non-empty directories.
  - minor bugfixes with accessing package and project meta data via `.oscfs`.
* Thu Aug 09 2018 matthias.gerstner@suse.com
- minor update to version 0.6.1:
  - fix bad read speed when accessing package binaries via
    `.oscfs/binaries/...`
* Thu Jul 12 2018 jengelh@inai.de
- Fix grammar in description.
* Thu Jul 12 2018 matthias.gerstner@suse.com
- initial version of new package for oscfs. This is currently a python2-only
  package.