1
0

Accepting request 1188434 from devel:Factory:git-workflow:staging:mcepl:fake-gcs-server:1

update_1.49.2



(🤖: Submission of fake-gcs-server via pool/fake-gcs-server#1 by mcepl)

OBS-URL: https://build.opensuse.org/request/show/1188434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fake-gcs-server?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2024-07-19 13:28:25 +00:00 committed by Git OBS Bridge
commit 9c59994174
8 changed files with 69 additions and 11 deletions

View File

@ -1,4 +1,4 @@
mtime: 1689603042 mtime: 1721313376
commit: c4ea9c3ca155cb33e950531c9e067c115099b6de commit: 1f4f910ecae2f7532d113b38509d0c2a3ab66a0f1dc59a4810cf9f23ac6c0e46
url: https://src.opensuse.org/mcepl/fake-gcs-server.git url: https://src.opensuse.org/mcepl_pkgs/fake-gcs-server.git
revision: c4ea9c3ca155cb33e950531c9e067c115099b6de revision: 1f4f910ecae2f7532d113b38509d0c2a3ab66a0f1dc59a4810cf9f23ac6c0e46

View File

@ -1,5 +1,5 @@
<services> <services>
<service name="go_modules" mode="disabled"> <service name="go_modules" mode="manual">
<param name="compression">xz</param> <param name="compression">xz</param>
</service> </service>
</services> </services>

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:035bdb28cdac931c38c6711049aabba5d1d19dda03ef23c48de5a8756569bd6f
size 272

BIN
fake-gcs-server-1.45.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
fake-gcs-server-1.49.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update to v1.49.2:
- Add omitempty to new timestorageclassupdated
- Update to v1.49.1:
- examples: remove Ruby
- Include fields required by alpakka scala client in response
- Add Testcontainers example with Node.js
- Update to v1.49.0:
- Add Object Deletion Using Signed URLs
- examples/node: add exists()
- Don't omit versioning.enabled in bucket response
- Additional ACL response attributes
- Additional bucket response attributes
- Update to v1.48.0:
- Fix brittle test
- Fill the errors attribute for HTTP errors
- Remove unnecessary quoting around ETag in JSON response
- Additional object response attributes
- Support the projection parameter in getObject
- Update to v1.47.8:
- Add Ruby example
- Update to v1.47.7:
- Updated python example
- Fixed patchObject ignoring ContentType and ContentEncoding
- Update to v1.47.6:
- ci/goreleaser: remove deprecated option
- config: trim trailing slashes from externalURL
- Update to v1.47.5:
- Migrate from logrus to slog
- add missing etag header in download object response
- github/workflows/main: pin python to 3.11 in gsutil example
- github/workflows/main: bump node and java in examples
- Update to v1.47.4:
- server: add MethodHead to the /download mapping
- Update to v1.47.2:
- backend/fs: return empty BucketAttrs if the metadata file is
missing
- Update to v1.47.1:
- Restore 4443 as default port for '-scheme http' as before PR
#1215
- Update to v1.47.0:
- Disallow composing more than 32 objects at once
- Remove obsolete upload route
- Additional bucket response attributes
- Support trailing slash in /o and /b routes
- Add scheme option to bind to both HTTP and HTTPS
- Update to v1.46.0:
- Unify logic for seeding the server from a directory
- Send X-Goog-Stored-Content-Encoding header
- Omit items if empty in object list response
- Add Bucket Attributes
- backend/fs: some bucket attributes cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 17 14:06:02 UTC 2023 - Matej Cepl <mcepl@suse.com> Mon Jul 17 14:06:02 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
%global provider_prefix github.com/fsouza/fake-gcs-server/fakestorage %global provider_prefix github.com/fsouza/fake-gcs-server/fakestorage
%global import_path %{provider_prefix} %global import_path %{provider_prefix}
Name: fake-gcs-server Name: fake-gcs-server
Version: 1.45.2 Version: 1.49.2
Release: 0 Release: 0
Summary: Google Cloud Storage emulator & testing library Summary: Google Cloud Storage emulator & testing library
License: BSD-2-Clause License: BSD-2-Clause

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.