Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-07-25 11:51:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and      /work/SRC/openSUSE:Factory/.gh.new.1467 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gh"

Tue Jul 25 11:51:45 2023 rev:35 rq:1100569 version:2.32.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gh/gh.changes    2023-06-22 23:26:38.522019346 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1467/gh.changes  2023-07-25 
11:53:37.470338217 +0200
@@ -1,0 +2,78 @@
+Tue Jul 25 06:00:17 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.32.1:
+  * Use asciisanitization package from go-gh (#7745)
+  * Do not make reviewer update request if there are no reviewer changes 
(#7730)
+  * Fix pr checks command for GHES versions older than 3.9 (#7725)
+  * Use filepath.Clean to sanitize path for archive downloads (#7720)
+  * Sanitize file contents before displaying them (#7694)
+  * Do not add auth token to redirect requests which do not have the same host 
as the inital request. (#7692)
+
+-------------------------------------------------------------------
+Wed Jul 12 08:39:44 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.32.0:
+  * add gh cache to Actions explainer
+  * Clean up style nits and simplify some logic
+  * fix typo
+  * remove stray print
+  * docs: example of setting multiple vars using stdin
+  * Add --branch-repo flag
+  * Add --verify-tag to release edit command (#7646)
+  * make IDs cyan, add prompter test
+  * Do not interpret "branch" placeholder in `api` command when `GH_REPO` is 
set (#7626)
+  * Always show created gist privacy status. (#7645)
+  * Use SmartBaseRepoFunc for api command (#7594)
+  * Add check description to pr checks output (#7451)
+  * fix pr create crash on interactive milestone selection
+  * build(deps): bump google.golang.org/grpc from 1.49.0 to 1.53.0
+  * split org/repo graphql queries, better tests
+  * refactor graphql query a bit
+  * add rs check tests
+  * fix merge errors
+  * misc cleanup
+  * add ruleset check command
+  * initial view tests
+  * list test updates
+  * update bypass response and parents logic, tests
+  * update tests, add rules to view command
+  * interactive ruleset selection, move shared logic
+  * gracefully handle missing admin:org scope
+  * don't allow both --repo and --org, add docs
+  * split ruleset types by API type
+  * allow getting parents, move list to shared package
+  * basic ruleset view works
+  * updates, initial list test
+  * refactor and support org rulesets
+  * GQL query works but it's messy
+  * wip
+  * start on rs list
+  * start writing up structs for rules API payloads
+  * WIP compute branch, call API
+  * start on gh rs
+  * build(deps): bump github.com/henvic/httpretty from 0.1.1 to 0.1.2 (#7657)
+  * Rewrite issue develop command to fix numerous issues
+  * Ensure gist edit request body matches desired schema (#7635)
+  * Automatically fetch new branches created with issue develop (#7589)
+  * Support --server-port behavior with conn details
+  * Update httpretty to released version (#7654)
+  * gh run cancel needs input validation
+  * Add tenancy support (#7636)
+  * Add title to iteration and milestone fields for projects (#7621)
+  * Change how remotes are treated during `pr create` when repo is forked  
(#7330)
+  * Small tweaks to auth refresh remove-scopes and reset-scopes flags (#7631)
+  * Don't deduplicate checks that stem from different events (#7618)
+  * Add cli test to remove multiple scopes at once
+  * Refactor as per review
+  * Fix commit order
+  * Add test for fill first flag
+  * Add fill-first option to create pr
+  * Add option to remove file from gist (#7560)
+  * Remove old code paths and improve code comments for repo sync (#7610)
+  * Early exit repo sync if merge-upstream requires workflow scope
+  * Add remove/reset to auth refresh
+  * typo
+  * create cache commands
+  * Return error on no-browser option if repo don't exists
+
+-------------------------------------------------------------------

Old:
----
  cli-2.31.0.tar.gz

New:
----
  cli-2.32.1.tar.gz

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

Other differences:
------------------
++++++ gh.spec ++++++
--- /var/tmp/diff_new_pack.jhvdmA/_old  2023-07-25 11:53:38.554344565 +0200
+++ /var/tmp/diff_new_pack.jhvdmA/_new  2023-07-25 11:53:38.558344588 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:           gh
-Version:        2.31.0
+Version:        2.32.1
 Release:        0
 Summary:        The official CLI for GitHub
 License:        MIT
@@ -28,8 +28,8 @@
 Source1:        vendor.tar.gz
 BuildRequires:  fish
 BuildRequires:  git-core
-BuildRequires:  golang(API) >= 1.18
 BuildRequires:  zsh
+BuildRequires:  golang(API) >= 1.18
 Requires:       git-core
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jhvdmA/_old  2023-07-25 11:53:38.602344845 +0200
+++ /var/tmp/diff_new_pack.jhvdmA/_new  2023-07-25 11:53:38.606344869 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/cli/cli</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.31.0</param>
+    <param name="revision">v2.32.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -16,7 +16,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">cli-2.31.0.tar.gz</param>
+    <param name="archive">cli-2.32.1.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jhvdmA/_old  2023-07-25 11:53:38.630345010 +0200
+++ /var/tmp/diff_new_pack.jhvdmA/_new  2023-07-25 11:53:38.630345010 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/cli/cli</param>
-              <param 
name="changesrevision">bf7db84ca8b795a38ee47b5e54a8109a917a55bf</param></service></servicedata>
+              <param 
name="changesrevision">8079d18efd2e195456280d9b9742c13d33702e6a</param></service></servicedata>
 (No newline at EOF)
 

++++++ cli-2.31.0.tar.gz -> cli-2.32.1.tar.gz ++++++
++++ 9566 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1467/vendor.tar.gz differ: char 5, line 1

Reply via email to