Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] targetcli-fb: update to 2.1.54
@ 2021-07-03  5:18 JuniorJPDJ
  2021-07-03  7:16 ` [PR PATCH] [Updated] " JuniorJPDJ
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: JuniorJPDJ @ 2021-07-03  5:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorJPDJ/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31775

targetcli-fb: update to 2.1.54
<!-- 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/31775.patch is attached

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

From 1ac8ec4f348487809e6417fc7b016a47333a5000 Mon Sep 17 00:00:00 2001
From: JuniorJPDJ <git@juniorjpdj.pl>
Date: Sat, 3 Jul 2021 07:17:05 +0200
Subject: [PATCH] targetcli-fb: update to 2.1.54

---
 srcpkgs/targetcli-fb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 3212f96f7e3f..885368f99345 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
-version=2.1.51
-revision=3
+version=2.1.54
+revision=0
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/open-iscsi/targetcli-fb"
 distfiles="https://github.com/open-iscsi/targetcli-fb/archive/v${version}.tar.gz"
-checksum=7ebf340705b6fb407aadc437202074ca490116ef811e3b0b7306d57d6c065366
+checksum=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
 make_dirs="
 	/etc/target 0755 root root
 	/etc/target/backup 0755 root root"

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

* Re: [PR PATCH] [Updated] targetcli-fb: update to 2.1.54
  2021-07-03  5:18 [PR PATCH] targetcli-fb: update to 2.1.54 JuniorJPDJ
@ 2021-07-03  7:16 ` JuniorJPDJ
  2021-07-03 21:30 ` JuniorJPDJ
  2021-07-04  3:17 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: JuniorJPDJ @ 2021-07-03  7:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorJPDJ/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31775

targetcli-fb: update to 2.1.54
<!-- 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/31775.patch is attached

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

From 241bfad9e22553f60ae9fd6f0921dfc7393dad31 Mon Sep 17 00:00:00 2001
From: JuniorJPDJ <git@juniorjpdj.pl>
Date: Sat, 3 Jul 2021 07:17:05 +0200
Subject: [PATCH] targetcli-fb: update to 2.1.54

---
 srcpkgs/targetcli-fb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 3212f96f7e3f..885368f99345 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
-version=2.1.51
-revision=3
+version=2.1.54
+revision=0
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/open-iscsi/targetcli-fb"
 distfiles="https://github.com/open-iscsi/targetcli-fb/archive/v${version}.tar.gz"
-checksum=7ebf340705b6fb407aadc437202074ca490116ef811e3b0b7306d57d6c065366
+checksum=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
 make_dirs="
 	/etc/target 0755 root root
 	/etc/target/backup 0755 root root"

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

* Re: [PR PATCH] [Updated] targetcli-fb: update to 2.1.54
  2021-07-03  5:18 [PR PATCH] targetcli-fb: update to 2.1.54 JuniorJPDJ
  2021-07-03  7:16 ` [PR PATCH] [Updated] " JuniorJPDJ
@ 2021-07-03 21:30 ` JuniorJPDJ
  2021-07-04  3:17 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: JuniorJPDJ @ 2021-07-03 21:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorJPDJ/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31775

targetcli-fb: update to 2.1.54
<!-- 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
- [x] I generally don't use the affected packages but briefly tested this PR
- [x] I just installed Void to update this and it seem to work, I already used this version on other distros

<!--
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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->

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

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

From 99d5100802759124cea880236fed8a5184539bf3 Mon Sep 17 00:00:00 2001
From: JuniorJPDJ <git@juniorjpdj.pl>
Date: Sat, 3 Jul 2021 07:17:05 +0200
Subject: [PATCH] targetcli-fb: update to 2.1.54

---
 srcpkgs/targetcli-fb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 3212f96f7e3f..a6bf09b0aab7 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
-version=2.1.51
-revision=3
+version=2.1.54
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/open-iscsi/targetcli-fb"
 distfiles="https://github.com/open-iscsi/targetcli-fb/archive/v${version}.tar.gz"
-checksum=7ebf340705b6fb407aadc437202074ca490116ef811e3b0b7306d57d6c065366
+checksum=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
 make_dirs="
 	/etc/target 0755 root root
 	/etc/target/backup 0755 root root"

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

* Re: [PR PATCH] [Merged]: targetcli-fb: update to 2.1.54
  2021-07-03  5:18 [PR PATCH] targetcli-fb: update to 2.1.54 JuniorJPDJ
  2021-07-03  7:16 ` [PR PATCH] [Updated] " JuniorJPDJ
  2021-07-03 21:30 ` JuniorJPDJ
@ 2021-07-04  3:17 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-04  3:17 UTC (permalink / raw)
  To: ml

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

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

targetcli-fb: update to 2.1.54
https://github.com/void-linux/void-packages/pull/31775

Description:
<!-- 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
- [x] I generally don't use the affected packages but briefly tested this PR
- [x] I just installed Void to update this and it seem to work, I already used this version on other distros

<!--
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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->

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

end of thread, other threads:[~2021-07-04  3:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-03  5:18 [PR PATCH] targetcli-fb: update to 2.1.54 JuniorJPDJ
2021-07-03  7:16 ` [PR PATCH] [Updated] " JuniorJPDJ
2021-07-03 21:30 ` JuniorJPDJ
2021-07-04  3:17 ` [PR PATCH] [Merged]: " ericonr

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