diff --git a/.gitignore b/.gitignore index e79685e..2c1d5de 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /duplicity-2.1.4.tar.gz /duplicity-2.1.5.tar.gz /duplicity-2.2.2.tar.gz +/duplicity-2.2.3.tar.gz diff --git a/duplicity.spec b/duplicity.spec index 6758db8..87dabb0 100644 --- a/duplicity.spec +++ b/duplicity.spec @@ -1,7 +1,7 @@ %bcond_without check Name: duplicity -Version: 2.2.2 +Version: 2.2.3 Release: %autorelease Summary: Encrypted bandwidth-efficient backup using rsync algorithm diff --git a/sources b/sources index 8c770c1..e0c6f69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (duplicity-2.2.2.tar.gz) = 18adf565e0f3e1927358464cff82c07b206a6de969baa1eba4ebc044a35dd81cf0a331fbc1032666945365a7c89a7a502d738e2d318daedeacb1a320487ecd3a +SHA512 (duplicity-2.2.3.tar.gz) = b667092317899674c5e9d4b221815f24a7eae177d3d2b6d298f07d3e2d4a7badd6c976a6317331b7c6cea940a7885a3da397ab7197d5fd671d33278316f86916 diff --git a/ver313.patch b/ver313.patch index 437e973..4a5a97d 100644 --- a/ver313.patch +++ b/ver313.patch @@ -1,7 +1,7 @@ ---- duplicity-2.2.2/setup.py~ 2024-02-03 10:36:31.000000000 -0600 -+++ duplicity-2.2.2/setup.py 2024-03-07 15:03:45.759641000 -0600 -@@ -38,7 +38,7 @@ - import setuptools_scm as scm +--- duplicity-2.2.3/setup.py~ 2024-03-20 11:49:45.000000000 -0500 ++++ duplicity-2.2.3/setup.py 2024-03-20 15:34:26.788750977 -0500 +@@ -33,7 +33,7 @@ + from setuptools.command.sdist import sdist # check that we can function here -if not ((3, 8) <= sys.version_info[:2] <= (3, 12)):