Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-bundler-audit for 
openSUSE:Factory checked in at 2021-07-02 13:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bundler-audit (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bundler-audit.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bundler-audit"

Fri Jul  2 13:27:30 2021 rev:6 rq:903488 version:0.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-bundler-audit/rubygem-bundler-audit.changes  
    2020-10-05 19:30:17.660552663 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bundler-audit.new.2625/rubygem-bundler-audit.changes
    2021-07-02 13:28:24.672321062 +0200
@@ -1,0 +2,67 @@
+Thu Jun 24 17:07:51 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 0.8.0
+ see installed ChangeLog.md
+
+  ### 0.8.0 / 2021-03-10
+  
+  * No longer vendor [ruby-advisory-db].
+  * Added {Bundler::Audit::Configuration}.
+    * Supports loading YAML configuration data from a `.bundler-audit.yml` 
file.
+  * Added {Bundler::Audit::Results}.
+  * Added {Bundler::Audit::Report}.
+  * Added {Bundler::Audit::CLI::Formats}.
+  * Added {Bundler::Audit::CLI::Formats::Text}.
+  * Added {Bundler::Audit::CLI::Formats::JSON}.
+  * Added {Bundler::Audit::Database::DEFAULT_PATH}.
+  * Added {Bundler::Audit::Database.exists?}.
+  * Added {Bundler::Audit::Database#git?}.
+  * Added {Bundler::Audit::Database#update!}.
+    * Will raise a {Bundler::Audit::Database::UpdateFailed UpdateFailed}
+      exception, if the `git pull` command fails.
+  * Added {Bundler::Audit::Database#last_updated_at}.
+  * Added {Bundler::Audit::Scanner#report}.
+  * {Bundler::Audit::Database::USER_PATH} is now `Gem.user_home` aware.
+    * `Gem.user_home` will try to infer `HOME`, even if it is not set.
+  * {Bundler::Audit::Database#download} will now raise a
+    {Bundler::Audit::Database::DownloadFailed DownloadFailed} exception, if the
+    `git clone` command fails.
+  * {Bundler::Audit::Scanner#initialize}:
+    * Now accepts an additional `database` and `config_dot_file` arguments.
+    * Will now raise a `Bundler::GemfileLockNotFound` exception,
+      if the given `Gemfile.lock` file cannot be found.
+  * {Bundler::Audit::Scanner#scan_sources} will now ignore any source with a
+    `127.0.0.0/8` or `::1/128` IP address.
+  * {Bundler::Audit::Scanner#scan_specs} will ignore any advisories listed in
+    {Bundler::Audit::Configuration#ignore}, which is loaded from the
+    `.bundler-audit.yml` file.
+  * Deprecated {Bundler::Audit::Database.update!} in favor of
+    {Bundler::Audit::Database#update! #update!}.
+  * Removed `Bundler::Audit::Database::VENDORED_PATH`.
+  * Removed `Bundler::Audit::Database::VENDORED_TIMESTAMP`.
+  
+  #### CLI
+  
+  * Require [thor] ~> 1.0.
+  * Added `bundler-audit stats`.
+  * Added `bundler-audit download`.
+  * `bundler-audit check`:
+    * Now accepts a optional `DIR` argument for the project directory.
+      * `bundler-audit check` will now print an explicit error message and 
exit,
+        if the given `DIR` does not exist.
+    * Will now auto-download [ruby-advisory-db] to ensure the latest advisory
+      information is used on first run.
+    * Now supports a `--database` option for specifying a path
+      to an alternative [ruby-advisory-db] copy.
+    * Now supports a `--gemfile-lock` option for specifying a
+      custom `Gemfile.lock` file within the project directory.
+    * Now supports a `--format` option for specifying the
+      desired format. `text` and `json` are supported, but other custom formats
+      can be loaded. See {Bundler::Audit::CLI::Formats}.
+    * Now supports a `--output` option for writing the report output to a file.
+    * Prints both CVE and GHSA IDs.
+  * Print all error messages to stderr.
+  * No longer print number of advisories in `bundler-audit version`.
+  
+
+-------------------------------------------------------------------

Old:
----
  bundler-audit-0.7.0.1.gem

New:
----
  bundler-audit-0.8.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-bundler-audit.spec ++++++
--- /var/tmp/diff_new_pack.qtffKR/_old  2021-07-02 13:28:25.096317773 +0200
+++ /var/tmp/diff_new_pack.qtffKR/_new  2021-07-02 13:28:25.096317773 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler-audit
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,12 @@
 #
 
 Name:           rubygem-bundler-audit
-Version:        0.7.0.1
+Version:        0.8.0
 Release:        0
 %define mod_name bundler-audit
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.3}
+BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives

++++++ bundler-audit-0.7.0.1.gem -> bundler-audit-0.8.0.gem ++++++
++++ 19875 lines of diff (skipped)

Reply via email to