Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] topgrade: update to 10.0.1.
@ 2022-10-27 12:15 jcgruenhage
  2022-10-27 12:39 ` [PR REVIEW] " tranzystorek-io
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jcgruenhage @ 2022-10-27 12:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1418 bytes --]

There is a new pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages topgrade-10.0.1_1
https://github.com/void-linux/void-packages/pull/40184

topgrade: update to 10.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Note here: This is a fork of the original topgrade. Both the package on
crates.io and the manjaro package now ship the fork, and the original
repository has officially been archived.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40184.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-topgrade-10.0.1_1-40184.patch --]
[-- Type: text/x-diff, Size: 1241 bytes --]

From 1f7e3d95a0c4a4df88327cc1cd53bc187f08854b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 14:13:39 +0200
Subject: [PATCH] topgrade: update to 10.0.1.

---
 srcpkgs/topgrade/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/topgrade/template b/srcpkgs/topgrade/template
index 490f14919bc5..c82771b34e31 100644
--- a/srcpkgs/topgrade/template
+++ b/srcpkgs/topgrade/template
@@ -1,14 +1,14 @@
 # Template file for 'topgrade'
 pkgname=topgrade
-version=9.0.1
+version=10.0.1
 revision=1
 build_style=cargo
 short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
-homepage="https://github.com/r-darwish/topgrade"
-distfiles="https://github.com/r-darwish/topgrade/archive/v${version}.tar.gz"
-checksum=70a1cf2c6a4de41e4c708409842968f3cf05dd5f238efac7ca0f1c9064be670a
+homepage="https://github.com/topgrade-rs/topgrade"
+distfiles="https://github.com/topgrade-rs/topgrade/archive/v${version}.tar.gz"
+checksum=908ec302fda3a0549e49c4c19f1e3e2cbaba08dd8b7301c59370569a86a9f09a
 
 post_install() {
 	vman topgrade.8

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] topgrade: update to 10.0.1.
  2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
@ 2022-10-27 12:39 ` tranzystorek-io
  2022-10-28  6:51 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tranzystorek-io @ 2022-10-27 12:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40184#discussion_r1006818233

Comment:
```suggestion
distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
```

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] topgrade: update to 10.0.1.
  2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
  2022-10-27 12:39 ` [PR REVIEW] " tranzystorek-io
@ 2022-10-28  6:51 ` jcgruenhage
  2022-11-01  8:54 ` tranzystorek-io
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-10-28  6:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1423 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages topgrade-10.0.1_1
https://github.com/void-linux/void-packages/pull/40184

topgrade: update to 10.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Note here: This is a fork of the original topgrade. Both the package on
crates.io and the manjaro package now ship the fork, and the original
repository has officially been archived.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40184.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-topgrade-10.0.1_1-40184.patch --]
[-- Type: text/x-diff, Size: 1251 bytes --]

From f14897ebd34ad41da11f440fc6c5bf764b10eadc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 14:13:39 +0200
Subject: [PATCH] topgrade: update to 10.0.1.

---
 srcpkgs/topgrade/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/topgrade/template b/srcpkgs/topgrade/template
index 490f14919bc5..b489092e0c95 100644
--- a/srcpkgs/topgrade/template
+++ b/srcpkgs/topgrade/template
@@ -1,14 +1,14 @@
 # Template file for 'topgrade'
 pkgname=topgrade
-version=9.0.1
+version=10.0.1
 revision=1
 build_style=cargo
 short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
-homepage="https://github.com/r-darwish/topgrade"
-distfiles="https://github.com/r-darwish/topgrade/archive/v${version}.tar.gz"
-checksum=70a1cf2c6a4de41e4c708409842968f3cf05dd5f238efac7ca0f1c9064be670a
+homepage="https://github.com/topgrade-rs/topgrade"
+distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
+checksum=908ec302fda3a0549e49c4c19f1e3e2cbaba08dd8b7301c59370569a86a9f09a
 
 post_install() {
 	vman topgrade.8

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: topgrade: update to 10.0.1.
  2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
  2022-10-27 12:39 ` [PR REVIEW] " tranzystorek-io
  2022-10-28  6:51 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-01  8:54 ` tranzystorek-io
  2022-11-01  9:22 ` jcgruenhage
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tranzystorek-io @ 2022-11-01  8:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40184#issuecomment-1298230389

Comment:
10.1.0 is out

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: topgrade: update to 10.0.1.
  2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-11-01  8:54 ` tranzystorek-io
@ 2022-11-01  9:22 ` jcgruenhage
  2022-11-01  9:27 ` tranzystorek-io
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-11-01  9:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40184#issuecomment-1298255131

Comment:
Yes, but their git tag is still missing: https://github.com/topgrade-rs/topgrade/issues/102

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: topgrade: update to 10.0.1.
  2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-11-01  9:22 ` jcgruenhage
@ 2022-11-01  9:27 ` tranzystorek-io
  2022-11-01 22:11 ` DottoDev
  2022-11-01 23:12 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: tranzystorek-io @ 2022-11-01  9:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40184#issuecomment-1298259393

Comment:
As well as the whole release page suddenly 🤔

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: topgrade: update to 10.0.1.
  2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-11-01  9:27 ` tranzystorek-io
@ 2022-11-01 22:11 ` DottoDev
  2022-11-01 23:12 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: DottoDev @ 2022-11-01 22:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

New comment by DottoDev on void-packages repository

https://github.com/void-linux/void-packages/pull/40184#issuecomment-1299294572

Comment:
This was me testing the release pipeline. But for some reason the clap dependencie always let's it fail. 10.1.0 will still need some work.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: topgrade: update to 10.0.1.
  2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-11-01 22:11 ` DottoDev
@ 2022-11-01 23:12 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-11-01 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

There's a merged pull request on the void-packages repository

topgrade: update to 10.0.1.
https://github.com/void-linux/void-packages/pull/40184

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Note here: This is a fork of the original topgrade. Both the package on
crates.io and the manjaro package now ship the fork, and the original
repository has officially been archived.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-01 23:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 12:15 [PR PATCH] topgrade: update to 10.0.1 jcgruenhage
2022-10-27 12:39 ` [PR REVIEW] " tranzystorek-io
2022-10-28  6:51 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-01  8:54 ` tranzystorek-io
2022-11-01  9:22 ` jcgruenhage
2022-11-01  9:27 ` tranzystorek-io
2022-11-01 22:11 ` DottoDev
2022-11-01 23:12 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).