Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubie for openSUSE:Factory checked in at 2023-08-04 15:04:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubie (Old) and /work/SRC/openSUSE:Factory/.kubie.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubie" Fri Aug 4 15:04:29 2023 rev:17 rq:1102319 version:0.21.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kubie/kubie.changes 2023-08-02 16:51:06.581740656 +0200 +++ /work/SRC/openSUSE:Factory/.kubie.new.22712/kubie.changes 2023-08-04 15:04:42.824763141 +0200 @@ -1,0 +2,13 @@ +Thu Aug 03 17:42:26 UTC 2023 - ka...@b1-systems.de + +- Update to version 0.21.1: + * Version 0.21.1 + * export: prevent temporary file from being deleted on exit + * Bump serde from 1.0.179 to 1.0.180 (#146) + * Bump anyhow from 1.0.71 to 1.0.72 (#141) + * Bump serde_json from 1.0.102 to 1.0.104 (#144) + * Bump serde from 1.0.178 to 1.0.179 (#143) + * Bump serde_yaml from 0.8.26 to 0.9.25 (#145) + * Bump attohttpc from 0.24.1 to 0.26.0 (#142) + +------------------------------------------------------------------- Old: ---- kubie-0.21.0.tar.gz New: ---- kubie-0.21.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubie.spec ++++++ --- /var/tmp/diff_new_pack.kSORw2/_old 2023-08-04 15:04:46.080783437 +0200 +++ /var/tmp/diff_new_pack.kSORw2/_new 2023-08-04 15:04:46.096783536 +0200 @@ -19,7 +19,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: kubie -Version: 0.21.0 +Version: 0.21.1 Release: 0 Summary: A Kubernetes context switcher License: Zlib ++++++ _service ++++++ --- /var/tmp/diff_new_pack.kSORw2/_old 2023-08-04 15:04:46.140783810 +0200 +++ /var/tmp/diff_new_pack.kSORw2/_new 2023-08-04 15:04:46.140783810 +0200 @@ -5,7 +5,7 @@ <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v0.21.0</param> + <param name="revision">v0.21.1</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.kSORw2/_old 2023-08-04 15:04:46.160783936 +0200 +++ /var/tmp/diff_new_pack.kSORw2/_new 2023-08-04 15:04:46.164783960 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/sbstp/kubie</param> - <param name="changesrevision">11003a3d6f512e624a0b2fb998395623ea5e03c4</param></service></servicedata> + <param name="changesrevision">95816dd22fcd4d8fa36bf5b3751cbd14aeacefc9</param></service></servicedata> (No newline at EOF) ++++++ kubie-0.21.0.tar.gz -> kubie-0.21.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubie-0.21.0/Cargo.lock new/kubie-0.21.1/Cargo.lock --- old/kubie-0.21.0/Cargo.lock 2023-07-29 08:20:12.000000000 +0200 +++ new/kubie-0.21.1/Cargo.lock 2023-08-03 05:09:37.000000000 +0200 @@ -83,9 +83,9 @@ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "arrayvec" @@ -95,9 +95,9 @@ [[package]] name = "attohttpc" -version = "0.24.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" +checksum = "bc9bb18c94ac664e95a8bc8a0034f4c05f77c86ff31012927f22d76c0224245e" dependencies = [ "flate2", "http", @@ -199,7 +199,7 @@ "atty", "bitflags 1.3.2", "clap_lex 0.2.4", - "indexmap", + "indexmap 1.9.3", "once_cell", "strsim", "termcolor", @@ -238,7 +238,7 @@ "heck", "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.28", ] [[package]] @@ -492,6 +492,12 @@ ] [[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] name = "errno" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -586,6 +592,12 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] +name = "hashbrown" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" + +[[package]] name = "heck" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -669,7 +681,17 @@ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.12.3", +] + +[[package]] +name = "indexmap" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +dependencies = [ + "equivalent", + "hashbrown 0.14.0", ] [[package]] @@ -700,7 +722,7 @@ [[package]] name = "kubie" -version = "0.21.0" +version = "0.21.1" dependencies = [ "anyhow", "attohttpc", @@ -735,12 +757,6 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - -[[package]] name = "linux-raw-sys" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -993,14 +1009,14 @@ [[package]] name = "rustls" -version = "0.20.8" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" +checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" dependencies = [ "log", "ring", + "rustls-webpki", "sct", - "webpki", ] [[package]] @@ -1025,6 +1041,16 @@ ] [[package]] +name = "rustls-webpki" +version = "0.101.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "513722fd73ad80a71f72b61009ea1b584bcfa1483ca93949c8f290298837fa59" +dependencies = [ + "ring", + "untrusted", +] + +[[package]] name = "rustversion" version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1086,29 +1112,29 @@ [[package]] name = "serde" -version = "1.0.178" +version = "1.0.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60363bdd39a7be0266a520dab25fdc9241d2f987b08a01e01f0ec6d06a981348" +checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.178" +version = "1.0.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28482318d6641454cb273da158647922d1be6b5a2fcc6165cd89ebdd7ed576b" +checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036" dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.28", ] [[package]] name = "serde_json" -version = "1.0.102" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" +checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" dependencies = [ "itoa", "ryu", @@ -1117,14 +1143,15 @@ [[package]] name = "serde_yaml" -version = "0.8.26" +version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" +checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ - "indexmap", + "indexmap 2.0.0", + "itoa", "ryu", "serde", - "yaml-rust", + "unsafe-libyaml", ] [[package]] @@ -1206,9 +1233,9 @@ [[package]] name = "syn" -version = "2.0.25" +version = "2.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" +checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" dependencies = [ "proc-macro2", "quote", @@ -1271,7 +1298,7 @@ dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.28", ] [[package]] @@ -1377,6 +1404,12 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] +name = "unsafe-libyaml" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" + +[[package]] name = "untrusted" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1453,7 +1486,7 @@ "once_cell", "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.28", "wasm-bindgen-shared", ] @@ -1475,7 +1508,7 @@ dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.28", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -1628,12 +1661,3 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" - -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubie-0.21.0/Cargo.toml new/kubie-0.21.1/Cargo.toml --- old/kubie-0.21.0/Cargo.toml 2023-07-29 08:20:12.000000000 +0200 +++ new/kubie-0.21.1/Cargo.toml 2023-08-03 05:09:37.000000000 +0200 @@ -11,7 +11,7 @@ name = "kubie" readme = "README.md" repository = "https://github.com/sbstp/kubie" -version = "0.21.0" +version = "0.21.1" [dependencies] anyhow = "1" @@ -25,7 +25,7 @@ libc = "0.2" serde = {version = "1", features = ["derive"]} serde_json = "1" -serde_yaml = "0.8" +serde_yaml = "0.9" signal-hook = "0.3" tempfile = "3" which = "4" @@ -35,7 +35,7 @@ [dependencies.attohttpc] default-features = false features = ["compress", "json", "tls-rustls-native-roots"] -version = "0.24" +version = "0.26" optional = true [features] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubie-0.21.0/src/cmd/export.rs new/kubie-0.21.1/src/cmd/export.rs --- old/kubie-0.21.0/src/cmd/export.rs 2023-07-29 08:20:12.000000000 +0200 +++ new/kubie-0.21.1/src/cmd/export.rs 2023-08-03 05:09:37.000000000 +0200 @@ -18,7 +18,8 @@ .suffix(".yaml") .tempfile()?; kubeconfig.write_to_file(temp_config_file.path())?; - println!("{}", temp_config_file.path().display()); + let (_, path) = temp_config_file.keep()?; + println!("{}", path.display()); } std::process::exit(0); ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/kubie/vendor.tar.xz /work/SRC/openSUSE:Factory/.kubie.new.22712/vendor.tar.xz differ: char 27, line 1