#11 Update to 4.6.0
Merged 3 years ago by sohank2602. Opened 3 years ago by sohank2602.
Unknown source update-to-4.6.0  into  master

file modified
+1
@@ -11,3 +11,4 @@

  /afterburn-4.5.0.crate

  /afterburn-4.5.1.crate

  /afterburn-4.5.3.crate

+ /afterburn-4.6.0.crate

file modified
+2 -20
@@ -1,14 +1,5 @@

- --- afterburn-4.5.3/Cargo.toml	2020-10-22T01:47:33+00:00

- +++ afterburn-4.5.3/Cargo.toml	2020-10-22T19:48:06.040912+00:00

- @@ -33,7 +33,7 @@

-  name = "afterburn"

-  path = "src/main.rs"

-  [dependencies.base64]

- -version = "0.13"

- +version = "0.12"

-  

-  [dependencies.byteorder]

-  version = "1.3"

+ --- afterburn-4.6.0/Cargo.toml	2020-12-09T22:20:24+00:00

+ +++ afterburn-4.6.0/Cargo.toml	2020-12-10T01:03:45.202554+00:00

  @@ -67,7 +67,7 @@

   version = "0.3"

   
@@ -18,12 +9,3 @@

   

   [dependencies.openssh-keys]

   version = "0.4"

- @@ -122,7 +122,7 @@

-  optional = true

-  

-  [dependencies.users]

- -version = "0.11"

- +version = "0.10"

-  

-  [dependencies.vmw_backdoor]

-  version = "0.2"

file modified
+4 -1
@@ -7,7 +7,7 @@

  %global crate afterburn

  

  Name:           rust-%{crate}

- Version:        4.5.3

+ Version:        4.6.0

  Release:        1%{?dist}

  Summary:        Simple cloud provider agent

  
@@ -114,6 +114,9 @@

  %endif

  

  %changelog

+ * Wed Dec 09 2020 Sohan Kunkerkar <skunkerk@redhat.com> - 4.6.0-1

+ - Update to 4.6.0 

+ 

  * Thu Oct 22 2020 Dusty Mabe <dusty@dustymabe.com> - 4.5.3-1

  - Update to 4.5.3

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (afterburn-4.5.3.crate) = 902948fef187fb4a283ef993ac94a3450ed4115a7c70abfd07ac9b7b5ee6b4771018d55c5236962caaa1b170f24679c45fa5959261c2a144d01a7bade1d04014

+ SHA512 (afterburn-4.6.0.crate) = a23d0902173818bb4f3b57dafe974214b4f5dc8e9b63e523b2d951b42d02f7b9495915e9b16dcd216d7e5fe28954e2f5ced5c3b5c8d84a3a1594ae96ad0d7189

no initial comment

rebased onto f1a59881c16c64ff546d537d9380b3de7dc71ddd

3 years ago

Build failed.

rebased onto 4357da7aa95218c5bc212902b145472e123b7631

3 years ago

rebased onto d8e7b9de631a5828ed1211722f0ab50178df7f2e

3 years ago

Build failed.

Looks like you're missing two dependency updates:

DEBUG util.py:634:   Problem 1: nothing provides requested (crate(mockito/default) >= 0.28.0 with crate(mockito/default) < 0.29.0)
DEBUG util.py:634:   Problem 2: nothing provides requested (crate(slog/default) >= 2.7.0 with crate(slog/default) < 3.0.0)
DEBUG util.py:634:   Problem 3: nothing provides requested (crate(slog/max_level_trace) >= 2.7.0 with crate(slog/max_level_trace) < 3.0.0)
DEBUG util.py:634:   Problem 4: nothing provides requested (crate(slog/release_max_level_info) >= 2.7.0 with crate(slog/release_max_level_info) < 3.0.0)

Mockito was not updated yet because it's a SemVer break, but I can look into it. slog 2.7.0 failed to build because of a rustdoc bug, but I can work around that for now so you can build afterburn, if you want.

zincati is the only other package requiring mockito in fedora, so it would be great if that can be updated to use mockito 0.28 as well.

slog 2.7.0 will be available in rawhide later today, I hope.

@decathorpe https://github.com/coreos/zincati/pull/401, but there is no Zincati release on the radar for the short term. Plus, that would probably trigger a bunch of new dependencies updates too.
I think it'd be okay to just bump mockito in Fedora now and then either patch Zincati manifest or wait for the next release.

Good to know! Both updates should be available in rawhide in a few minutes, then you can re-trigger the zuul CI.

rebased onto 1ce8419

3 years ago

Build succeeded.

Pull-Request has been merged by sohank2602

3 years ago