[ARVADOS] updated: 2.1.0-756-g1e8c4139c

Git user git at public.arvados.org
Tue May 4 21:42:13 UTC 2021


Summary of changes:
 build/run-library.sh | 4 ++++
 1 file changed, 4 insertions(+)

       via  1e8c4139c36848e673bc7e517c93bc238f101054 (commit)
      from  6e8530d7d4c7fffe5697fe7269141f8bfef11e68 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1e8c4139c36848e673bc7e517c93bc238f101054
Author: Ward Vandewege <ward at curii.com>
Date:   Tue May 4 17:40:30 2021 -0400

    Our python3 packages should be marked as 'Replaces:' for the old python
    packages, so that there are no "trying to overwrite" errors, e.g. when
    upgrading python-crunchstat-summary from 2.0.4 to the latest 2.2.x
    release.
    
    refs #17498
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index 06aec5050..107609590 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -660,6 +660,10 @@ fpm_build_virtualenv () {
     COMMAND_ARR+=('--depends' "$i")
   done
 
+  for i in "${fpm_depends[@]}"; do
+    COMMAND_ARR+=('--replaces' "python-$PKG")
+  done
+
   # make sure the systemd service file ends up in the right place
   # used by arvados-docker-cleaner
   if [[ -e "${systemd_unit}" ]]; then

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list