Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WIP: git-cliff: update to 0.4.2.
@ 2021-11-08 11:19 jcgruenhage
  2021-11-13 22:21 ` ericonr
  2022-02-10  8:27 ` [PR PATCH] [Closed]: " jcgruenhage
  0 siblings, 2 replies; 3+ messages in thread
From: jcgruenhage @ 2021-11-08 11:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages git-cliff-0.4.2_1
https://github.com/void-linux/void-packages/pull/33955

WIP: git-cliff: update to 0.4.2.
blocked by #32555 

<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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?
- [ ] 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-cliff-0.4.2_1-33955.patch --]
[-- Type: text/x-diff, Size: 1059 bytes --]

From 27f89bfd8f9700f80d43c580ca37318894c2f889 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 8 Nov 2021 12:17:32 +0100
Subject: [PATCH] git-cliff: update to 0.4.2.

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

diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template
index b001ed458c70..3bfa6afcc96c 100644
--- a/srcpkgs/git-cliff/template
+++ b/srcpkgs/git-cliff/template
@@ -1,6 +1,6 @@
 # Template file for 'git-cliff'
 pkgname=git-cliff
-version=0.3.0
+version=0.4.2
 revision=1
 build_style=cargo
 make_install_args="--path git-cliff"
@@ -10,4 +10,4 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
 homepage="https://github.com/orhun/git-cliff"
 distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
-checksum=a2961e97837c40e3b3b00a31e3221585932ac65981bc31d0c20d061c003e9462
+checksum=9f0c6e59970b39d633c94c804e979e227fed5b7d95b6c59352923aa92cdc67a7

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

* Re: WIP: git-cliff: update to 0.4.2.
  2021-11-08 11:19 [PR PATCH] WIP: git-cliff: update to 0.4.2 jcgruenhage
@ 2021-11-13 22:21 ` ericonr
  2022-02-10  8:27 ` [PR PATCH] [Closed]: " jcgruenhage
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-11-13 22:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33955#issuecomment-968156645

Comment:
```
error: failed to load manifest for workspace member `/builddir/git-cliff-0.4.2/git-cliff-core`

Caused by:
  failed to parse manifest at `/builddir/git-cliff-0.4.2/git-cliff-core/Cargo.toml`

Caused by:
  feature `edition2021` is required

  consider adding `cargo-features = ["edition2021"]` to the manifest
```

Is this really cause the toolchain is too old?

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

* Re: [PR PATCH] [Closed]: WIP: git-cliff: update to 0.4.2.
  2021-11-08 11:19 [PR PATCH] WIP: git-cliff: update to 0.4.2 jcgruenhage
  2021-11-13 22:21 ` ericonr
@ 2022-02-10  8:27 ` jcgruenhage
  1 sibling, 0 replies; 3+ messages in thread
From: jcgruenhage @ 2022-02-10  8:27 UTC (permalink / raw)
  To: ml

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

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

WIP: git-cliff: update to 0.4.2.
https://github.com/void-linux/void-packages/pull/33955

Description:
blocked by #32555 

<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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?
- [ ] 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
-->


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

end of thread, other threads:[~2022-02-10  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 11:19 [PR PATCH] WIP: git-cliff: update to 0.4.2 jcgruenhage
2021-11-13 22:21 ` ericonr
2022-02-10  8:27 ` [PR PATCH] [Closed]: " jcgruenhage

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