Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fuse-oscfs-0.9.0-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: fuse-oscfs Distribution: openSUSE Tumbleweed
Version: 0.9.0 Vendor: openSUSE
Release: 1.3 Build date: Fri Oct 20 11:27:57 2023
Group: System/Filesystems Build host: reproducible
Size: 261031 Source RPM: fuse-oscfs-0.9.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mgerstner/oscfs
Summary: A FUSE file system for accessing Open Build Service instances
oscfs is a FUSE-based user space file system for accessing Open
Build Service (OBS) instances. It is based on the osc (openSUSE Commander)
Python package for interfacing with OBS. At the moment, it provides read-only
access for inspecting packages and their metadata.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Oct 20 2023 matthias.gerstner@suse.com
  - Update to version 0.9.0:
    * NEWS: changes for next release
    * regtest: compatibility with newer OSC module versions
    * obs: implement transparent retry to prevent HTTP 503 woes
    * obs: remove extraneous newlines from project and package meta output
    * error handling: support full exception backtrace report
    * debugging: support writing stdout and stderr to a logfile for analysis
    * regtest: fix unmount in early auth error failure case
    * regtest: make sure also to remove cookiejar for early auth error test
    * Revert "regtest: add some extra robustness against potential umount races"
    * regtest: add some extra robustness against potential umount races
    * fix regressions introduced by commit cd692a1d2f9fabe4ac5451832c3b7df109302c07
    * urlopenwrapper: fix sshkey check
    * Package: fix symlink path to update package
    * urlopen wrapper: support disabling the wrapper on the command line
    * obs.getBinaries(): fix strange osc behaviour if zero length files appear
    * add command line option to disable build artifacts caching
    * module_helper: insert local modules directory at the front of the path
    * oscfs wrapper script: use explicitly python3 by default
    * bugfix: fix early auth check on non-OBS instance
* Wed Feb 23 2022 matthias.gerstner@suse.com
  - Update to version v0.8.1:
    * urlopenwrapper: make data an optional argument, fixing a start error on
      some Python versions.
* Tue Feb 22 2022 matthias.gerstner@suse.com
  - Update to version v0.8.0:
    - fix error if a package filename contained the '#' character.
    - fix authentication error detection during startup.
    - enable urlopenwrapper hack again which speeds up consecutive requests
      drastically.
    - source code ported to Python3 only, removed all Python2 compatibility.
      Source code is now conforming largely to PIP and flake8 standards.
* Wed Mar 03 2021 matthias.gerstner@suse.com
  - 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
* 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.

Files

/usr/bin/oscfs
/usr/lib/python3.11/site-packages/oscfs
/usr/lib/python3.11/site-packages/oscfs-0.8.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/oscfs-0.8.1-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/oscfs-0.8.1-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/oscfs-0.8.1-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/oscfs-0.8.1-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/oscfs-0.8.1-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/oscfs/__init__.py
/usr/lib/python3.11/site-packages/oscfs/__pycache__
/usr/lib/python3.11/site-packages/oscfs/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/fs.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/link.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/misc.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/obs.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/obsfile.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/package.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/project.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/refreshtrigger.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/retry_decorator.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/root.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/types.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/__pycache__/urlopenwrapper.cpython-311.pyc
/usr/lib/python3.11/site-packages/oscfs/fs.py
/usr/lib/python3.11/site-packages/oscfs/link.py
/usr/lib/python3.11/site-packages/oscfs/misc.py
/usr/lib/python3.11/site-packages/oscfs/obs.py
/usr/lib/python3.11/site-packages/oscfs/obsfile.py
/usr/lib/python3.11/site-packages/oscfs/package.py
/usr/lib/python3.11/site-packages/oscfs/project.py
/usr/lib/python3.11/site-packages/oscfs/refreshtrigger.py
/usr/lib/python3.11/site-packages/oscfs/retry_decorator.py
/usr/lib/python3.11/site-packages/oscfs/root.py
/usr/lib/python3.11/site-packages/oscfs/types.py
/usr/lib/python3.11/site-packages/oscfs/urlopenwrapper.py
/usr/share/doc/packages/fuse-oscfs
/usr/share/doc/packages/fuse-oscfs/NEWS.rst
/usr/share/doc/packages/fuse-oscfs/README.md
/usr/share/licenses/fuse-oscfs
/usr/share/licenses/fuse-oscfs/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024