Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zfs-autobackup-3.1.1
@ 2022-06-13  4:45 optlink
  2022-06-18 18:56 ` [PR PATCH] [Updated] " optlink
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: optlink @ 2022-06-13  4:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/optlink/void-packages zfs-autobackup
https://github.com/void-linux/void-packages/pull/37543

New package: zfs-autobackup-3.1.1
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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
- Tested extensively on x86_64-glibc but should not matter as this a pure Python package.


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

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

From 01f0dbb0fc3e7847dc2e5c0acd38f1667d136fe9 Mon Sep 17 00:00:00 2001
From: Kelsey Maes <kelsey@maes.one>
Date: Sat, 28 May 2022 11:28:41 -0700
Subject: [PATCH] New package: zfs-autobackup-3.1.1

---
 srcpkgs/zfs-autobackup/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/zfs-autobackup/template

diff --git a/srcpkgs/zfs-autobackup/template b/srcpkgs/zfs-autobackup/template
new file mode 100644
index 000000000000..4b1bb59804e2
--- /dev/null
+++ b/srcpkgs/zfs-autobackup/template
@@ -0,0 +1,14 @@
+# Template file for 'zfs-autobackup'
+pkgname=zfs-autobackup
+version=3.1.1
+revision=1
+wrksrc=zfs_autobackup-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-colorama"
+short_desc="Easy to use and very reliable ZFS backup software"
+maintainer="Kelsey Maes <kelsey@maes.one>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/psy0rz/zfs_autobackup"
+distfiles="https://github.com/psy0rz/zfs_autobackup/archive/refs/tags/v${version}.tar.gz"
+checksum=50fb80a147d13aaf499a210f333895f088560ad973a06f87eb6944f863d3444d

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

* Re: [PR PATCH] [Updated] New package: zfs-autobackup-3.1.1
  2022-06-13  4:45 [PR PATCH] New package: zfs-autobackup-3.1.1 optlink
@ 2022-06-18 18:56 ` optlink
  2022-09-17  2:14 ` New package: zfs-autobackup-3.1.2 github-actions
  2022-10-01  2:16 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: optlink @ 2022-06-18 18:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/optlink/void-packages zfs-autobackup
https://github.com/void-linux/void-packages/pull/37543

New package: zfs-autobackup-3.1.1
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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
- Tested extensively on x86_64-glibc but should not matter as this a pure Python package.


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

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

From 1826b6a816f591a503dc6e8ff60b7d5879ad6077 Mon Sep 17 00:00:00 2001
From: Kelsey Maes <kelsey@maes.one>
Date: Sat, 28 May 2022 11:28:41 -0700
Subject: [PATCH] New package: zfs-autobackup-3.1.2

---
 srcpkgs/zfs-autobackup/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/zfs-autobackup/template

diff --git a/srcpkgs/zfs-autobackup/template b/srcpkgs/zfs-autobackup/template
new file mode 100644
index 000000000000..476c28efc81a
--- /dev/null
+++ b/srcpkgs/zfs-autobackup/template
@@ -0,0 +1,15 @@
+# Template file for 'zfs-autobackup'
+pkgname=zfs-autobackup
+version=3.1.2
+revision=1
+wrksrc=zfs_autobackup-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-colorama"
+checkdepends="python3-pip"
+short_desc="Easy to use and very reliable ZFS backup software"
+maintainer="Kelsey Maes <kelsey@maes.one>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/psy0rz/zfs_autobackup"
+distfiles="https://github.com/psy0rz/zfs_autobackup/archive/refs/tags/v${version}.tar.gz"
+checksum=@eb7827968e41dff5e69d9665e1a52f518b836ffe91f89a94ab328d01fca916a8

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

* Re: New package: zfs-autobackup-3.1.2
  2022-06-13  4:45 [PR PATCH] New package: zfs-autobackup-3.1.1 optlink
  2022-06-18 18:56 ` [PR PATCH] [Updated] " optlink
@ 2022-09-17  2:14 ` github-actions
  2022-10-01  2:16 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-09-17  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/37543#issuecomment-1249978041

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: zfs-autobackup-3.1.2
  2022-06-13  4:45 [PR PATCH] New package: zfs-autobackup-3.1.1 optlink
  2022-06-18 18:56 ` [PR PATCH] [Updated] " optlink
  2022-09-17  2:14 ` New package: zfs-autobackup-3.1.2 github-actions
@ 2022-10-01  2:16 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-10-01  2:16 UTC (permalink / raw)
  To: ml

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

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

New package: zfs-autobackup-3.1.2
https://github.com/void-linux/void-packages/pull/37543

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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
- Tested extensively on x86_64-glibc but should not matter as this a pure Python package.


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

end of thread, other threads:[~2022-10-01  2:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13  4:45 [PR PATCH] New package: zfs-autobackup-3.1.1 optlink
2022-06-18 18:56 ` [PR PATCH] [Updated] " optlink
2022-09-17  2:14 ` New package: zfs-autobackup-3.1.2 github-actions
2022-10-01  2:16 ` [PR PATCH] [Closed]: " github-actions

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