duplicity 3.0.6.dev7__tar.gz → 3.0.6.dev8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. duplicity-3.0.6.dev8/.gitchangelog.rc +318 -0
  2. duplicity-3.0.6.dev8/.gitignore +37 -0
  3. duplicity-3.0.6.dev8/.gitlab-ci.yml +190 -0
  4. duplicity-3.0.6.dev8/Makefile +60 -0
  5. {duplicity-3.0.6.dev7/duplicity.egg-info → duplicity-3.0.6.dev8}/PKG-INFO +2 -2
  6. duplicity-3.0.6.dev8/README-SNAP.md +93 -0
  7. duplicity-3.0.6.dev8/crowdin.yml +6 -0
  8. duplicity-3.0.6.dev8/debian/changelog +5 -0
  9. duplicity-3.0.6.dev8/debian/compat +1 -0
  10. duplicity-3.0.6.dev8/debian/control +46 -0
  11. duplicity-3.0.6.dev8/debian/copyright +33 -0
  12. duplicity-3.0.6.dev8/debian/duplicity.sh +8 -0
  13. duplicity-3.0.6.dev8/debian/rules +23 -0
  14. duplicity-3.0.6.dev8/debian/source/format +1 -0
  15. duplicity-3.0.6.dev8/docs/Makefile +28 -0
  16. duplicity-3.0.6.dev8/docs/README.md +18 -0
  17. duplicity-3.0.6.dev8/docs/conf.py +108 -0
  18. duplicity-3.0.6.dev8/docs/index.rst +28 -0
  19. duplicity-3.0.6.dev8/docs/modules.rst +8 -0
  20. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/__init__.py +2 -2
  21. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/__main__.py +8 -6
  22. duplicity-3.0.6.dev8/duplicity/backends/README +89 -0
  23. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/ssh_pexpect_backend.py +0 -1
  24. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/cli_data.py +7 -7
  25. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/cli_main.py +27 -6
  26. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/cli_util.py +1 -1
  27. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/config.py +1 -13
  28. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/dup_collections.py +178 -40
  29. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/dup_main.py +67 -38
  30. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/lazy.py +1 -1
  31. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/log.py +3 -122
  32. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/manifest.py +2 -1
  33. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/path.py +3 -3
  34. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/progress.py +97 -10
  35. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/selection.py +1 -1
  36. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/tempdir.py +4 -6
  37. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/util.py +6 -6
  38. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8/duplicity.egg-info}/PKG-INFO +2 -2
  39. duplicity-3.0.6.dev8/duplicity.egg-info/SOURCES.txt +344 -0
  40. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity.egg-info/requires.txt +1 -1
  41. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/man/duplicity.1 +1 -1
  42. duplicity-3.0.6.dev8/po/LINGUAS +46 -0
  43. duplicity-3.0.6.dev8/po/Makevars +28 -0
  44. duplicity-3.0.6.dev7/duplicity.egg-info/SOURCES.txt → duplicity-3.0.6.dev8/po/POTFILES.in +32 -98
  45. duplicity-3.0.6.dev8/po/POTFILES.skip +37 -0
  46. duplicity-3.0.6.dev8/po/af_ZA.po +1669 -0
  47. duplicity-3.0.6.dev8/po/ar_SA.po +1709 -0
  48. duplicity-3.0.6.dev8/po/ca_ES.po +1669 -0
  49. duplicity-3.0.6.dev8/po/cs_CZ.po +1701 -0
  50. duplicity-3.0.6.dev8/po/da_DK.po +1706 -0
  51. duplicity-3.0.6.dev8/po/de_AT.po +1706 -0
  52. duplicity-3.0.6.dev8/po/de_DE.po +1706 -0
  53. duplicity-3.0.6.dev8/po/duplicity.pot +1739 -0
  54. duplicity-3.0.6.dev8/po/el_GR.po +1694 -0
  55. duplicity-3.0.6.dev8/po/en_AU.po +1669 -0
  56. duplicity-3.0.6.dev8/po/en_GB.po +1676 -0
  57. duplicity-3.0.6.dev8/po/en_PR.po +1669 -0
  58. duplicity-3.0.6.dev8/po/en_US.po +1669 -0
  59. duplicity-3.0.6.dev8/po/es_EM.po +1706 -0
  60. duplicity-3.0.6.dev8/po/es_ES.po +1706 -0
  61. duplicity-3.0.6.dev8/po/es_MX.po +1706 -0
  62. duplicity-3.0.6.dev8/po/es_PR.po +1706 -0
  63. duplicity-3.0.6.dev8/po/es_US.po +1706 -0
  64. duplicity-3.0.6.dev8/po/fi_FI.po +1706 -0
  65. duplicity-3.0.6.dev8/po/fr_FR.po +1703 -0
  66. duplicity-3.0.6.dev8/po/he_IL.po +1673 -0
  67. duplicity-3.0.6.dev8/po/hu_HU.po +1686 -0
  68. duplicity-3.0.6.dev8/po/it_IT.po +1706 -0
  69. duplicity-3.0.6.dev8/po/ja_JP.po +1684 -0
  70. duplicity-3.0.6.dev8/po/ko_KR.po +1667 -0
  71. duplicity-3.0.6.dev8/po/nl_BE.po +1706 -0
  72. duplicity-3.0.6.dev8/po/nl_NL.po +1706 -0
  73. duplicity-3.0.6.dev8/po/nl_SR.po +1706 -0
  74. duplicity-3.0.6.dev8/po/no_NO.po +1699 -0
  75. duplicity-3.0.6.dev8/po/pl_PL.po +1709 -0
  76. duplicity-3.0.6.dev8/po/pt_BR.po +1705 -0
  77. duplicity-3.0.6.dev8/po/pt_PT.po +1704 -0
  78. duplicity-3.0.6.dev8/po/ro_RO.po +1707 -0
  79. duplicity-3.0.6.dev8/po/ru_BY.po +1709 -0
  80. duplicity-3.0.6.dev8/po/ru_MD.po +1709 -0
  81. duplicity-3.0.6.dev8/po/ru_RU.po +1709 -0
  82. duplicity-3.0.6.dev8/po/ru_UA.po +1709 -0
  83. duplicity-3.0.6.dev8/po/sr_SP.po +1671 -0
  84. duplicity-3.0.6.dev8/po/sv_SE.po +1706 -0
  85. duplicity-3.0.6.dev8/po/tr_TR.po +1669 -0
  86. duplicity-3.0.6.dev8/po/uk_UA.po +1690 -0
  87. duplicity-3.0.6.dev8/po/update-pot +33 -0
  88. duplicity-3.0.6.dev8/po/vi_VN.po +1667 -0
  89. duplicity-3.0.6.dev8/po/zh_CN.po +1701 -0
  90. duplicity-3.0.6.dev8/po/zh_HK.po +1667 -0
  91. duplicity-3.0.6.dev8/po/zh_MO.po +1667 -0
  92. duplicity-3.0.6.dev8/po/zh_SG.po +1667 -0
  93. duplicity-3.0.6.dev8/po/zh_TW.po +1667 -0
  94. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/pyproject.toml +12 -4
  95. duplicity-3.0.6.dev8/readthedocs.yaml +28 -0
  96. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/requirements.txt +1 -1
  97. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/setup.py +2 -2
  98. duplicity-3.0.6.dev8/snap/local/launcher.sh +38 -0
  99. duplicity-3.0.6.dev8/snap/snapcraft.yaml +136 -0
  100. duplicity-3.0.6.dev8/testing/__init__.py +153 -0
  101. duplicity-3.0.6.dev8/testing/conftest.py +65 -0
  102. duplicity-3.0.6.dev8/testing/docker/bugs/issue853/Dockerfile +31 -0
  103. duplicity-3.0.6.dev8/testing/docker/bugs/issue853/Dockerfile-orig +16 -0
  104. duplicity-3.0.6.dev8/testing/docker/build-distro.sh +45 -0
  105. duplicity-3.0.6.dev8/testing/docker/build-dupCI.sh +45 -0
  106. duplicity-3.0.6.dev8/testing/docker/distro/Dockerfile.ub20 +95 -0
  107. duplicity-3.0.6.dev8/testing/docker/distro/Dockerfile.ub22 +95 -0
  108. duplicity-3.0.6.dev8/testing/docker/distro/Dockerfile.ub24 +95 -0
  109. duplicity-3.0.6.dev8/testing/docker/distro/compose.yml +66 -0
  110. duplicity-3.0.6.dev8/testing/docker/dupCI/Dockerfile.py310 +89 -0
  111. duplicity-3.0.6.dev8/testing/docker/dupCI/Dockerfile.py311 +89 -0
  112. duplicity-3.0.6.dev8/testing/docker/dupCI/Dockerfile.py312 +89 -0
  113. duplicity-3.0.6.dev8/testing/docker/dupCI/Dockerfile.py313 +89 -0
  114. duplicity-3.0.6.dev8/testing/docker/dupCI/Dockerfile.py314 +89 -0
  115. duplicity-3.0.6.dev8/testing/docker/dupCI/Dockerfile.py39 +89 -0
  116. duplicity-3.0.6.dev8/testing/docker/dupCI/compose.yml +102 -0
  117. duplicity-3.0.6.dev8/testing/docker/run-distro.sh +11 -0
  118. duplicity-3.0.6.dev8/testing/docker/run-dupCI.sh +11 -0
  119. duplicity-3.0.6.dev8/testing/functional/__init__.py +299 -0
  120. duplicity-3.0.6.dev8/testing/functional/test_badupload.py +91 -0
  121. duplicity-3.0.6.dev8/testing/functional/test_cleanup.py +92 -0
  122. duplicity-3.0.6.dev8/testing/functional/test_concurrency.py +198 -0
  123. duplicity-3.0.6.dev8/testing/functional/test_final.py +323 -0
  124. duplicity-3.0.6.dev8/testing/functional/test_log.py +77 -0
  125. duplicity-3.0.6.dev8/testing/functional/test_restart.py +427 -0
  126. duplicity-3.0.6.dev8/testing/functional/test_restore.py +152 -0
  127. duplicity-3.0.6.dev8/testing/functional/test_selection.py +2430 -0
  128. duplicity-3.0.6.dev8/testing/functional/test_verify.py +210 -0
  129. duplicity-3.0.6.dev8/testing/gnupg/README +15 -0
  130. duplicity-3.0.6.dev8/testing/gnupg/gpg-agent.conf +3 -0
  131. duplicity-3.0.6.dev8/testing/gnupg/gpg.conf +9 -0
  132. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/165F2FB4F58D537404FE223A603878F54CD444E5.key +42 -0
  133. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/1DBE767B921015FD5466978BAC968320E5BF6812.key +38 -0
  134. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/4572B9686180E88EA52ED65F1416E486F7A8CAF5.key +32 -0
  135. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/7229722CD5A4726D5CC5588034ADA07429FDECAB.key +38 -0
  136. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/86E23738BB09B27C6C7E4F76C39DA0194586CF4B.key +42 -0
  137. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/910D6B4035D3FEE3DA5960C1EE573C5F9ECE2B8D.key +32 -0
  138. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/B29B24778338E7F20437B21704EA434E522BC1FE.key +38 -0
  139. duplicity-3.0.6.dev8/testing/gnupg/private-keys-v1.d/D2DF6D795DFD90DB4F7A109970F506692731CA67.key +38 -0
  140. duplicity-3.0.6.dev8/testing/gnupg/pubring.gpg +0 -0
  141. duplicity-3.0.6.dev8/testing/gnupg/pubring.kbx +0 -0
  142. duplicity-3.0.6.dev8/testing/gnupg/secring.gpg +0 -0
  143. duplicity-3.0.6.dev8/testing/gnupg/trustdb.gpg +0 -0
  144. duplicity-3.0.6.dev8/testing/gnupg/trustlist.txt +2 -0
  145. duplicity-3.0.6.dev8/testing/manual/2G-test.sh +30 -0
  146. duplicity-3.0.6.dev8/testing/manual/auto-ctrl-c-test.sh +61 -0
  147. duplicity-3.0.6.dev8/testing/manual/backendtest.py +239 -0
  148. duplicity-3.0.6.dev8/testing/manual/manual-ctrl-c-test.sh +74 -0
  149. duplicity-3.0.6.dev8/testing/manual/rootfiles.tar.gz +0 -0
  150. duplicity-3.0.6.dev8/testing/manual/roottest.py +136 -0
  151. duplicity-3.0.6.dev8/testing/manual/run-coverage.sh +60 -0
  152. duplicity-3.0.6.dev8/testing/manual/test-concurrency-performance-stats.py +53 -0
  153. duplicity-3.0.6.dev8/testing/manual/test-concurrency-performance.sh +25 -0
  154. duplicity-3.0.6.dev8/testing/manual/test-prefix-install.sh +15 -0
  155. duplicity-3.0.6.dev8/testing/manual/test-venv-install.sh +22 -0
  156. duplicity-3.0.6.dev8/testing/manual/test_config.py.tmpl +69 -0
  157. duplicity-3.0.6.dev8/testing/overrides/__init__.py +2 -0
  158. duplicity-3.0.6.dev8/testing/overrides/bin/hsi +16 -0
  159. duplicity-3.0.6.dev8/testing/overrides/bin/lftp +22 -0
  160. duplicity-3.0.6.dev8/testing/overrides/bin/ncftpget +6 -0
  161. duplicity-3.0.6.dev8/testing/overrides/bin/ncftpls +20 -0
  162. duplicity-3.0.6.dev8/testing/overrides/bin/ncftpput +6 -0
  163. duplicity-3.0.6.dev8/testing/overrides/bin/tahoe +17 -0
  164. duplicity-3.0.6.dev8/testing/regression/bug1526557.sh +9 -0
  165. duplicity-3.0.6.dev8/testing/regression/bug1846678.sh +10 -0
  166. duplicity-3.0.6.dev8/testing/regression/bug1860200.sh +47 -0
  167. duplicity-3.0.6.dev8/testing/regression/bug487720.sh +36 -0
  168. duplicity-3.0.6.dev8/testing/regression/bug930151.sh +23 -0
  169. duplicity-3.0.6.dev8/testing/regression/issue100.sh +17 -0
  170. duplicity-3.0.6.dev8/testing/regression/issue103-conc.json +16 -0
  171. duplicity-3.0.6.dev8/testing/regression/issue103-conc.sh +68 -0
  172. duplicity-3.0.6.dev8/testing/regression/issue103.json +16 -0
  173. duplicity-3.0.6.dev8/testing/regression/issue103.sh +64 -0
  174. duplicity-3.0.6.dev8/testing/regression/issue110-setup.sh +24 -0
  175. duplicity-3.0.6.dev8/testing/regression/issue110-test.sh +16 -0
  176. duplicity-3.0.6.dev8/testing/regression/issue125.sh +58 -0
  177. duplicity-3.0.6.dev8/testing/regression/issue147.sh +12 -0
  178. duplicity-3.0.6.dev8/testing/regression/issue25.json +10 -0
  179. duplicity-3.0.6.dev8/testing/regression/issue25.sh +17 -0
  180. duplicity-3.0.6.dev8/testing/regression/issue26.sh +21 -0
  181. duplicity-3.0.6.dev8/testing/regression/issue683.sh +16 -0
  182. duplicity-3.0.6.dev8/testing/regression/issue725.sh +32 -0
  183. duplicity-3.0.6.dev8/testing/regression/issue73.env +7 -0
  184. duplicity-3.0.6.dev8/testing/regression/issue73.sh +16 -0
  185. duplicity-3.0.6.dev8/testing/regression/issue745.sh +35 -0
  186. duplicity-3.0.6.dev8/testing/regression/issue781.json +10 -0
  187. duplicity-3.0.6.dev8/testing/regression/issue781.sh +28 -0
  188. duplicity-3.0.6.dev8/testing/regression/issue79.json +10 -0
  189. duplicity-3.0.6.dev8/testing/regression/issue79.sh +28 -0
  190. duplicity-3.0.6.dev8/testing/regression/issue824.sh +19 -0
  191. duplicity-3.0.6.dev8/testing/regression/issue863.sh +16 -0
  192. duplicity-3.0.6.dev8/testing/regression/issue881.json +10 -0
  193. duplicity-3.0.6.dev8/testing/regression/issue881.sh +12 -0
  194. duplicity-3.0.6.dev8/testing/regression/issue98.sh +54 -0
  195. duplicity-3.0.6.dev8/testing/test_code.py +102 -0
  196. duplicity-3.0.6.dev8/testing/testfiles.tar.gz +0 -0
  197. duplicity-3.0.6.dev8/testing/unit/__init__.py +26 -0
  198. duplicity-3.0.6.dev8/testing/unit/test_backend.py +427 -0
  199. duplicity-3.0.6.dev8/testing/unit/test_backend_instance.py +290 -0
  200. duplicity-3.0.6.dev8/testing/unit/test_cli_main.py +583 -0
  201. duplicity-3.0.6.dev8/testing/unit/test_collections.py +355 -0
  202. duplicity-3.0.6.dev8/testing/unit/test_diffdir.py +317 -0
  203. duplicity-3.0.6.dev8/testing/unit/test_dup_temp.py +76 -0
  204. duplicity-3.0.6.dev8/testing/unit/test_dup_time.py +143 -0
  205. duplicity-3.0.6.dev8/testing/unit/test_file_naming.py +181 -0
  206. duplicity-3.0.6.dev8/testing/unit/test_globmatch.py +323 -0
  207. duplicity-3.0.6.dev8/testing/unit/test_gpg.py +284 -0
  208. duplicity-3.0.6.dev8/testing/unit/test_gpginterface.py +254 -0
  209. duplicity-3.0.6.dev8/testing/unit/test_lazy.py +370 -0
  210. duplicity-3.0.6.dev8/testing/unit/test_manifest.py +175 -0
  211. duplicity-3.0.6.dev8/testing/unit/test_patchdir.py +341 -0
  212. duplicity-3.0.6.dev8/testing/unit/test_path.py +87 -0
  213. duplicity-3.0.6.dev8/testing/unit/test_selection.py +1519 -0
  214. duplicity-3.0.6.dev8/testing/unit/test_statistics.py +179 -0
  215. duplicity-3.0.6.dev8/testing/unit/test_tarfile.py +36 -0
  216. duplicity-3.0.6.dev8/testing/unit/test_tempdir.py +90 -0
  217. duplicity-3.0.6.dev8/testing/unit/test_util.py +43 -0
  218. duplicity-3.0.6.dev8/tools/installsnap +51 -0
  219. duplicity-3.0.6.dev8/tools/makechangelog +46 -0
  220. duplicity-3.0.6.dev8/tools/makepip +41 -0
  221. duplicity-3.0.6.dev8/tools/makesnap +36 -0
  222. duplicity-3.0.6.dev8/tools/pushpip +39 -0
  223. duplicity-3.0.6.dev8/tools/pushsnap +43 -0
  224. duplicity-3.0.6.dev8/tools/release-prep +78 -0
  225. duplicity-3.0.6.dev8/tools/testsnap +55 -0
  226. duplicity-3.0.6.dev8/tools/watchdir.py +37 -0
  227. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/AUTHORS.md +0 -0
  228. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/CHANGELOG.md +0 -0
  229. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/COPYING +0 -0
  230. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/README-LOG.md +0 -0
  231. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/README-REPO.md +0 -0
  232. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/README-TESTING.md +0 -0
  233. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/README.md +0 -0
  234. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/_librsyncmodule.c +0 -0
  235. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/argparse311.py +0 -0
  236. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backend.py +0 -0
  237. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backend_pool.py +0 -0
  238. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/__init__.py +0 -0
  239. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/_cf_cloudfiles.py +0 -0
  240. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/_cf_pyrax.py +0 -0
  241. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/_testbackend.py +0 -0
  242. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/adbackend.py +0 -0
  243. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/azurebackend.py +0 -0
  244. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/b2backend.py +0 -0
  245. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/boxbackend.py +0 -0
  246. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/cfbackend.py +0 -0
  247. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/dpbxbackend.py +0 -0
  248. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/gdocsbackend.py +0 -0
  249. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/gdrivebackend.py +0 -0
  250. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/giobackend.py +0 -0
  251. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/hsibackend.py +0 -0
  252. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/hubicbackend.py +0 -0
  253. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/idrivedbackend.py +0 -0
  254. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/imapbackend.py +0 -0
  255. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/jottacloudbackend.py +0 -0
  256. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/lftpbackend.py +0 -0
  257. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/localbackend.py +0 -0
  258. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/mediafirebackend.py +0 -0
  259. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/megabackend.py +0 -0
  260. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/megav2backend.py +0 -0
  261. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/megav3backend.py +0 -0
  262. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/multibackend.py +0 -0
  263. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/ncftpbackend.py +0 -0
  264. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/onedrivebackend.py +0 -0
  265. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/par2backend.py +0 -0
  266. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/pcabackend.py +0 -0
  267. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/pydrivebackend.py +0 -0
  268. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/pyrax_identity/__init__.py +0 -0
  269. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/pyrax_identity/hubic.py +0 -0
  270. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/rclonebackend.py +0 -0
  271. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/rsyncbackend.py +0 -0
  272. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/s3_boto3_backend.py +0 -0
  273. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/slatebackend.py +0 -0
  274. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/ssh_paramiko_backend.py +0 -0
  275. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/swiftbackend.py +0 -0
  276. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/sxbackend.py +0 -0
  277. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/tahoebackend.py +0 -0
  278. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/webdavbackend.py +0 -0
  279. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/backends/xorrisobackend.py +0 -0
  280. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/cached_ops.py +0 -0
  281. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/diffdir.py +0 -0
  282. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/dup_tarfile.py +0 -0
  283. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/dup_temp.py +0 -0
  284. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/dup_time.py +0 -0
  285. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/errors.py +0 -0
  286. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/file_naming.py +0 -0
  287. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/filechunkio.py +0 -0
  288. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/globmatch.py +0 -0
  289. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/gpg.py +0 -0
  290. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/gpginterface.py +0 -0
  291. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/librsync.py +0 -0
  292. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/patchdir.py +0 -0
  293. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/robust.py +0 -0
  294. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity/statistics.py +0 -0
  295. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity.egg-info/dependency_links.txt +0 -0
  296. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity.egg-info/entry_points.txt +0 -0
  297. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/duplicity.egg-info/top_level.txt +0 -0
  298. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/af_ZA/duplicity.mo +0 -0
  299. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ar_SA/duplicity.mo +0 -0
  300. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ca_ES/duplicity.mo +0 -0
  301. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/cs_CZ/duplicity.mo +0 -0
  302. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/da_DK/duplicity.mo +0 -0
  303. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/de_AT/duplicity.mo +0 -0
  304. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/de_DE/duplicity.mo +0 -0
  305. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/el_GR/duplicity.mo +0 -0
  306. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/en_AU/duplicity.mo +0 -0
  307. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/en_GB/duplicity.mo +0 -0
  308. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/en_PR/duplicity.mo +0 -0
  309. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/en_US/duplicity.mo +0 -0
  310. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/es_EM/duplicity.mo +0 -0
  311. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/es_ES/duplicity.mo +0 -0
  312. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/es_MX/duplicity.mo +0 -0
  313. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/es_PR/duplicity.mo +0 -0
  314. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/es_US/duplicity.mo +0 -0
  315. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/fi_FI/duplicity.mo +0 -0
  316. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/fr_FR/duplicity.mo +0 -0
  317. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/he_IL/duplicity.mo +0 -0
  318. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/hu_HU/duplicity.mo +0 -0
  319. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/it_IT/duplicity.mo +0 -0
  320. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ja_JP/duplicity.mo +0 -0
  321. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ko_KR/duplicity.mo +0 -0
  322. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/nl_BE/duplicity.mo +0 -0
  323. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/nl_NL/duplicity.mo +0 -0
  324. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/nl_SR/duplicity.mo +0 -0
  325. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/no_NO/duplicity.mo +0 -0
  326. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/pl_PL/duplicity.mo +0 -0
  327. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/pt_BR/duplicity.mo +0 -0
  328. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/pt_PT/duplicity.mo +0 -0
  329. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ro_RO/duplicity.mo +0 -0
  330. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ru_BY/duplicity.mo +0 -0
  331. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ru_MD/duplicity.mo +0 -0
  332. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ru_RU/duplicity.mo +0 -0
  333. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/ru_UA/duplicity.mo +0 -0
  334. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/sr_SP/duplicity.mo +0 -0
  335. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/sv_SE/duplicity.mo +0 -0
  336. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/tr_TR/duplicity.mo +0 -0
  337. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/uk_UA/duplicity.mo +0 -0
  338. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/vi_VN/duplicity.mo +0 -0
  339. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/zh_CN/duplicity.mo +0 -0
  340. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/zh_HK/duplicity.mo +0 -0
  341. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/zh_MO/duplicity.mo +0 -0
  342. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/zh_SG/duplicity.mo +0 -0
  343. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/po/zh_TW/duplicity.mo +0 -0
  344. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/requirements.dev +0 -0
  345. {duplicity-3.0.6.dev7 → duplicity-3.0.6.dev8}/setup.cfg +0 -0
