Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cargo-update-7.0.1
@ 2021-08-30 12:47 jcgruenhage
  2021-11-08 22:58 ` [PR REVIEW] " Piraty
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jcgruenhage @ 2021-08-30 12:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-update-7.0.1
https://github.com/void-linux/void-packages/pull/32760

New package: cargo-update-7.0.1
This came up while using topgrade recently, so considering we're shipping topgrade, we should ship this too IMO.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


#### Remaining TODOs:

- [ ]  disable self-update

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-update-7.0.1-32760.patch --]
[-- Type: text/x-diff, Size: 1350 bytes --]

From 253eb67ccbbbe0287bfcc8e7c73bcb88668c0e9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 30 Aug 2021 14:45:20 +0200
Subject: [PATCH] New package: cargo-update-7.0.1

---
 srcpkgs/cargo-update/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-update/template

diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template
new file mode 100644
index 000000000000..c2d6039dd543
--- /dev/null
+++ b/srcpkgs/cargo-update/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-update'
+pkgname=cargo-update
+version=7.0.1
+revision=1
+build_style=cargo
+hostmakedepends="cmake pkg-config go-md2man"
+makedepends="libgit2-devel libssh2-devel openssl-devel"
+short_desc="Cargo subcommand for updates to installed executables"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/nabijaczleweli/cargo-update"
+distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
+checksum=3336408952ddd43c75bcce9b55b4540a0249cfd521372ee809b29549701aa034
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	cd man
+	for page in *.md; do
+		go-md2man -in ${page} -out ${page%.md}.1
+		vman ${page%.md}.1
+	done
+	cd ..
+}

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

* Re: [PR REVIEW] New package: cargo-update-7.0.1
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
@ 2021-11-08 22:58 ` Piraty
  2021-11-09  9:29 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Piraty @ 2021-11-08 22:58 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/32760#discussion_r745157882

Comment:
this is superfluous

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

* Re: [PR PATCH] [Updated] New package: cargo-update-7.0.1
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
  2021-11-08 22:58 ` [PR REVIEW] " Piraty
@ 2021-11-09  9:29 ` jcgruenhage
  2021-11-09  9:30 ` [PR REVIEW] " jcgruenhage
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-11-09  9:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-update-7.0.1
https://github.com/void-linux/void-packages/pull/32760

New package: cargo-update-7.0.1
This came up while using topgrade recently, so considering we're shipping topgrade, we should ship this too IMO.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


#### Remaining TODOs:

- [ ]  disable self-update

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-update-7.0.1-32760.patch --]
[-- Type: text/x-diff, Size: 1341 bytes --]

From 2e1c85e1999499168b750f21e8d63337f84a4951 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 30 Aug 2021 14:45:20 +0200
Subject: [PATCH] New package: cargo-update-8.0.0

---
 srcpkgs/cargo-update/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/cargo-update/template

diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template
new file mode 100644
index 000000000000..0101837df1f9
--- /dev/null
+++ b/srcpkgs/cargo-update/template
@@ -0,0 +1,24 @@
+# Template file for 'cargo-update'
+pkgname=cargo-update
+version=8.0.0
+revision=1
+build_style=cargo
+hostmakedepends="cmake pkg-config go-md2man"
+makedepends="libgit2-devel libssh2-devel openssl-devel"
+short_desc="Cargo subcommand for updates to installed executables"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/nabijaczleweli/cargo-update"
+distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
+checksum=feadb2a5b67c58ca3b29deb280c51ae25bc80f4a4619d62a9a4c5772ddf79e43
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	cd man
+	for page in *.md; do
+		go-md2man -in ${page} -out ${page%.md}.1
+		vman ${page%.md}.1
+	done
+}

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

* Re: [PR REVIEW] New package: cargo-update-7.0.1
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
  2021-11-08 22:58 ` [PR REVIEW] " Piraty
  2021-11-09  9:29 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-11-09  9:30 ` jcgruenhage
  2022-06-04  2:09 ` github-actions
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-11-09  9:30 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/32760#discussion_r745433683

Comment:
Gone now

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

* Re: New package: cargo-update-7.0.1
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2021-11-09  9:30 ` [PR REVIEW] " jcgruenhage
@ 2022-06-04  2:09 ` github-actions
  2022-06-04  6:58 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-06-04  2:09 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/32760#issuecomment-1146498514

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: cargo-update-7.0.1
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-06-04  2:09 ` github-actions
@ 2022-06-04  6:58 ` jcgruenhage
  2022-06-11 14:04 ` New package: cargo-update-8.1.4 jcgruenhage
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-06-04  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-update-7.0.1
https://github.com/void-linux/void-packages/pull/32760

New package: cargo-update-7.0.1
This came up while using topgrade recently, so considering we're shipping topgrade, we should ship this too IMO.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


#### Remaining TODOs:

- [ ]  disable self-update

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-update-7.0.1-32760.patch --]
[-- Type: text/x-diff, Size: 1341 bytes --]

From 7d7f5522d85bdb62edb930d5da30c14799e19fea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 30 Aug 2021 14:45:20 +0200
Subject: [PATCH] New package: cargo-update-8.1.4

---
 srcpkgs/cargo-update/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/cargo-update/template

diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template
new file mode 100644
index 000000000000..ba7a73bf108e
--- /dev/null
+++ b/srcpkgs/cargo-update/template
@@ -0,0 +1,24 @@
+# Template file for 'cargo-update'
+pkgname=cargo-update
+version=8.1.4
+revision=1
+build_style=cargo
+hostmakedepends="cmake pkg-config go-md2man"
+makedepends="libgit2-devel libssh2-devel openssl-devel"
+short_desc="Cargo subcommand for updates to installed executables"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/nabijaczleweli/cargo-update"
+distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
+checksum=8a8a5a710d427b267641b292451aaeb10a4941a57764d3f06eff61be75d317b6
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	cd man
+	for page in *.md; do
+		go-md2man -in ${page} -out ${page%.md}.1
+		vman ${page%.md}.1
+	done
+}

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

* Re: New package: cargo-update-8.1.4
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-06-04  6:58 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-06-11 14:04 ` jcgruenhage
  2022-06-22 22:11 ` Piraty
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-06-11 14:04 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/32760#issuecomment-1152933418

Comment:
PR is not actually stale

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

* Re: New package: cargo-update-8.1.4
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-06-11 14:04 ` New package: cargo-update-8.1.4 jcgruenhage
@ 2022-06-22 22:11 ` Piraty
  2022-09-21  2:14 ` github-actions
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Piraty @ 2022-06-22 22:11 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/32760#issuecomment-1163660138

