commit rubygem-docker-api for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-docker-api for openSUSE:Factory checked in at 2024-08-16 12:40:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-docker-api (Old) and /work/SRC/openSUSE:Factory/.rubygem-docker-api.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-docker-api" Fri Aug 16 12:40:40 2024 rev:3 rq:1194268 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-docker-api/rubygem-docker-api.changes 2022-10-13 15:45:08.407088713 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-docker-api.new.2698/rubygem-docker-api.changes 2024-08-16 12:40:41.937764011 +0200 @@ -1,0 +2,5 @@ +Tue Jul 16 09:27:36 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> + +- New upstream release 2.3.0, no changelog found + +------------------------------------------------------------------- Old: ---- docker-api-2.2.0.gem New: ---- docker-api-2.3.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-docker-api.spec ++++++ --- /var/tmp/diff_new_pack.OG4jXi/_old 2024-08-16 12:40:42.765798637 +0200 +++ /var/tmp/diff_new_pack.OG4jXi/_new 2024-08-16 12:40:42.769798804 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-docker-api # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,23 +24,21 @@ # Name: rubygem-docker-api -Version: 2.2.0 +Version: 2.3.0 Release: 0 %define mod_name docker-api %define mod_full_name %{mod_name}-%{version} # MANUAL Requires: %{rubygem excon} >= 0.46.0 # /MANUAL -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{rubygem gem2rpm} -BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 -URL: https://github.com/swipely/docker-api +BuildRequires: %{ruby} +BuildRequires: %{rubygem gem2rpm} +Url: https://github.com/upserve/docker-api Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: A simple REST client for the Docker Remote API License: MIT -Group: Development/Languages/Ruby %description A simple REST client for the Docker Remote API. ++++++ docker-api-2.2.0.gem -> docker-api-2.3.0.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2021-07-07 22:55:01.000000000 +0200 +++ new/README.md 2024-07-08 21:30:52.000000000 +0200 @@ -1,10 +1,10 @@ docker-api ========== -[![Gem Version](https://badge.fury.io/rb/docker-api.svg)](https://badge.fury.io/rb/docker-api) [![travis-ci](https://travis-ci.org/swipely/docker-api.svg?branch=master)](https://travis-ci.org/swipely/docker-api) [![Code Climate](https://codeclimate.com/github/swipely/docker-api.svg)](https://codeclimate.com/github/swipely/docker-api) +[![Gem Version](https://badge.fury.io/rb/docker-api.svg)](https://badge.fury.io/rb/docker-api) [![Code Climate](https://codeclimate.com/github/upserve/docker-api.svg)](https://codeclimate.com/github/upserve/docker-api) This gem provides an object-oriented interface to the [Docker Engine API](https://docs.docker.com/develop/sdk/). Every method listed there is implemented. At the time of this writing, docker-api is meant to interface with Docker version 1.4.* -If you're interested in using Docker to package your apps, we recommend the [dockly](https://github.com/swipely/dockly) gem. Dockly provides a simple DSL for describing Docker containers that install as Debian packages and are controlled by upstart scripts. +If you're interested in using Docker to package your apps, we recommend the [dockly](https://github.com/upserve/dockly) gem. Dockly provides a simple DSL for describing Docker containers that install as Debian packages and are controlled by upstart scripts. Installation ------------ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/docker/image.rb new/lib/docker/image.rb --- old/lib/docker/image.rb 2021-07-07 22:55:01.000000000 +0200 +++ new/lib/docker/image.rb 2024-07-08 21:30:52.000000000 +0200 @@ -68,7 +68,7 @@ name = opts.delete(:name) unless name - if ::Docker.podman? + if ::Docker.podman?(connection) name = self.id.split(':').last else name = self.id diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/docker/version.rb new/lib/docker/version.rb --- old/lib/docker/version.rb 2021-07-07 22:55:01.000000000 +0200 +++ new/lib/docker/version.rb 2024-07-08 21:30:52.000000000 +0200 @@ -1,4 +1,4 @@ module Docker # The version of the docker-api gem. - VERSION = '2.2.0' + VERSION = '2.3.0' end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/excon/middlewares/hijack.rb new/lib/excon/middlewares/hijack.rb --- old/lib/excon/middlewares/hijack.rb 2021-07-07 22:55:01.000000000 +0200 +++ new/lib/excon/middlewares/hijack.rb 2024-07-08 21:30:52.000000000 +0200 @@ -1,11 +1,13 @@ module Excon - VALID_REQUEST_KEYS << :hijack_block - module Middleware # Hijack is an Excon middleware which parses response headers and then # yields the underlying TCP socket for raw TCP communication (used to # attach to STDIN of containers). class Hijack < Base + def self.valid_parameter_keys + [:hijack_block].freeze + end + def build_response(status, socket) response = { :body => '', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2021-07-07 22:55:01.000000000 +0200 +++ new/metadata 2024-07-08 21:30:52.000000000 +0200 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: docker-api version: !ruby/object:Gem::Version - version: 2.2.0 + version: 2.3.0 platform: ruby authors: - Swipely, Inc. -autorequire: +autorequire: bindir: bin cert_chain: [] -date: 2021-07-07 00:00:00.000000000 Z +date: 2024-07-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: excon @@ -16,14 +16,14 @@ requirements: - - ">=" - !ruby/object:Gem::Version - version: 0.47.0 + version: 0.64.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version - version: 0.47.0 + version: 0.64.0 - !ruby/object:Gem::Dependency name: multi_json requirement: !ruby/object:Gem::Requirement @@ -175,11 +175,11 @@ - lib/docker/version.rb - lib/docker/volume.rb - lib/excon/middlewares/hijack.rb -homepage: https://github.com/swipely/docker-api +homepage: https://github.com/upserve/docker-api licenses: - MIT metadata: {} -post_install_message: +post_install_message: rdoc_options: [] require_paths: - lib @@ -194,8 +194,8 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.0.6 -signing_key: +rubygems_version: 3.1.6 +signing_key: specification_version: 4 summary: A simple REST client for the Docker Remote API test_files: []
participants (1)
-
Source-Sync