Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New targetcli
@ 2024-12-29 21:39 Vaelatern
  2024-12-31  3:28 ` [PR PATCH] [Updated] " Vaelatern
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vaelatern @ 2024-12-29 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages new-targetcli
https://github.com/void-linux/void-packages/pull/53755

New targetcli
Ok so the targetcli is incorrect because it's a dev release.

The configshell though is right and I'm testing it on one of my iscsi target machines (currently in dev, suddenly to become load bearing...).

Configshell fixes a Python 3.11 incompatibility.

rtslib-fb also needs a bump but it can't be built right now because it's not published to pypi. It also seems to operate just fine for now.

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

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

From 71231af0c36236af9a82d0ade4099b3be97c5c06 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Sun, 29 Dec 2024 16:30:10 -0500
Subject: [PATCH 1/2] configshell-fb: update to 2.0.0.

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

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index 60204d519c0019..71c20891844874 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,14 +1,14 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
-version=1.1.29
-revision=5
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.0.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling hatch-vcs"
 depends="python3-six python3-urwid python3-parsing"
 checkdepends="$depends"
 short_desc="Python library for building configuration shells"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/open-iscsi/configshell-fb"
-distfiles="https://github.com/open-iscsi/configshell-fb/archive/v${version}.tar.gz"
-checksum=24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c
+distfiles="${PYPI_SITE}/c/configshell-fb/configshell_fb-${version}.tar.gz"
+checksum=65b032cc17bf4f037328b286048074345b3db534dcc5a58048ef28c3a170c081

From a51521c7707dbe6b34ad0ead65161c031bccf9c7 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Sun, 29 Dec 2024 16:31:22 -0500
Subject: [PATCH 2/2] targetcli-fb: update to 3.0.0.dev0.

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

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 9cd3ff69e70ddf..3a66ec06b3e316 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,17 +1,17 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
-version=2.1.54
-revision=5
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=3.0.0.dev0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling hatch-vcs"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
 checkdepends="$depends"
 short_desc="CLI for configuring the LIO generic SCSI target"
 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=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
+distfiles="${PYPI_SITE}/t/targetcli/targetcli-${version}.tar.gz"
+checksum=071dd2e60f366869249f2734eee0f28133f25d039f887ff656218fc7d4dcc4d8
 make_dirs="
 	/etc/target 0755 root root
 	/etc/target/backup 0755 root root"

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

* Re: [PR PATCH] [Updated] New targetcli
  2024-12-29 21:39 [PR PATCH] New targetcli Vaelatern
@ 2024-12-31  3:28 ` Vaelatern
  2025-01-01  7:46 ` Vaelatern
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Vaelatern @ 2024-12-31  3:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages new-targetcli
https://github.com/void-linux/void-packages/pull/53755

New targetcli
Ok so the targetcli is incorrect because it's a dev release.

The configshell though is right and I'm testing it on one of my iscsi target machines (currently in dev, suddenly to become load bearing...).

Configshell fixes a Python 3.11 incompatibility.

rtslib-fb also needs a bump but it can't be built right now because it's not published to pypi. It also seems to operate just fine for now.

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

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

From c90130f0560c07167238c99f15bc5c39ae4bc593 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Sun, 29 Dec 2024 16:31:22 -0500
Subject: [PATCH] targetcli-fb: update to 3.0.0.dev0.

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

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 9cd3ff69e70ddf..3a66ec06b3e316 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,17 +1,17 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
-version=2.1.54
-revision=5
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=3.0.0.dev0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling hatch-vcs"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
 checkdepends="$depends"
 short_desc="CLI for configuring the LIO generic SCSI target"
 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=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
+distfiles="${PYPI_SITE}/t/targetcli/targetcli-${version}.tar.gz"
+checksum=071dd2e60f366869249f2734eee0f28133f25d039f887ff656218fc7d4dcc4d8
 make_dirs="
 	/etc/target 0755 root root
 	/etc/target/backup 0755 root root"

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

* Re: [PR PATCH] [Updated] New targetcli
  2024-12-29 21:39 [PR PATCH] New targetcli Vaelatern
  2024-12-31  3:28 ` [PR PATCH] [Updated] " Vaelatern
@ 2025-01-01  7:46 ` Vaelatern
  2025-03-06  8:48 ` Vaelatern
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Vaelatern @ 2025-01-01  7:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages new-targetcli
https://github.com/void-linux/void-packages/pull/53755

New targetcli
Ok so the targetcli is incorrect because it's a dev release.

The configshell though is right and I'm testing it on one of my iscsi target machines (currently in dev, suddenly to become load bearing...).

Configshell fixes a Python 3.11 incompatibility.

