Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] borgmatic: update to 1.5.0
@ 2020-01-29  0:05 voidlinux-github
  2020-01-29  0:14 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-29  0:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/renatoaguiar/void-packages borgmatic
https://github.com/void-linux/void-packages/pull/18623

borgmatic: update to 1.5.0


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

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

From e2964aba55ca83bf067cf948dc4968ad9346e252 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 28 Jan 2020 16:04:43 -0800
Subject: [PATCH] borgmatic: update to 1.5.0

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

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index bfbb05c915e..9fed742a348 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,7 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
-version=1.4.21
-revision=2
+version=1.5.0
+revision=1
 archs=noarch
 build_style=python3-module
 pycompile_module="borgmatic"
@@ -15,7 +15,7 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="GPL-3.0-only"
 homepage="https://torsion.org/borgmatic/"
 distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
-checksum=1ed9adc370fc06ae41bbc7083702c3bb7ea58014d60cb473f28ce321151a48c8
+checksum=a3c4aeb181dfa27653c0017bd28c6eafde7e18e4f46dc279d0556a3b1e0cdd0b
 
 do_check() {
 	# The tests use the NEWS file to get version and checks against

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

* Re: borgmatic: update to 1.5.0
  2020-01-29  0:05 [PR PATCH] borgmatic: update to 1.5.0 voidlinux-github
@ 2020-01-29  0:14 ` voidlinux-github
  2020-01-29  1:14 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-29  1:48 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-29  0:14 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/18623#issuecomment-579534392

Comment:
Can you please re-push with line seven removed, as per the xlint failure?

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

* Re: [PR PATCH] [Updated] borgmatic: update to 1.5.0
  2020-01-29  0:05 [PR PATCH] borgmatic: update to 1.5.0 voidlinux-github
  2020-01-29  0:14 ` voidlinux-github
@ 2020-01-29  1:14 ` voidlinux-github
  2020-01-29  1:48 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-29  1:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/renatoaguiar/void-packages borgmatic
https://github.com/void-linux/void-packages/pull/18623

borgmatic: update to 1.5.0


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

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

From 695e5fdbf52a6a59a45450bd0e96ebc5fe1ff99a Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 28 Jan 2020 16:04:43 -0800
Subject: [PATCH] borgmatic: update to 1.5.0

---
 srcpkgs/borgmatic/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index bfbb05c915e..9fc336081cb 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,10 +1,9 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
-version=1.4.21
-revision=2
+version=1.5.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="borgmatic"
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
  python3-colorama"
@@ -15,7 +14,7 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="GPL-3.0-only"
 homepage="https://torsion.org/borgmatic/"
 distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
-checksum=1ed9adc370fc06ae41bbc7083702c3bb7ea58014d60cb473f28ce321151a48c8
+checksum=a3c4aeb181dfa27653c0017bd28c6eafde7e18e4f46dc279d0556a3b1e0cdd0b
 
 do_check() {
 	# The tests use the NEWS file to get version and checks against

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

* Re: [PR PATCH] [Merged]: borgmatic: update to 1.5.0
  2020-01-29  0:05 [PR PATCH] borgmatic: update to 1.5.0 voidlinux-github
  2020-01-29  0:14 ` voidlinux-github
  2020-01-29  1:14 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-29  1:48 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-29  1:48 UTC (permalink / raw)
  To: ml

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

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

borgmatic: update to 1.5.0
https://github.com/void-linux/void-packages/pull/18623

Description:


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

end of thread, other threads:[~2020-01-29  1:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-29  0:05 [PR PATCH] borgmatic: update to 1.5.0 voidlinux-github
2020-01-29  0:14 ` voidlinux-github
2020-01-29  1:14 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-29  1:48 ` [PR PATCH] [Merged]: " voidlinux-github

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