5
0
forked from pool/topgrade

2 Commits

Author SHA256 Message Date
e4607ff14e Accepting request 1191734 from utilities
OBS-URL: https://build.opensuse.org/request/show/1191734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/topgrade?expand=0&rev=6
2024-08-06 07:07:58 +00:00
Nicolas FORMICHELLA
0148269fb7 Accepting request 1185344 from home:ramdomPTM:branches:utilities
- Update to version 15.0.0:
  * chore: prepare for v15.0.0 (#843)
  * feat: new step Lensfun's database update (#839)
  * fix: consider TMUX_PLUGIN_MANAGER_PATH when searching tpm binary (#835)
  * chore: collect `--dry-run` and `--yes` opts info in feature request template (#838)
  * chore(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 (#827)
  * style: allow unused ExecutorChild (#829)
  * chore: bump deps (#823)
  * Run MasonUpdate as part of the vim updates (#821)
  * fix(RubyGems): support no-sudo updating for rbenv and rvm (#820)
  * deps: bump libc from 0.2.153 to 0.2.155 (#818)
  * Add linux mint support (#817)
  * chore: build binary for both macOS aarch64 and amd64 (#816)
  * ci: replace deprecated gh actions with alternatives (#814)
  * chore: update PR template (#815)
  * ci: remove code coverage test & uniform file names (#811)
  * add upgrade stuff for bedrock linuxmint strata (#813)
  * feat: add support for chimera linux (#808)
  * chore(deps): bump mio from 0.8.10 to 0.8.11 (#729)
  * chore(deps): bump h2 from 0.3.24 to 0.3.26 (#766)
  * chore(deps): bump rustls from 0.21.10 to 0.21.12 (#804)
  * Dependatbot Updates (#802)
  * feat: support auto-cpufreq (#800)
  * Add rye support (#799)
  * fix: Fedora Sway Atomic should be recognized as FedoraImmutable (#795)
  * refactor: 2 clippy warnings (#789)
  * Always display windows update step (#781)
  * fix(os): detect Fedora IoT Edition as immutable Fedora variant (#774)
  * Add config flag to toggle verbose Git repository output. (#763)
  * fix: better `dotnet tool list` header parsing (#772)
  * Fix local host detection for remotes with user  (#755)
  * feat: support update PlatformIO Core (#759)
  * feat: add support for mise (#757)
  * FIXES #708: add config directive for pkg_* cleanup on OpenBSD (#753)
  * fix: don't use Command::new(bin_name) as it won't work on Windows (#750)
  * style: fix 2 clippy lint unless_vec & unused_io_amount (#751)
  * feat: support update ClamAV databases (#747)
  * feat: put step logs in a span (#746)
  * Add support for Lean 4's elan (#742)
  * refactor: make GitSteps a dedicated step (#737)
  * fix: use env BUN_INSTALL to locate package.json (#734)
  * fix(pipx): adds `--include-injected` argument to `pipx` (#726)
  * feat: adds `xcodes` step (#643)
  * Adds `pyenv` step (#724)
  * Update GitHub Actions workflow for Codecov integration (#718)
  * Add GitHub Actions Workflow for Build and Test (#717)
  * Create devskim.yml to enable GitHub code scanning for this repository (#700)
  * chore: git ignore more (#715)
  * chore: bump deps (#714)
  * revert: revert 614 to remove the -p option (#713)
  * feat: also detect Helix step with bin name hx (#710)
  * fix: fetch and build Helix grammar as a regular user (#698)
  * Add .vs to .gitignore (#706)
  * chore(deps): bump actions/download-artifact from 3 to 4 (#704)
  * chore(deps): bump EnricoMi/publish-unit-test-result-action from 1 to 2 (#705)
  * Fix OpenBSD Step failing to build with `E0599` (#707)
  * fix: zinit default install location (#625)
  * docs: document brew config entries[skip ci] (#696)
  * feat(brew): adds "greedy-latest" option to Brew (#636)
  * feat: support waydroid (#687)
  * chore(deps): bump actions/checkout from 2 to 4 (#688)
  * chore(deps): bump actions/upload-artifact from 3 to 4 (#689)
  * chore(deps): bump actions/cache from 1 to 4 (#690)
  * chore(deps): bump codecov/codecov-action from 1 to 4 (#691)
  * chore(deps): bump katyo/publish-crates from 1 to 2 (#692)
  * docs: update install doc with Winget (#693)
  * Keeping actions up to date with Dependabot (#685)
  * Publish new releases of topgrade to the Windows Package Manager with WinGet Releaser
  * ci: add macOS aarch64 check (#680)
  * feat: add `fetch_head` configuration option into `brew` (#679)
  * Fix/winget (#670)
  * fix: correct typos in output (#677)
  * docs: fix a wrong preposition[skip ci] (#676)
  * ci: run cargo test in ci (#674)
  * feat: Add support for Wolfi (#672)
  * Fix/usoclient (#669)
  * Fix/pswindowsupdate (#671)
  * Update Cargo.lock (#673)
  * feat: certbot renew (#665)
  * fix: softwareupdate under dry run (#668)
  * feat: support wildcard in ignored_containers (#666)

OBS-URL: https://build.opensuse.org/request/show/1185344
OBS-URL: https://build.opensuse.org/package/show/utilities/topgrade?expand=0&rev=12
2024-08-05 15:47:24 +00:00
8 changed files with 39 additions and 180 deletions

View File

@@ -1,24 +1,29 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/topgrade-rs/topgrade.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v16.0.4</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">gerald_chen@foxmail.com</param>
</service>
<service mode="disabled" name="tar"/>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">topgrade</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/topgrade-rs/topgrade.git</param>
<param
name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v15.0.0</param>
<param
name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param
name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param
name="changesauthor">gerald_chen@foxmail.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="disabled" name="set_version" />
<service name="cargo_vendor" mode="disabled">
<param
name="srcdir">topgrade</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
</services>

View File

@@ -1,6 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/topgrade-rs/topgrade.git</param>
<param name="changesrevision">ef0a0d69bbe0cb08d6c4930ee18b734e03c215fb</param></service><service name="tar_scm">
<param name="url">https://ghproxy.net/https://github.com/topgrade-rs/topgrade.git</param>
<param name="changesrevision">ef0a0d69bbe0cb08d6c4930ee18b734e03c215fb</param></service></servicedata>
<param name="changesrevision">1ebcc9beee17b388802722b3d596c912a4f5f011</param></service></servicedata>

3
topgrade-15.0.0.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b079f11eeea6c0812da68618124eb031e8f6adaf21bb11326f051ce98004a49
size 4376483

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34c040a3800dc52f8d511821be22b1fc407281db95905271a0c0859630639272
size 4406299

View File

@@ -1,151 +1,3 @@
-------------------------------------------------------------------
Fri Jun 13 11:41:19 UTC 2025 - gerald_chen@foxmail.com
- Update to version 16.0.4:
* chore: release v16.0.4 (#1169)
* Fix "Only one instance of <IDE> can be run at a a time." error (#1123)
* Add CachyOS support (#1153)
* Drop lazy_static (#1168)
* Run `uv cache prune` in `uv` step when `cleanup` is enabled (#1165)
* ci: add missing rustup components (#1166)
* Fix nix version output changed (#1140)
* Fix conflict between hx (hexdump alternative) and Helix (#1135)
* Update jetbrains-toolbox-updater (#1128)
* Add Yazi step (#1134)
* fix: correct GNOME spelling (#1124)
* Handle format change in asdf version (#1127)
* Add `output_changed_message!`, replace some `.expect`s (#1110)
* Omit `deb-get clean` output (#1119)
* Fix `uv` step (#1121)
* Fix vscodium skipping silently (#1109)
* Add JetBrains IDE plugin update steps (#1103)
* Enhancement: Update Windows Package Manager Indexes (#1085)
* fix(powershell): update command arguments to include execution policy (#1041)
* fix: uv self update (#1105)
* Update CONTRIBUTING.md to reflect `enum Step` sort enforcement (#1111)
* Sort `Step` enum and keep it sorted in the `ci.yml` workflow (#1104)
* ci: merge create_assets_xxx workflows and let AUR binary release workflow wait for it (#1100)
* chore(deps): bump tokio from 1.38.0 to 1.38.2 (#1101)
* Downgrade `create_release_assets.yml` workflow (#1098)
-------------------------------------------------------------------
Thu Apr 03 11:16:30 UTC 2025 - gerald_chen@foxmail.com
- Update to version 16.0.3:
* chore: bump version to 16.0.3 (#1094)
* Fix aqua CLI and JetBrains Aqua conflict (#1092)
* Fix `pixi self-update` running when `pixi` is not installed with the … (#1087)
* added silent install option for winget (#1089)
* i18n(app.yml): new language lt (#1069)
* Add German translations to localization file (#1065)
* Update jetbrains-toolbox-updater (#1077)
* fix:(emacs): fix issue #1075 (#1076)
* i18n(app.yml): new language zh_CN (#1072)
* Add JetBrains Toolbox via jetbrains-toolbox-updater (#1064)
* docs: fix `--log-filter` link in `--help` (#1073)
* FIX: Allow for -beta OR -current detection and use the correct system upgrade command for the OpenBSD step (#1066)
* Create Armv7l debian package (#1068)
* feat(sudo): add run0 as a sudo variant (#1067)
* chore(deps): bump ring from 0.17.8 to 0.17.13 (#1062)
* fix(sudo): fix sudo detection & pre-sudo for GSudo (#1058)
* feat(pixi): add support for `pixi global` (#1037)
* Run `conda clean` after `conda update` if `cleanup = true` (#1047)
* Add pipxu step (#1052)
* Add "Cinnamon spices" step (#1055)
* fix(poetry): parse arg in script shebang line (#1028)
* fix: uBlue OS should be detected as FedoraImmutable (#1043)
* feat(vscode): updated extensions for a given profile (#1022)
* docs: fix typo in description (#1032)
* Add zigup step (#1030)
* Run `juliaup gc` if cleanup is enabled (#1031)
* chore: update toolchain to 1.84.1. apply clippy fixes & rustfmt (#1026)
* feat: support VSCodium (#788)
* fix: do not run asdf update if version >= 0.15.0 (#1008)
* Add Fedora Copr to Readme.md (#1005)
* Detect Elan self update disabled (e.g. installed from distro repos) (#998)
* fix: Executor::spawn()/output() should not use their _checked() variants
* refactor(uv step): check self update result if self-update feat is available (#1000)
* fix: dont ignore rpm-ostree when bootc is found (#999)
-------------------------------------------------------------------
Wed Jan 01 11:37:35 UTC 2025 - gerald_chen@foxmail.com
- Update to version 16.0.2:
* chore: release v16.0.2 (#995)
* fix(poetry): skip if not installed with official script (#989)
* feat: add bootc support to Fedora atomic distros
* refactor: disable julia startup file for julia package update (#983)
* feat: allow version specification for deno (#970)
* i18n(app.yml): new language fr (#969)
* uv step: checking self subcommand exits; fixes #942 (#971)
* refactor: flip order of mise upgrade and mise plugins update (#968)
* feat(microsoft_store): Add Microsoft Store step for Windows (#963)
* refactor: add missing i18n for OpenBSD steps (#965)
* docs: document that we need to translate user-facing texts (#966)
* Improve OpenBSD -CURRENT detection and Dry-run feedback (#954)
* Add support for Lix (Nix fork) (#952)
* i18n (app.yml): Add Spanish localization (es) (#955)
* Refactor config.rs and vagrant.rs files (#949)
* docs: update release procedure that SECURITY.md should be updated in major release (#946)
* Update SECURITY.md (#945)
* [FIXES #922] properly check for -CURRENT in OpenBSD steps and pass the correct flags to the respective commands (#923)
* ci: add bin pkg to aur (#944)
-------------------------------------------------------------------
Fri Oct 25 02:23:33 UTC 2024 - gerald_chen@foxmail.com
- Update to version 16.0.1:
* chore: release v16.0.1 (#940)
* fix: pypi-release-action: downgrade upload-artifact and download-artifact to v3 (#938)
* fix: tmux unknown cmd: attach-client (#937)
* i18n(app.yml): new language zh_TW (#931)
* Fix typo in exit_status (#934)
* revert: PR 866 (#927)
* chore: release v16.0.0 (#925)
* ci: correct checker binary name (#926)
* fix: use single quotes for locale keys with new line char (#920)
* Add i18n by using rust i18n (#807)
* docs: --only is no longer experimental (#919)
* feat(brew): Add `greedy-auto-updates` option to Brew (#914)
* docs: don't call execute("bin_name_str") (#916)
* Add Pixi to topgrade (#915)
* feat(brew): use sudo if Homebrew owned by another user on Linux (#904)
* feat: tmux session attach mode (#901)
* Remove check for whether conda config contains auto_activate_base (#905)
* feat: clean scoop cache if cleanup is enabled (#909)
* fix: aura since v4.0.6 does not need sudo (#908)
* chore: pin toolchain to MSRV(1.76) (#900)
* Add Debian-based system builds (#898)
* fix: a panic introduced by improper unwrap() (#899)
* Containers step: new runtime option to configuration (#896)
* feat: support step Bun on Windows (#893)
* Adds `uv` step (#890)
* Add aqua tool installer cli (#889)
* chore: update winget-releaser to use main branch (#888)
* Fix `RubyGems` issues for `mise` regarding `sudo` (#887)
* Update README.md (#882)
* feat: add volta packages (#883)
* Allow Nix unfree packages to be upgraded (#881)
* chore: improve Windows Update step and add PSWindowsUpdate Module (#842)
* ci: fix release_to_aur.yml (#879)
* Update SECURITY.md (#878)
* refactor: fix Windows clippy (#880)
* Fix nix upgrades (#874)
* feat: support ZVM (#777)
* Fix nightly clippy warnings (#872)
* feat(os): support NI Linux Real-Time's opkg package manager (#870)
* feat(linux.rs): Add support for Funtoo (#868)
* feat: don't run reboot with sudo on Linux with systemd (#866)
* Fix `pyenv: no such command 'update'` (#860)
* chore(deps): bump zerovec-derive from 0.10.2 to 0.10.3 (#858)
* chore(deps): bump zerovec from 0.10.2 to 0.10.4 (#856)
* docs: document that maintenance continues (#855)
* docs: document that it is currently unmaintained
* fix: traverse symbolic links under `$CONIG_DIR/topgrade.d` (#852) (#853)
* feat: support Poetry (#790)
* Small clap adjustments (#846)
* docs: update release procedure (#845)
-------------------------------------------------------------------
Thu Jul 04 08:01:26 UTC 2024 - gerald_chen@foxmail.com

4
topgrade.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: topgrade
version: 15.0.0
mtime: 1719798320
commit: 1ebcc9beee17b388802722b3d596c912a4f5f011

View File

@@ -1,7 +1,7 @@
#
# spec file for package topgrade
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: topgrade
Version: 16.0.4
Version: 15.0.0
Release: 0
Summary: Upgrade all the things
License: GPL-3.0-only

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e40c3eff114538204413a2c69113cbdea5e27e0e44a17a4c52652a7dfa2c21fb
size 42845836
oid sha256:a03e0c1a2b42cf566aba26fe4d313b83f211db47d9c609e8f67f937603b6e6e5
size 37954072