[oe-commits] [openembedded-core] 31/36: go-dep: Update 0.4.1 -> 0.5.0

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 10:05:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 165da89292f81d236e4e8e652500b8879c2ad9be
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Thu Aug 30 14:27:35 2018 -0300

    go-dep: Update 0.4.1 -> 0.5.0
    
    NEW FEATURES:
    
    - Add CI tests against go1.10. Drop support for go1.8. (#1620).
    - Added install.sh script. (#1533).
    - List out of date projects in dep status (#1553).
    - Enabled opt-in persistent caching via DEPCACHEAGE env var. (#1711).
    - Allow DEPPROJECTROOT environment variable to supersede GOPATH
      deduction and explicitly set the current project's root (#1883).
    - dep ensure now explains what changes to the code or Gopkg.toml have
      induced solving (#1912).
    - Hash digests of vendor contents are now stored in Gopkg.lock, and
      the contents of vendor are only rewritten on change or hash
      mismatch (#1912).
    - Added support for ppc64/ppc64le.
    - New subcommand dep check quickly reports if imports, Gopkg.toml,
      Gopkg.lock, and vendor are out of sync (#1932).
    
    BUG FIXES:
    
    - Excise certain git-related environment variables. (#1872)
    
    IMPROVEMENTS:
    
    - Add template operations support in dep status template output (#1549).
    - Reduce network access by trusting local source information and only
      pulling from upstream when necessary (#1250).
    - Update our dependency on Masterminds/semver to follow upstream again
      now that Masterminds/semver#67 is merged(#1792).
    - inputs-digest was removed from Gopkg.lock (#1912).
    - Hash digests of vendor contents are now stored in Gopkg.lock, and
      the contents of vendor are only rewritten on change or hash
      mismatch (#1912).
    - Don't exclude Godeps folder (#1822).
    - Add project-package relationship graph support in graphviz (#1588).
    - Limit concurrency of dep status to avoid hitting open file
      limits (#1923).
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/go/{go-dep_0.4.1.bb => go-dep_0.5.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/go/go-dep_0.4.1.bb b/meta/recipes-devtools/go/go-dep_0.5.0.bb
similarity index 93%
rename from meta/recipes-devtools/go/go-dep_0.4.1.bb
rename to meta/recipes-devtools/go/go-dep_0.5.0.bb
index 10af1d6..f0ce60a 100644
--- a/meta/recipes-devtools/go/go-dep_0.4.1.bb
+++ b/meta/recipes-devtools/go/go-dep_0.5.0.bb
@@ -8,8 +8,8 @@ SRC_URI = "git://${GO_IMPORT} \
            file://0001-Add-support-for-mips-mips64.patch;patchdir=src/github.com/golang/dep \
           "
 
-# Points to 0.4.1 tag
-SRCREV = "37d9ea0ac16f0e0a05afc3b60e1ac8c364b6c329"
+# Points to 0.5.0 tag
+SRCREV = "224a564abe296670b692fe08bb63a3e4c4ad7978"
 
 inherit go
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list