rtslib-fb also needs a bump but it can't be built right now because it's not published to pypi. It also seems to operate just fine for now.

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

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

From 3aae52d7b05dd49f82245f8a335db0e5d0fd9ecb Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Sun, 29 Dec 2024 16:31:22 -0500
Subject: [PATCH] targetcli-fb: update to 3.0.0.dev0.

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

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 9cd3ff69e70ddf..3a66ec06b3e316 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,17 +1,17 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
-version=2.1.54
-revision=5
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=3.0.0.dev0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling hatch-vcs"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
 checkdepends="$depends"
 short_desc="CLI for configuring the LIO generic SCSI target"
 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=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
+distfiles="${PYPI_SITE}/t/targetcli/targetcli-${version}.tar.gz"
+checksum=071dd2e60f366869249f2734eee0f28133f25d039f887ff656218fc7d4dcc4d8
 make_dirs="
 	/etc/target 0755 root root
 	/etc/target/backup 0755 root root"

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

* Re: [PR PATCH] [Updated] New targetcli
  2024-12-29 21:39 [PR PATCH] New targetcli Vaelatern
  2024-12-31  3:28 ` [PR PATCH] [Updated] " Vaelatern
  2025-01-01  7:46 ` Vaelatern
@ 2025-03-06  8:48 ` Vaelatern
  2025-03-06  8:49 ` Vaelatern
  2025-03-07  4:49 ` [PR PATCH] [Closed]: " Vaelatern
  4 siblings, 0 replies; 6+ messages in thread
From: Vaelatern @ 2025-03-06  8:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages new-targetcli
https://github.com/void-linux/void-packages/pull/53755

New targetcli
Ok so the targetcli is incorrect because it's a dev release.

The configshell though is right and I'm testing it on one of my iscsi target machines (currently in dev, suddenly to become load bearing...).

Configshell fixes a Python 3.11 incompatibility.

rtslib-fb also needs a bump but it can't be built right now because it's not published to pypi. It also seems to operate just fine for now.

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

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

From 028ff078bf443334d298e6759752f25016592ff8 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Sun, 29 Dec 2024 16:31:22 -0500
Subject: [PATCH] targetcli-fb: update to 3.0.1.

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

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 9cd3ff69e70ddf..f1f1027763d7fe 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,17 +1,17 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
-version=2.1.54
-revision=5
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=3.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling hatch-vcs"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
 checkdepends="$depends"
 short_desc="CLI for configuring the LIO generic SCSI target"
 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=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
+distfiles="${PYPI_SITE}/t/targetcli/targetcli-${version}.tar.gz"
+checksum=f50223ec1d429024a790e6792f8df22f88dcd1e1d07acbb7c78399097f48cb9d
 make_dirs="
 	/etc/target 0755 root root
 	/etc/target/backup 0755 root root"

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

* Re: New targetcli
  2024-12-29 21:39 [PR PATCH] New targetcli Vaelatern
                   ` (2 preceding siblings ...)
  2025-03-06  8:48 ` Vaelatern
@ 2025-03-06  8:49 ` Vaelatern
  2025-03-07  4:49 ` [PR PATCH] [Closed]: " Vaelatern
  4 siblings, 0 replies; 6+ messages in thread
From: Vaelatern @ 2025-03-06  8:49 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/53755#issuecomment-2703191144

Comment:
Ok, they cut 3.0.1 last week and that makes this a real version again. Cool.

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

* Re: [PR PATCH] [Closed]: New targetcli
  2024-12-29 21:39 [PR PATCH] New targetcli Vaelatern
                   ` (3 preceding siblings ...)
  2025-03-06  8:49 ` Vaelatern
@ 2025-03-07  4:49 ` Vaelatern
  4 siblings, 0 replies; 6+ messages in thread
From: Vaelatern @ 2025-03-07  4:49 UTC (permalink / raw)
  To: ml

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

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

New targetcli
https://github.com/void-linux/void-packages/pull/53755

Description:
Ok so the targetcli is incorrect because it's a dev release.

The configshell though is right and I'm testing it on one of my iscsi target machines (currently in dev, suddenly to become load bearing...).

Configshell fixes a Python 3.11 incompatibility.

rtslib-fb also needs a bump but it can't be built right now because it's not published to pypi. It also seems to operate just fine for now.

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

end of thread, other threads:[~2025-03-07  4:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-29 21:39 [PR PATCH] New targetcli Vaelatern
2024-12-31  3:28 ` [PR PATCH] [Updated] " Vaelatern
2025-01-01  7:46 ` Vaelatern
2025-03-06  8:48 ` Vaelatern
2025-03-06  8:49 ` Vaelatern
2025-03-07  4:49 ` [PR PATCH] [Closed]: " Vaelatern

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