Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] borgmatic: update to 1.7.13.
@ 2023-05-18 12:59 TinfoilSubmarine
  2023-05-19  1:51 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2023-05-18 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/borgmatic
https://github.com/void-linux/void-packages/pull/43928

borgmatic: update to 1.7.13.
switched to python3-pep517 to enable more tests

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

<!-- 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
- 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/43928.patch is attached

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

From c099203a4bfa9e397d97f92ed14d7fa197ede588 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 18 May 2023 08:45:47 -0400
Subject: [PATCH] borgmatic: update to 1.7.13.

switched to python3-pep517 to enable more tests
---
 srcpkgs/borgmatic/patches/flexmock.patch | 12 ------------
 srcpkgs/borgmatic/template               | 10 ++++------
 2 files changed, 4 insertions(+), 18 deletions(-)
 delete mode 100644 srcpkgs/borgmatic/patches/flexmock.patch

diff --git a/srcpkgs/borgmatic/patches/flexmock.patch b/srcpkgs/borgmatic/patches/flexmock.patch
deleted file mode 100644
index 1af9c7679b6c..000000000000
--- a/srcpkgs/borgmatic/patches/flexmock.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tests/integration/borg/test_commands.py b/tests/integration/borg/test_commands.py
-index 49cd0e9..1afb0e0 100644
---- a/tests/integration/borg/test_commands.py
-+++ b/tests/integration/borg/test_commands.py
-@@ -1,6 +1,6 @@
- import copy
- 
--import flexmock
-+from flexmock import flexmock
- 
- import borgmatic.borg.info
- import borgmatic.borg.list
diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index f1abd8d106a5..a579264e5593 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,11 +1,9 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
-version=1.7.12
+version=1.7.13
 revision=1
-build_style=python3-module
-# runs not yet installed self
-make_check_args="--deselect=tests/integration/commands/test_borgmatic.py"
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema
  python3-colorama python3-requests"
 checkdepends="${depends} python3-pytest-cov python3-flexmock"
@@ -15,4 +13,4 @@ license="GPL-3.0-or-later"
 homepage="https://torsion.org/borgmatic/"
 changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS"
 distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
-checksum=f0557760d42c654ffc9851f8e078b6ed0c0cae93fbd6d39080880b38f4e6401c
+checksum=af7a6a2f0ae1d9866761bc02aaecc34168d3f059046671f2e157f0ee2985e4b8

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

* Re: [PR PATCH] [Closed]: borgmatic: update to 1.7.13.
  2023-05-18 12:59 [PR PATCH] borgmatic: update to 1.7.13 TinfoilSubmarine
@ 2023-05-19  1:51 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-05-19  1:51 UTC (permalink / raw)
  To: ml

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

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

borgmatic: update to 1.7.13.
https://github.com/void-linux/void-packages/pull/43928

Description:
switched to python3-pep517 to enable more tests

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

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

end of thread, other threads:[~2023-05-19  1:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18 12:59 [PR PATCH] borgmatic: update to 1.7.13 TinfoilSubmarine
2023-05-19  1:51 ` [PR PATCH] [Closed]: " abenson

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