Skip to content

Commit 970ca0b

Browse files
committed
Bump duplicity to v3.0.4.0
1 parent 76466ed commit 970ca0b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

spk/duplicity/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SPK_NAME = duplicity
2-
SPK_VERS = 3.0.3.2
2+
SPK_VERS = 3.0.4.0
33
SPK_REV = 11
44
SPK_ICON = src/duplicity.png
55

@@ -17,7 +17,7 @@ MAINTAINER = SynoCommunity
1717
DESCRIPTION = Encrypted bandwidth-efficient backup using the rsync algorithm. Also contains duply wrapper script (duply is supported only for DSM >= 6.0).
1818
STARTABLE = no
1919
DISPLAY_NAME = Duplicity
20-
CHANGELOG = "1. Update duplicity to v3.0.3.2 and duply to v2.5.5<br/>2. Update to OpenSSL 3.1.7<br/>3. Migrate to Python 3.12"
20+
CHANGELOG = "1. Update duplicity to v3.0.4.0 and duply to v2.5.5<br/>2. Update to OpenSSL 3.1.7<br/>3. Migrate to Python 3.12"
2121

2222
HOMEPAGE = https://duplicity.gitlab.io/duplicity-web/
2323
LICENSE = GPLv2
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Generated using the requirements script on February 11, 2025
1+
# Generated using the requirements script on February 15, 2025
22

33
atom==0.10.5
44
bcrypt==4.2.1
55
cffi==1.17.1
66
charset_normalizer==3.4.1
77
#cryptography ==> cross/cryptography
8-
duplicity==3.0.3.2
8+
duplicity==3.0.4.0
99
lxml==5.3.1
1010
msgpack_python==0.5.6
1111
netifaces==0.11.0
1212
protobuf==5.29.3
13-
psutil==6.1.1
13+
psutil==7.0.0
1414
PyNaCl==1.5.0
1515
PyYAML==6.0.2
16-
simplejson==3.19.3
16+
simplejson==3.20.1
1717
wrapt==1.17.2

spk/duplicity/src/requirements-pure.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated using the requirements script on February 11, 2025
1+
# Generated using the requirements script on February 15, 2025
22

33
annotated_types==0.7.0
44
argparse==1.4.0
@@ -8,8 +8,8 @@ azure_core==1.32.0
88
azure_storage_blob==12.24.1
99
b2sdk==2.8.0
1010
babel==2.17.0
11-
boto3==1.36.18
12-
botocore==1.36.18
11+
boto3==1.36.21
12+
botocore==1.36.21
1313
boxsdk==3.13.0
1414
cachetools==5.5.1
1515
#certifi ==> python312
@@ -21,13 +21,13 @@ ecdsa==0.19.0
2121
fasteners==0.19
2222
gdata_python3==3.0.1
2323
google_api_core==2.24.1
24-
google_api_python_client==2.160.0
25-
googleapis_common_protos==1.66.0
24+
google_api_python_client==2.161.0
25+
googleapis_common_protos==1.67.0
2626
google_auth==2.38.0
2727
google_auth_httplib2==0.2.0
2828
google_auth_oauthlib==1.2.1
2929
httplib2==0.22.0
30-
humanize==4.11.0
30+
humanize==4.12.0
3131
idna==3.10
3232
ip_associations_python_novaclient_ext==0.2
3333
iso8601==2.1.0

0 commit comments

Comments
 (0)