forked from pool/topgrade
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e4607ff14e | |||
|
|
0148269fb7 |
49
_service
49
_service
@@ -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>
|
||||
|
||||
@@ -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
3
topgrade-15.0.0.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b079f11eeea6c0812da68618124eb031e8f6adaf21bb11326f051ce98004a49
|
||||
size 4376483
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34c040a3800dc52f8d511821be22b1fc407281db95905271a0c0859630639272
|
||||
size 4406299
|
||||
148
topgrade.changes
148
topgrade.changes
@@ -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
4
topgrade.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: topgrade
|
||||
version: 15.0.0
|
||||
mtime: 1719798320
|
||||
commit: 1ebcc9beee17b388802722b3d596c912a4f5f011
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e40c3eff114538204413a2c69113cbdea5e27e0e44a17a4c52652a7dfa2c21fb
|
||||
size 42845836
|
||||
oid sha256:a03e0c1a2b42cf566aba26fe4d313b83f211db47d9c609e8f67f937603b6e6e5
|
||||
size 37954072
|
||||
|
||||
Reference in New Issue
Block a user