@@ -0,0 +1,318 @@
1
+ # -*- coding: utf-8; mode: python -*-
2
+ ##
3
+ ## Format
4
+ ##
5
+ ## ACTION: [AUDIENCE:] COMMIT_MSG [!TAG ...]
6
+ ##
7
+ ## Description
8
+ ##
9
+ ## ACTION is one of 'chg', 'fix', 'new'
10
+ ##
11
+ ## Is WHAT the change is about.
12
+ ##
13
+ ## 'chg' is for refactor, small improvement, cosmetic changes...
14
+ ## 'fix' is for bug fixes
15
+ ## 'new' is for new features, big improvement
16
+ ##
17
+ ## AUDIENCE is one of 'dev', 'usr', 'pkg', 'test', 'doc'
18
+ ##
19
+ ## Is WHO is concerned by the change.
20
+ ##
21
+ ## 'dev' is for developpers (API changes, refactors...)
22
+ ## 'usr' is for final users (UI changes)
23
+ ## 'pkg' is for packagers (packaging changes)
24
+ ## 'test' is for testers (test only related changes)
25
+ ## 'doc' is for doc guys (doc only changes)
26
+ ##
27
+ ## COMMIT_MSG is ... well ... the commit message itself.
28
+ ##
29
+ ## TAGs are additionnal adjective as 'refactor' 'minor' 'cosmetic'
30
+ ##
31
+ ## They are preceded with a '!' or a '@' (prefer the former, as the
32
+ ## latter is wrongly interpreted in github.) Commonly used tags are:
33
+ ##
34
+ ## 'refactor' is obviously for refactoring code only
35
+ ## 'minor' is for a very meaningless change (a typo, adding a comment)
36
+ ## 'cosmetic' is for cosmetic driven change (re-indentation, 80-col...)
37
+ ## 'wip' is for partial functionality but complete subfunctionality.
38
+ ##
39
+ ## Example:
40
+ ##
41
+ ## new: usr: support of bazaar implemented
42
+ ## chg: re-indentend some lines !cosmetic
43
+ ## new: dev: updated code to be compatible with last version of killer lib.
44
+ ## fix: pkg: updated year of licence coverage.
45
+ ## new: test: added a bunch of test around user usability of feature X.
46
+ ## fix: typo in spelling my name in comment. !minor
47
+ ##
48
+ ## Please note that multi-line commit message are supported, and only the
49
+ ## first line will be considered as the "summary" of the commit message. So
50
+ ## tags, and other rules only applies to the summary. The body of the commit
51
+ ## message will be displayed in the changelog without reformatting.
52
+
53
+
54
+ ##
55
+ ## ``ignore_regexps`` is a line of regexps
56
+ ##
57
+ ## Any commit having its full commit message matching any regexp listed here
58
+ ## will be ignored and won't be reported in the changelog.
59
+ ##
60
+ ignore_regexps = [
61
+ r"@minor",
62
+ r"!minor",
63
+ r"@cosmetic",
64
+ r"!cosmetic",
65
+ r"@refactor",
66
+ r"!refactor",
67
+ r"@wip",
68
+ r"!wip",
69
+ r"^(.{3,3}\s*:)?\s*[fF]irst commit.?\s*$",
70
+ r"^.*Launchpad automatic translations update..*$",
71
+ r"^.*LP translations.*$",
72
+ r"^.*New Crowdin updates.*$",
73
+ r"^.*version for LP.*$",
74
+ r"^.*Bump version to .*$",
75
+ r"^.*Update changelog..*$",
76
+ r"^.*Prep for .*$",
77
+ r"^$", ## ignore commits with empty messages
78
+ ]
79
+
80
+
81
+ ## ``section_regexps`` is a list of 2-tuples associating a string label and a
82
+ ## list of regexp
83
+ ##
84
+ ## Commit messages will be classified in sections thanks to this. Section
85
+ ## titles are the label, and a commit is classified under this section if any
86
+ ## of the regexps associated is matching.
87
+ ##
88
+ ## Please note that ``section_regexps`` will only classify commits and won't
89
+ ## make any changes to the contents. So you'll probably want to go check
90
+ ## ``subject_process`` (or ``body_process``) to do some changes to the subject,
91
+ ## whenever you are tweaking this variable.
92
+ ##
93
+ section_regexps = [
94
+ (
95
+ "New",
96
+ [
97
+ r"^new\s*:\s*((dev|usr|pkg|test|doc)\s*:\s*)?([^\n]*)$",
98
+ ],
99
+ ),
100
+ (
101
+ "Changes",
102
+ [
103
+ r"^chg\s*:\s*((dev|usr|pkg|test|doc)\s*:\s*)?([^\n]*)$",
104
+ ],
105
+ ),
106
+ (
107
+ "Fix",
108
+ [
109
+ r"^fix\s*:\s*((dev|usr|pkg|test|doc)\s*:\s*)?([^\n]*)$",
110
+ ],
111
+ ),
112
+ ("Other", None), ## Match all lines
113
+ ]
114
+
115
+
116
+ ## ``body_process`` is a callable
117
+ ##
118
+ ## This callable will be given the original body and result will
119
+ ## be used in the changelog.
120
+ ##
121
+ ## Available constructs are:
122
+ ##
123
+ ## - any python callable that take one txt argument and return txt argument.
124
+ ##
125
+ ## - ReSub(pattern, replacement): will apply regexp substitution.
126
+ ##
127
+ ## - Indent(chars=" "): will indent the text with the prefix
128
+ ## Please remember that template engines gets also to modify the text and
129
+ ## will usually indent themselves the text if needed.
130
+ ##
131
+ ## - Wrap(regexp=r"\n\n"): re-wrap text in separate paragraph to fill 80-Columns
132
+ ##
133
+ ## - noop: do nothing
134
+ ##
135
+ ## - ucfirst: ensure the first letter is uppercase.
136
+ ## (usually used in the ``subject_process`` pipeline)
137
+ ##
138
+ ## - final_dot: ensure text finishes with a dot
139
+ ## (usually used in the ``subject_process`` pipeline)
140
+ ##
141
+ ## - strip: remove any spaces before or after the content of the string
142
+ ##
143
+ ## - SetIfEmpty(msg="No commit message."): will set the text to
144
+ ## whatever given ``msg`` if the current text is empty.
145
+ ##
146
+ ## Additionally, you can `pipe` the provided filters, for instance:
147
+ # body_process = Wrap(regexp=r'\n(?=\w+\s*:)') | Indent(chars=" ")
148
+ # body_process = Wrap(regexp=r'\n(?=\w+\s*:)')
149
+ # body_process = noop
150
+ body_process = (
151
+ strip
152
+ | ReSub(r"^\* ([A-Za-z])", r"\1")
153
+ | ReSub(r"((^|\n)[A-Z]\w+(-\w+)*: .*(\n\s+.*)*)+$", r"")
154
+ | ReSub(r"\[.*\s+skip\]", r"")
155
+ | ReSub(r"\[skip\s+.*\]", r"")
156
+ | Indent(chars=" ")
157
+ )
158
+
159
+
160
+ ## ``subject_process`` is a callable
161
+ ##
162
+ ## This callable will be given the original subject and result will
163
+ ## be used in the changelog.
164
+ ##
165
+ ## Available constructs are those listed in ``body_process`` doc.
166
+ subject_process = (
167
+ strip
168
+ | ReSub(r"^[#*-]\s+([A-Za-z])", r"\1")
169
+ | ReSub(r"~", r"\~")
170
+ | ReSub(r"_", r"\_")
171
+ | ReSub(r"^(chg|fix|new)\s*:\s*((dev|usr|pkg|test|doc)\s*:\s*)?([^\n@]*)(@[a-z]+\s+)*$", r"\4")
172
+ | SetIfEmpty("No commit message.")
173
+ | Indent(chars=" ")
174
+ | Wrap(regexp=r"\n\n")
175
+ | ucfirst
176
+ | final_dot
177
+ )
178
+
179
+
180
+ ## ``tag_filter_regexp`` is a regexp
181
+ ##
182
+ ## Tags that will be used for the changelog must match this regexp.
183
+ ##
184
+ tag_filter_regexp = r"^rel.[0-9]+(\.[0-9]+){2,3}((a|b|rc|x)[0-9]*)??$"
185
+
186
+ ## ``unreleased_version_label`` is a string or a callable that outputs a string
187
+ ##
188
+ ## This label will be used as the changelog Title of the last set of changes
189
+ ## between last valid tag and HEAD if any.
190
+ unreleased_version_label = "(unreleased)"
191
+
192
+
193
+ ## ``output_engine`` is a callable
194
+ ##
195
+ ## This will change the output format of the generated changelog file
196
+ ##
197
+ ## Available choices are:
198
+ ##
199
+ ## - rest_py
200
+ ##
201
+ ## Legacy pure python engine, outputs ReSTructured text.
202
+ ## This is the default.
203
+ ##
204
+ ## - mustache(<template_name>)
205
+ ##
206
+ ## Template name could be any of the available templates in
207
+ ## ``templates/mustache/*.tpl``.
208
+ ## Requires python package ``pystache``.
209
+ ## Examples:
210
+ ## - mustache("markdown")
211
+ ## - mustache("restructuredtext")
212
+ ##
213
+ ## - makotemplate(<template_name>)
214
+ ##
215
+ ## Template name could be any of the available templates in
216
+ ## ``templates/mako/*.tpl``.
217
+ ## Requires python package ``mako``.
218
+ ## Examples:
219
+ ## - makotemplate("restructuredtext")
220
+ ##
221
+ # output_engine = rest_py
222
+ # output_engine = mustache("restructuredtext")
223
+ output_engine = mustache("markdown")
224
+ # output_engine = makotemplate("restructuredtext")
225
+
226
+
227
+ ## ``include_merge`` is a boolean
228
+ ##
229
+ ## This option tells git-log whether to include merge commits in the log.
230
+ ## The default is to include them.
231
+ include_merge = False
232
+
233
+
234
+ ## ``log_encoding`` is a string identifier
235
+ ##
236
+ ## This option tells gitchangelog what encoding is outputed by ``git log``.
237
+ ## The default is to be clever about it: it checks ``git config`` for
238
+ ## ``i18n.logOutputEncoding``, and if not found will default to git's own
239
+ ## default: ``utf-8``.
240
+ log_encoding = "utf-8"
241
+
242
+
243
+ ## ``publish`` is a callable
244
+ ##
245
+ ## Sets what ``gitchangelog`` should do with the output generated by
246
+ ## the output engine. ``publish`` is a callable taking one argument
247
+ ## that is an interator on lines from the output engine.
248
+ ##
249
+ ## Some helper callable are provided:
250
+ ##
251
+ ## Available choices are:
252
+ ##
253
+ ## - stdout
254
+ ##
255
+ ## Outputs directly to standard output
256
+ ## (This is the default)
257
+ ##
258
+ ## - FileInsertAtFirstRegexMatch(file, pattern, idx=lamda m: m.start())
259
+ ##
260
+ ## Creates a callable that will parse given file for the given
261
+ ## regex pattern and will insert the output in the file.
262
+ ## ``idx`` is a callable that receive the matching object and
263
+ ## must return a integer index point where to insert the
264
+ ## the output in the file. Default is to return the position of
265
+ ## the start of the matched string.
266
+ ##
267
+ ## - FileRegexSubst(file, pattern, replace, flags)
268
+ ##
269
+ ## Apply a replace inplace in the given file. Your regex pattern must
270
+ ## take care of everything and might be more complex. Check the README
271
+ ## for a complete copy-pastable example.
272
+ ##
273
+ # publish = FileInsertIntoFirstRegexMatch(
274
+ # "CHANGELOG.rst",
275
+ # r'/(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n/',
276
+ # idx=lambda m: m.start(1)
277
+ # )
278
+ publish = stdout
279
+
280
+
281
+ ## ``revs`` is a list of callable or a list of string
282
+ ##
283
+ ## callable will be called to resolve as strings and allow dynamical
284
+ ## computation of these. The result will be used as revisions for
285
+ ## gitchangelog (as if directly stated on the command line). This allows
286
+ ## to filter exaclty which commits will be read by gitchangelog.
287
+ ##
288
+ ## To get a full documentation on the format of these strings, please
289
+ ## refer to the ``git rev-list`` arguments. There are many examples.
290
+ ##
291
+ ## Using callables is especially useful, for instance, if you
292
+ ## are using gitchangelog to generate incrementally your changelog.
293
+ ##
294
+ ## Some helpers are provided, you can use them::
295
+ ##
296
+ ## - FileFirstRegexMatch(file, pattern): will return a callable that will
297
+ ## return the first string match for the given pattern in the given file.
298
+ ## If you use named sub-patterns in your regex pattern, it'll output only
299
+ ## the string matching the regex pattern named "rev".
300
+ ##
301
+ ## - Caret(rev): will return the rev prefixed by a "^", which is a
302
+ ## way to remove the given revision and all its ancestor.
303
+ ##
304
+ ## Please note that if you provide a rev-list on the command line, it'll
305
+ ## replace this value (which will then be ignored).
306
+ ##
307
+ ## If empty, then ``gitchangelog`` will act as it had to generate a full
308
+ ## changelog.
309
+ ##
310
+ ## The default is to use all commits to make the changelog.
311
+ # revs = ["^1.0.3", ]
312
+ # revs = [
313
+ # Caret(
314
+ # FileFirstRegexMatch(
315
+ # "CHANGELOG.rst",
316
+ # r"(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n")),
317
+ # "HEAD"
318
+ # ]
@@ -0,0 +1,37 @@
1
+ *.egg
2
+ *.log
3
+ *.pyc
4
+ *.so
5
+ *.swp
6
+ .DS_Store
7
+ ._.DS_Store
8
+ .cache
9
+ .coverage*
10
+ .devcontainer/
11
+ .eggs
12
+ .idea/
13
+ .project
14
+ .pydevproject
15
+ .pytest_cache/
16
+ .run/
17
+ .secrets
18
+ .settings
19
+ .tox/
20
+ .vscode
21
+ __pycache__/
22
+ build/
23
+ dist/
24
+ docs/_build
25
+ docs/duplicity.*
26
+ docs/testing.*
27
+ duplicity.egg-info/
28
+ htmlcov
29
+ mprofile_*.dat
30
+ po/duplicity.pot-e
31
+ report.xml
32
+ testfiles/
33
+ testing/gnupg/S.*
34
+ testing/gnupg/.gpg-v21-migrated
35
+ testing/gnupg/random_seed
36
+ venv*/
37
+ wheelhouse/
@@ -0,0 +1,190 @@
1
+ # This file is part of duplicity.
2
+ #
3
+ # Copyright 2022 Nils Tekampe
4
+ # Copyright 2022 Kenneth Loafman
5
+ # Copyright 2022 Aaron Whitehouse
6
+ # Copyright 2022 Edgar Soldin
7
+ #
8
+ # Duplicity is free software; you can redistribute it and/or modify it
9
+ # under the terms of the GNU General Public License as published by the
10
+ # Free Software Foundation; either version 2 of the License, or (at your
11
+ # option) any later version.
12
+ #
13
+ # Duplicity is distributed in the hope that it will be useful, but
14
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
+ # General Public License for more details.
17
+ #
18
+ # You should have received a copy of the GNU General Public License
19
+ # along with duplicity; if not, write to the Free Software Foundation,
20
+ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
+
22
+ workflow:
23
+ rules:
24
+ # don't trigger on tag push only
25
+ - if: $CI_COMMIT_TAG
26
+ when: never
27
+ # merge requests trigger push as well so only run on push
28
+ - if: $CI_PIPELINE_SOURCE == "push"
29
+ when: always
30
+ - when: never
31
+
32
+ variables:
33
+ # Cache local items
34
+ PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
35
+ # Set to non-interactive so no tzdata prompt
36
+ DEBIAN_FRONTEND: "noninteractive"
37
+ # Signal we are running on GitLab CI
38
+ NON_NATIVE: "true"
39
+
40
+ default:
41
+ interruptible: true
42
+
43
+ .test-template: &test-template
44
+ stage: test
45
+ rules:
46
+ - if: $CI_COMMIT_MESSAGE =~ /\[skip[ _-]tests?\]/i || $SKIP_TESTS
47
+ allow_failure: true
48
+ when: manual
49
+ - changes:
50
+ - .gitlab-ci.yml
51
+ - duplicity/**/*
52
+ - pyproject.toml
53
+ - requirements.dev
54
+ - requirements.txt
55
+ - setup.*
56
+ - testing/**/*
57
+ when: always
58
+ - when: never
59
+ before_script:
60
+ # Set locale to prevent UTF-8 errors
61
+ - export LANG=C.UTF-8
62
+ - export LC_ALL=C.UTF-8
63
+ - apt-get update
64
+ - apt-get install -y build-essential git intltool lftp librsync-dev
65
+ libffi-dev libssl-dev openssl par2 rclone rdiff
66
+ tzdata
67
+ - python3 -m pip install -r requirements.txt
68
+ - python3 -m pip install -r requirements.dev
69
+ - python3 ./setup.py build_ext
70
+ code:
71
+ <<: *test-template
72
+ image: python:3.12
73
+ script:
74
+ - pytest testing/test_code.py
75
+ allow_failure: true
76
+
77
+ py39:
78
+ <<: *test-template
79
+ image: python:3.9
80
+ script:
81
+ - pytest testing/unit testing/functional
82
+
83
+ py310:
84
+ <<: *test-template
85
+ image: python:3.10
86
+ script:
87
+ - pytest testing/unit testing/functional
88
+
89
+ py311:
90
+ <<: *test-template
91
+ image: python:3.11
92
+ script:
93
+ - pytest testing/unit testing/functional
94
+
95
+ py312:
96
+ <<: *test-template
97
+ image: python:3.12
98
+ script:
99
+ - pytest testing/unit testing/functional
100
+
101
+ py313:
102
+ <<: *test-template
103
+ image: python:3.13
104
+ script:
105
+ - pytest testing/unit testing/functional
106
+
107
+ py314:
108
+ <<: *test-template
109
+ image: python:3.14-rc
110
+ script:
111
+ - pytest testing/unit testing/functional
112
+ allow_failure: true
113
+
114
+ pages:
115
+ stage: deploy
116
+ when: manual
117
+ image: ubuntu:20.04
118
+ before_script:
119
+ # Set locale to prevent UTF-8 errors
120
+ - export LANG=C.UTF-8
121
+ - export LC_ALL=C.UTF-8
122
+ script:
123
+ - apt-get update
124
+ - apt-get install -y git python3-pip git intltool
125
+ - python3 -m pip install --upgrade pip
126
+ - python3 -m pip install -r requirements.txt
127
+ - python3 -m pip install -r requirements.dev
128
+ - VERSION=`./setup.py --version`
129
+ - echo "make docs of ${VERSION}"
130
+ - make docs
131
+ - mv docs/_build/html public
132
+ artifacts:
133
+ paths:
134
+ - public
135
+
136
+ # run a pipeline trigger for the website to build
137
+ # - on new tag (always)
138
+ # - on new pushes (when online published files were changed)
139
+ # - when run manually
140
+ # needs WEBSITE_TRIGGER_TOKEN variable in CI settings (mask/protected as needed)
141
+ website:
142
+ stage: deploy
143
+ image: curlimages/curl:latest
144
+ rules:
145
+ - if: $CI_COMMIT_BRANCH != "main"
146
+ when: manual
147
+ - if: $CI_COMMIT_TAG
148
+ when: always
149
+ - changes:
150
+ - "CHANGELOG.md"
151
+ - "README.md"
152
+ - "man/*.1"
153
+ if: $CI_PIPELINE_SOURCE == "push"
154
+ when: always
155
+ - when: manual
156
+ allow_failure: true
157
+ variables:
158
+ GIT_STRATEGY: none
159
+ GIT_CHECKOUT: "false"
160
+ script: |
161
+ if [[ $WEBSITE_TRIGGER_TOKEN != "" ]]; then
162
+ curl --fail-with-body \
163
+ -X POST \
164
+ -F token=${WEBSITE_TRIGGER_TOKEN} \
165
+ -F ref=master https://gitlab.com/api/v4/projects/29130748/trigger/pipeline
166
+ fi
167
+
168
+ # run cibuildwheel for all pythons and arches we support
169
+ # see config in pyproject.toml
170
+ wheels:
171
+ stage: deploy
172
+ when: manual
173
+ image: python:3.13
174
+ # make a docker daemon available for cibuildwheel to use
175
+ services:
176
+ - name: docker:dind
177
+ entrypoint: ["env", "-u", "DOCKER_HOST"]
178
+ command: ["dockerd-entrypoint.sh"]
179
+ variables:
180
+ DOCKER_HOST: tcp://docker:2375/
181
+ DOCKER_DRIVER: overlay2
182
+ # See https://github.com/docker-library/docker/pull/166
183
+ DOCKER_TLS_CERTDIR: ""
184
+ script:
185
+ - curl -sSL https://get.docker.com/ | sh
186
+ - python -m pip install cibuildwheel==3.1.1
187
+ - cibuildwheel --output-dir wheelhouse
188
+ artifacts:
189
+ paths:
190
+ - wheelhouse/
@@ -0,0 +1,60 @@
1
+ help:
2
+ @echo "MAKE TARGETS"
3
+ @echo "clean -- remove generated files"
4
+ @echo "ext -- build C extensions"
5
+ @echo "docs -- build Sphinx docs"
6
+ @echo "help -- this text"
7
+ @echo "pot -- update duplicity.pot"
8
+ @echo "sdist -- make versioned source"
9
+
10
+ genned_files=\
11
+ '*.egg-info' \
12
+ '*.gcda' \
13
+ '*.gcno' \
14
+ '*.gcov' \
15
+ '*.o' \
16
+ '*.orig' \
17
+ '*.py[cdo]' \
18
+ '*.tmp' \
19
+ '*~' \
20
+ '.eggs' \
21
+ '.pytest_cache' \
22
+ '.tox' \
23
+ '__pycache__' \
24
+ '_build' \
25
+ 'apsw' \
26
+ 'build' \
27
+ 'dist' \
28
+ 'duplicity*.rst' \
29
+ 'librsync*.so' \
30
+ 'megatestresults' \
31
+ 'report.xml' \
32
+ 'testdb*' \
33
+ 'testextension.sqlext' \
34
+ 'testing*.rst' \
35
+ 'wheelhouse' \
36
+ 'work'
37
+
38
+ clean:
39
+ for i in ${genned_files}; do \
40
+ find . -name "$$i" | xargs -t -r rm -rf ; \
41
+ done
42
+ find . -name 'S.*' -type s -delete
43
+
44
+ docs:
45
+ sphinx-apidoc -o docs/ --separate --private . \
46
+ apsw duplicity/backends/pyrax_identity/* setup.* testing/overrides testing/manual
47
+ ifndef READTHEDOCS
48
+ $(MAKE) -C docs html
49
+ endif
50
+
51
+ ext:
52
+ python3 ./setup.py build_ext
53
+
54
+ pot:
55
+ po/update-pot
56
+
57
+ sdist:
58
+ python3 ./setup.py -q sdist
59
+
60
+ .PHONY: clean docs ext help pot sdist
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duplicity
3
- Version: 3.0.6.dev7
3
+ Version: 3.0.6.dev8
4
4
  Summary: Encrypted backup using rsync algorithm
5
5
  Author-email: Kenneth Loafman <kenneth@loafman.com>
6
6
  Maintainer: Edgar Soldin, Thomas Laubrock
@@ -44,7 +44,7 @@ Requires-Dist: google-auth-oauthlib
44
44
  Requires-Dist: httplib2
45
45
  Requires-Dist: jottalib
46
46
  Requires-Dist: keyring
47
- Requires-Dist: lxml
47
+ Requires-Dist: lxml<=5.4.0
48
48
  Requires-Dist: mediafire
49
49
  Requires-Dist: megatools
50
50
  Requires-Dist: paramiko