Comment:
can you please rebase, so CI is triggered again

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

* Re: New package: cargo-update-8.1.4
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (6 preceding siblings ...)
  2022-06-22 22:11 ` Piraty
@ 2022-09-21  2:14 ` github-actions
  2022-09-21 11:03 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-09-21  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/32760#issuecomment-1253121285

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: cargo-update-8.1.4
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (7 preceding siblings ...)
  2022-09-21  2:14 ` github-actions
@ 2022-09-21 11:03 ` jcgruenhage
  2022-09-21 11:04 ` jcgruenhage
  2022-09-21 21:03 ` [PR PATCH] [Merged]: " Piraty
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-09-21 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-update-7.0.1
https://github.com/void-linux/void-packages/pull/32760

New package: cargo-update-8.1.4
This came up while using topgrade recently, so considering we're shipping topgrade, we should ship this too IMO.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


#### Remaining TODOs:

-  ~~disable self-update~~ Considering that `cargo-update` uses the same way to update itself as it uses to update other applications, this doesn't matter. When `cargo-update` isn't installed using cargo by the user, it doesn't try to update itself. Therefore: Nothing to do here.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-update-7.0.1-32760.patch --]
[-- Type: text/x-diff, Size: 1341 bytes --]

From 1d115ae5239bbebb3ed61646ea766d324b2e61d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Sep 2022 13:00:59 +0200
Subject: [PATCH] New package: cargo-update-9.0.0

---
 srcpkgs/cargo-update/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/cargo-update/template

diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template
new file mode 100644
index 000000000000..c768f7b1d6e7
--- /dev/null
+++ b/srcpkgs/cargo-update/template
@@ -0,0 +1,24 @@
+# Template file for 'cargo-update'
+pkgname=cargo-update
+version=9.0.0
+revision=1
+build_style=cargo
+hostmakedepends="cmake pkg-config go-md2man"
+makedepends="libgit2-devel libssh2-devel openssl-devel"
+short_desc="Cargo subcommand for updates to installed executables"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/nabijaczleweli/cargo-update"
+distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
+checksum=91667cfa404b6e2c9d0eafdf801f0740b863cc1b0e269e681369a6b6093dec3c
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	cd man
+	for page in *.md; do
+		go-md2man -in ${page} -out ${page%.md}.1
+		vman ${page%.md}.1
+	done
+}

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

* Re: New package: cargo-update-8.1.4
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (8 preceding siblings ...)
  2022-09-21 11:03 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-09-21 11:04 ` jcgruenhage
  2022-09-21 21:03 ` [PR PATCH] [Merged]: " Piraty
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-09-21 11:04 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/32760#issuecomment-1253544738

Comment:
updated again, retriggered CI


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

* Re: [PR PATCH] [Merged]: New package: cargo-update-8.1.4
  2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
                   ` (9 preceding siblings ...)
  2022-09-21 11:04 ` jcgruenhage
@ 2022-09-21 21:03 ` Piraty
  10 siblings, 0 replies; 12+ messages in thread
From: Piraty @ 2022-09-21 21:03 UTC (permalink / raw)
  To: ml

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

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

New package: cargo-update-8.1.4
https://github.com/void-linux/void-packages/pull/32760

Description:
This came up while using topgrade recently, so considering we're shipping topgrade, we should ship this too IMO.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


#### Remaining TODOs:

-  ~~disable self-update~~ Considering that `cargo-update` uses the same way to update itself as it uses to update other applications, this doesn't matter. When `cargo-update` isn't installed using cargo by the user, it doesn't try to update itself. Therefore: Nothing to do here.

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

end of thread, other threads:[~2022-09-21 21:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
2021-11-08 22:58 ` [PR REVIEW] " Piraty
2021-11-09  9:29 ` [PR PATCH] [Updated] " jcgruenhage
2021-11-09  9:30 ` [PR REVIEW] " jcgruenhage
2022-06-04  2:09 ` github-actions
2022-06-04  6:58 ` [PR PATCH] [Updated] " jcgruenhage
2022-06-11 14:04 ` New package: cargo-update-8.1.4 jcgruenhage
2022-06-22 22:11 ` Piraty
2022-09-21  2:14 ` github-actions
2022-09-21 11:03 ` [PR PATCH] [Updated] " jcgruenhage
2022-09-21 11:04 ` jcgruenhage
2022-09-21 21:03 ` [PR PATCH] [Merged]: " Piraty

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).