Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mise: update to 2024.8.5.
@ 2024-08-06 14:38 TeddyDD
  2024-08-06 14:41 ` [PR REVIEW] " tranzystorekk
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeddyDD @ 2024-08-06 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-mise
https://github.com/void-linux/void-packages/pull/51690

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

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

<!--
#### 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/51690.patch is attached

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

From 88736ccd90612d9d12a311898ce0382d5283cb84 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Tue, 6 Aug 2024 16:38:30 +0200
Subject: [PATCH] mise: update to 2024.8.5.

---
 srcpkgs/mise/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index bfda3854617502..b631271fbf2c5f 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.7.4
+version=2024.8.5
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=96684077b01178bf402873f130a040e0ad142c729e95184b9d176e3e9092299d
+checksum=38a7d5da54b8089202c7fc576a0310cc06a422e4ee2e3c5980439eb2e602495a
 
 post_patch() {
 	cargo update built --precise 0.7.2

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

* Re: [PR REVIEW] mise: update to 2024.8.5.
  2024-08-06 14:38 [PR PATCH] mise: update to 2024.8.5 TeddyDD
@ 2024-08-06 14:41 ` tranzystorekk
  2024-08-06 14:42 ` tranzystorekk
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorekk @ 2024-08-06 14:41 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51690#discussion_r1705666258

Comment:
`libgit2-1.8` is now packaged, this can be dropped with it

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

* Re: [PR REVIEW] mise: update to 2024.8.5.
  2024-08-06 14:38 [PR PATCH] mise: update to 2024.8.5 TeddyDD
  2024-08-06 14:41 ` [PR REVIEW] " tranzystorekk
@ 2024-08-06 14:42 ` tranzystorekk
  2024-08-06 15:13 ` [PR PATCH] [Updated] " TeddyDD
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorekk @ 2024-08-06 14:42 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51690#discussion_r1705666258

Comment:
`libgit2-1.8` is now packaged, this can be dropped with it (replace `libgit2-devel` with `libgit2-1.8-devel`)

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

* Re: [PR PATCH] [Updated] mise: update to 2024.8.5.
  2024-08-06 14:38 [PR PATCH] mise: update to 2024.8.5 TeddyDD
  2024-08-06 14:41 ` [PR REVIEW] " tranzystorekk
  2024-08-06 14:42 ` tranzystorekk
@ 2024-08-06 15:13 ` TeddyDD
  2024-08-06 15:13 ` [PR REVIEW] " TeddyDD
  2024-08-06 15:28 ` [PR PATCH] [Merged]: " tranzystorekk
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2024-08-06 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-mise
https://github.com/void-linux/void-packages/pull/51690

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

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

<!--
#### 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/51690.patch is attached

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

From 9716a36d11971db18d448e13ba4fb08a91bff798 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Tue, 6 Aug 2024 16:38:30 +0200
Subject: [PATCH] mise: update to 2024.8.5.

---
 srcpkgs/mise/template | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index bfda3854617502..ffba8a01890899 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,23 +1,18 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.7.4
+version=2024.8.5
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
-hostmakedepends="pkg-config libgit2-devel"
-makedepends="openssl-devel libgit2-devel"
+hostmakedepends="pkg-config libgit2-1.8-devel"
+makedepends="openssl-devel libgit2-1.8-devel"
 short_desc="Polyglot runtime manager (asdf rust clone)"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=96684077b01178bf402873f130a040e0ad142c729e95184b9d176e3e9092299d
-
-post_patch() {
-	cargo update built --precise 0.7.2
-	cargo update git2 --precise 0.18.3
-}
+checksum=38a7d5da54b8089202c7fc576a0310cc06a422e4ee2e3c5980439eb2e602495a
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] mise: update to 2024.8.5.
  2024-08-06 14:38 [PR PATCH] mise: update to 2024.8.5 TeddyDD
                   ` (2 preceding siblings ...)
  2024-08-06 15:13 ` [PR PATCH] [Updated] " TeddyDD
@ 2024-08-06 15:13 ` TeddyDD
  2024-08-06 15:28 ` [PR PATCH] [Merged]: " tranzystorekk
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2024-08-06 15:13 UTC (permalink / raw)
  To: ml

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

New review comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/51690#discussion_r1705717624

Comment:
done

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

* Re: [PR PATCH] [Merged]: mise: update to 2024.8.5.
  2024-08-06 14:38 [PR PATCH] mise: update to 2024.8.5 TeddyDD
                   ` (3 preceding siblings ...)
  2024-08-06 15:13 ` [PR REVIEW] " TeddyDD
@ 2024-08-06 15:28 ` tranzystorekk
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorekk @ 2024-08-06 15:28 UTC (permalink / raw)
  To: ml

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

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

mise: update to 2024.8.5.
https://github.com/void-linux/void-packages/pull/51690

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

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

<!--
#### 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] 6+ messages in thread

end of thread, other threads:[~2024-08-06 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-06 14:38 [PR PATCH] mise: update to 2024.8.5 TeddyDD
2024-08-06 14:41 ` [PR REVIEW] " tranzystorekk
2024-08-06 14:42 ` tranzystorekk
2024-08-06 15:13 ` [PR PATCH] [Updated] " TeddyDD
2024-08-06 15:13 ` [PR REVIEW] " TeddyDD
2024-08-06 15:28 ` [PR PATCH] [Merged]: " tranzystorekk

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