[med-svn] [Git][med-team/ncbi-entrez-direct][master] 2 commits: Revert "Pass right location of gopsutil/mem"

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Fri Jun 24 16:46:37 BST 2022



Nilesh Patra pushed to branch master at Debian Med / ncbi-entrez-direct


Commits:
77983977 by Nilesh Patra at 2022-06-24T21:08:25+05:30
Revert "Pass right location of gopsutil/mem"

This reverts commit 00e2095defe0a14ef52694d45e022ce14c08543a.

- - - - -
a24923ff by Nilesh Patra at 2022-06-24T21:11:52+05:30
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/vendor/github.com/pbnjay/memory/memory.go


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ncbi-entrez-direct (14.6.20210224+dfsg-7) unstable; urgency=medium
+
+  * Team upload.
+  * Revert "Pass right location of gopsutil/mem"
+    + gopsutil reverted their import-path change
+
+ -- Nilesh Patra <nilesh at debian.org>  Fri, 24 Jun 2022 21:11:32 +0530
+
 ncbi-entrez-direct (14.6.20210224+dfsg-6) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -49,7 +49,7 @@ GL        = golang.org
 GOLIBSRC_ = $(GH)/fatih/color $(GH)/gedex/inflector $(GH)/klauspost/cpuid \
             $(GH)/mattn/go-colorable $(GH)/mattn/go-isatty \
             $(GH)/pbnjay/memory $(GH)/rainycape/unidecode \
-            $(GH)/shirou/gopsutil/v3 $(GH)/surgebase/porter2 \
+            $(GH)/shirou/gopsutil $(GH)/surgebase/porter2 \
             $(GL)/x/sys $(GL)/x/text
 GOLIBSRC  = $(GOLIBSRC_:%=$(GOCODE)/src/%)
 


=====================================
debian/vendor/github.com/pbnjay/memory/memory.go
=====================================
@@ -1,6 +1,6 @@
 package memory
 
-import ("github.com/shirou/gopsutil/v3/mem")
+import ("github.com/shirou/gopsutil/mem")
 
 func TotalMemory() uint64 {
 	v, err := mem.VirtualMemory()



View it on GitLab: https://salsa.debian.org/med-team/ncbi-entrez-direct/-/compare/ea6204a0bc201a7d9623240e7e36c9fd89770d80...a24923ff4982291dfadebe8589c50d4dba0156c2

-- 
View it on GitLab: https://salsa.debian.org/med-team/ncbi-entrez-direct/-/compare/ea6204a0bc201a7d9623240e7e36c9fd89770d80...a24923ff4982291dfadebe8589c50d4dba0156c2
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220624/9c847381/attachment-0001.htm>


More information about the debian-med-commit mailing list