SHA256
1
0
forked from pool/fuse-oscfs
Commit Graph

5 Commits

Author SHA256 Message Date
f3abd94fc0 - Update to version v0.7.2:
* obs getBuildlog(): return plain binary data instead of utf8 decoded string
  * types: avoid encoding content during read() which can change the content size
  * types: actually import sys to avoid error during error handling
  * unicode handling: only use `unicode` on Python2

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=6
2021-03-03 12:50:30 +00:00
6be9a39b30 - 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.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=4
2020-02-21 14:19:04 +00:00
Dominique Leuenberger
46242a4afb Accepting request 713219 from filesystems
python2-oscfs is renamed to fuse-oscfs (see sr#705678)

OBS-URL: https://build.opensuse.org/request/show/713219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-oscfs?expand=0&rev=1
2019-07-04 13:43:36 +00:00
1c2b2a7520 correct download URL
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=2
2019-07-03 11:18:45 +00:00
David Sterba
fdee1a150d Accepting request 705678 from home:mgerstner:branches:filesystems
Since openSUSE:Tools/osc is only running on Python3 any more
filesystems/python2-oscfs stopped working. This update supports Python3 and
renames the package to filesystems/fuse-oscfs similar to the naming scheme of
other fuse file systems.

OBS-URL: https://build.opensuse.org/request/show/705678
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=1
2019-05-27 13:25:37 +00:00