forked from pool/fuse-oscfs
Accepting request 1119201 from filesystems
- 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 OBS-URL: https://build.opensuse.org/request/show/1119201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-oscfs?expand=0&rev=6
This commit is contained in:
commit
b9df60512b
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.8.1</param>
|
||||
<param name="revision">0.9.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
||||
<param name="changesrevision">1153b097df63f57552bce553ddba3944a55e065d</param></service></servicedata>
|
||||
<param name="changesrevision">efa4a91b6fbe54a33eb51c04728706555e5106c6</param></service></servicedata>
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 20 09:27:57 UTC 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 10:25:23 UTC 2022 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fuse-oscfs
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: fuse-oscfs
|
||||
Version: 0.8.1
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: A FUSE file system for accessing Open Build Service instances
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Filesystems
|
||||
URL: https://github.com/mgerstner/oscfs
|
||||
Source: oscfs-v%{version}.tar.xz
|
||||
Source: oscfs-%{version}.tar.xz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: osc
|
||||
@ -40,7 +40,7 @@ Python package for interfacing with OBS. At the moment, it provides read-only
|
||||
access for inspecting packages and their metadata.
|
||||
|
||||
%prep
|
||||
%setup -q -n oscfs-v%{version}
|
||||
%setup -q -n oscfs-%{version}
|
||||
|
||||
%build
|
||||
python3 setup.py build
|
||||
|
3
oscfs-0.9.0.tar.xz
Normal file
3
oscfs-0.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9263d666cef918d60672b393c6e7c59ab29e7463262f43901298648106da883c
|
||||
size 32120
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1b6b758adbd899be0b4ac753dd5219aae51db8018382571f47a87b437c629f6
|
||||
size 29928
|
Loading…
Reference in New Issue
Block a user