Skip to content

Commit

Permalink
borgbackup: Update to version 1.2.0
Browse files Browse the repository at this point in the history
Co-authored-by: Guizai <guizaicn@gmail.com>
  • Loading branch information
th0ma7 and sunlei committed Feb 27, 2022
1 parent 5225fca commit 2b4d781
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions spk/borgbackup/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = borgbackup
SPK_VERS = 1.1.18
SPK_VERS = 1.2.0
SPK_REV = 10
SPK_ICON = src/$(SPK_NAME).png

Expand All @@ -22,7 +22,7 @@ DESCRIPTION = Deduplicating backup program with compression and authenticated en

DISPLAY_NAME = Borg
STARTABLE = no
CHANGELOG = "1. Update borgmatic to v1.5.21<br/>2. Update OpenSSL to v1.1.1m<br/>3. Add BLAKE2-libb2 support<br/>4. Update to Python 3.10"
CHANGELOG = "1. Update to borgbackup 1.2.0<br/>2. Update borgmatic to v1.5.23<br/>3. Update OpenSSL to v1.1.1m<br/>4. Add BLAKE2-libb2 support<br/>5. Update to Python 3.10"

HOMEPAGE = https://borgbackup.readthedocs.io
LICENSE = BSD-3-Clause
Expand Down
6 changes: 3 additions & 3 deletions spk/borgbackup/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# borgbackup==1.1.18
# Pending final 1.2/1.1.18 release:
# Pending final 1.2 release:
# Ref: https://github.com/borgbackup/borg/issues/6105
# Ref: https://github.com/borgbackup/borg/commit/e41d8e82863bac17d0b64e2091a2fe14f0ffb776
git+https://github.com/borgbackup/borg@e41d8e82863bac17d0b64e2091a2fe14f0ffb776#egg=borgbackup==1.1.18
# git+https://github.com/borgbackup/borg@e41d8e82863bac17d0b64e2091a2fe14f0ffb776#egg=borgbackup==1.2.0
borgbackup==1.2.0

pyrsistent==0.18.0
ruamel.yaml.clib==0.2.6
22 changes: 11 additions & 11 deletions spk/borgbackup/src/requirements-pure.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Wheels that absolutely needs
# to be managed as pure-python
#certifi==2021.5.30 ==> python310:pure
jsonschema==3.2.0
attrs==21.2.0
borgmatic==1.5.21
charset-normalizer==2.0.4
attrs==21.4.0
borgmatic==1.5.23
charset-normalizer==2.0.12
colorama==0.4.4
idna==3.2
packaging==21.0
pyparsing==2.4.7
requests==2.26.0
ruamel.yaml==0.17.16
six==1.16.0
urllib3==1.26.6
idna==3.3
jsonschema==4.4.0
msgpack==1.0.3
packaging==21.3
pyparsing==3.0.7
requests==2.27.1
ruamel.yaml==0.17.21
urllib3==1.26.8

0 comments on commit 2b4d781

Please sign in to comment.