python3-olm 3.2.19__tar.gz → 3.2.20__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 (477) hide show
  1. {python3_olm-3.2.19/python3_olm.egg-info → python3_olm-3.2.20}/PKG-INFO +1 -1
  2. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm_build.py +6 -0
  3. {python3_olm-3.2.19 → python3_olm-3.2.20}/pyproject.toml +1 -1
  4. {python3_olm-3.2.19 → python3_olm-3.2.20/python3_olm.egg-info}/PKG-INFO +1 -1
  5. {python3_olm-3.2.19 → python3_olm-3.2.20}/MANIFEST.in +0 -0
  6. {python3_olm-3.2.19 → python3_olm-3.2.20}/README.md +0 -0
  7. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/base64.h +0 -0
  8. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/cipher.h +0 -0
  9. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/crypto.h +0 -0
  10. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/error.h +0 -0
  11. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/inbound_group_session.h +0 -0
  12. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/megolm.h +0 -0
  13. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/memory.h +0 -0
  14. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/message.h +0 -0
  15. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/olm.h +0 -0
  16. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/olm_export.h +0 -0
  17. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/outbound_group_session.h +0 -0
  18. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/pickle.h +0 -0
  19. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/pickle_encoding.h +0 -0
  20. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/pk.h +0 -0
  21. {python3_olm-3.2.19 → python3_olm-3.2.20}/include/olm/sas.h +0 -0
  22. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/.editorconfig +0 -0
  23. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/.gitignore +0 -0
  24. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/.gitlab-ci.yml +0 -0
  25. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/CHANGELOG.rst +0 -0
  26. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/CMakeLists.txt +0 -0
  27. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/CONTRIBUTING.md +0 -0
  28. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/LICENSE +0 -0
  29. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/Makefile +0 -0
  30. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/OLMKit.podspec +0 -0
  31. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/Package.swift +0 -0
  32. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/README.md +0 -0
  33. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/Windows64.cmake +0 -0
  34. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/cmake/OlmConfig.cmake.in +0 -0
  35. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/common.mk +0 -0
  36. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/exports.py +0 -0
  37. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/flake.lock +0 -0
  38. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/flake.nix +0 -0
  39. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/gitlab-math.lua +0 -0
  40. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/account.hh +0 -0
  41. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/base64.h +0 -0
  42. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/base64.hh +0 -0
  43. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/cipher.h +0 -0
  44. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/crypto.h +0 -0
  45. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/error.h +0 -0
  46. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/inbound_group_session.h +0 -0
  47. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/list.hh +0 -0
  48. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/megolm.h +0 -0
  49. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/memory.h +0 -0
  50. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/memory.hh +0 -0
  51. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/message.h +0 -0
  52. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/message.hh +0 -0
  53. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/olm.h +0 -0
  54. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/olm.hh +0 -0
  55. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/olm_export.h +0 -0
  56. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/outbound_group_session.h +0 -0
  57. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/pickle.h +0 -0
  58. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/pickle.hh +0 -0
  59. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/pickle_encoding.h +0 -0
  60. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/pk.h +0 -0
  61. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/ratchet.hh +0 -0
  62. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/sas.h +0 -0
  63. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/session.hh +0 -0
  64. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/include/olm/utility.hh +0 -0
  65. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/jenkins.sh +0 -0
  66. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/README.md +0 -0
  67. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/aes.c +0 -0
  68. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/aes.h +0 -0
  69. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/aes_test.c +0 -0
  70. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/arcfour.c +0 -0
  71. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/arcfour.h +0 -0
  72. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/arcfour_test.c +0 -0
  73. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/base64.c +0 -0
  74. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/base64.h +0 -0
  75. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/base64_test.c +0 -0
  76. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/blowfish.c +0 -0
  77. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/blowfish.h +0 -0
  78. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/blowfish_test.c +0 -0
  79. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/des.c +0 -0
  80. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/des.h +0 -0
  81. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/des_test.c +0 -0
  82. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/md2.c +0 -0
  83. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/md2.h +0 -0
  84. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/md2_test.c +0 -0
  85. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/md5.c +0 -0
  86. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/md5.h +0 -0
  87. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/md5_test.c +0 -0
  88. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/rot-13.c +0 -0
  89. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/rot-13.h +0 -0
  90. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/rot-13_test.c +0 -0
  91. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/sha1.c +0 -0
  92. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/sha1.h +0 -0
  93. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/sha1_test.c +0 -0
  94. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/sha256.c +0 -0
  95. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/sha256.h +0 -0
  96. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/crypto-algorithms/sha256_test.c +0 -0
  97. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/.gitignore +0 -0
  98. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/LICENSE.md +0 -0
  99. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/Makefile +0 -0
  100. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/README +0 -0
  101. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/contrib/Curve25519Donna.c +0 -0
  102. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/contrib/Curve25519Donna.h +0 -0
  103. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/contrib/Curve25519Donna.java +0 -0
  104. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/contrib/make-snippets +0 -0
  105. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/curve25519-donna-c64.c +0 -0
  106. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/curve25519-donna.c +0 -0
  107. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/curve25519-donna.podspec +0 -0
  108. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/python-src/curve25519/__init__.py +0 -0
  109. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/python-src/curve25519/curve25519module.c +0 -0
  110. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/python-src/curve25519/keys.py +0 -0
  111. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/python-src/curve25519/test/__init__.py +0 -0
  112. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/python-src/curve25519/test/test_curve25519.py +0 -0
  113. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/python-src/curve25519/test/test_speed.py +0 -0
  114. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/setup.py +0 -0
  115. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/speed-curve25519.c +0 -0
  116. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/test-curve25519.c +0 -0
  117. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/test-noncanon.c +0 -0
  118. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/test-sc-curve25519.c +0 -0
  119. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna/test-sc-curve25519.s +0 -0
  120. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/curve25519-donna.h +0 -0
  121. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.clang-format +0 -0
  122. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.editorconfig +0 -0
  123. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.gitattributes +0 -0
  124. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.github/FUNDING.yml +0 -0
  125. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.github/issue_template.md +0 -0
  126. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.github/pull_request_template.md +0 -0
  127. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.github/workflows/codeql-analysis.yml +0 -0
  128. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.github/workflows/main.yml +0 -0
  129. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.github/workflows/vsenv.bat +0 -0
  130. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.gitignore +0 -0
  131. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/.travis.yml +0 -0
  132. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/CHANGELOG.md +0 -0
  133. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/CMakeLists.txt +0 -0
  134. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/CONTRIBUTING.md +0 -0
  135. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/LICENSE.txt +0 -0
  136. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/README.md +0 -0
  137. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/WORKSPACE +0 -0
  138. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/appveyor.yml +0 -0
  139. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/assertions.html +0 -0
  140. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/benchmarks.html +0 -0
  141. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/build-systems.html +0 -0
  142. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/commandline.html +0 -0
  143. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/configuration.html +0 -0
  144. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/extensions.html +0 -0
  145. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/faq.html +0 -0
  146. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/features.html +0 -0
  147. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/logging.html +0 -0
  148. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/main.html +0 -0
  149. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/parameterized-tests.html +0 -0
  150. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/readme.html +0 -0
  151. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/reporters.html +0 -0
  152. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/roadmap.html +0 -0
  153. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/README.md +0 -0
  154. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/index.html +0 -0
  155. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/strapdown.css +0 -0
  156. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/strapdown.js +0 -0
  157. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/themes/bootstrap-responsive.min.css +0 -0
  158. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/themes/bootstrap.min.css +0 -0
  159. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/themes/cyborg.min.css +0 -0
  160. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/strapdown.js/themes/united.min.css +0 -0
  161. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/stringification.html +0 -0
  162. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/testcases.html +0 -0
  163. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/html_generated/tutorial.html +0 -0
  164. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/assertions.md +0 -0
  165. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/benchmarks.md +0 -0
  166. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/build-systems.md +0 -0
  167. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/commandline.md +0 -0
  168. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/configuration.md +0 -0
  169. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/extensions.md +0 -0
  170. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/faq.md +0 -0
  171. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/features.md +0 -0
  172. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/logging.md +0 -0
  173. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/main.md +0 -0
  174. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/parameterized-tests.md +0 -0
  175. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/readme.md +0 -0
  176. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/reporters.md +0 -0
  177. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/roadmap.md +0 -0
  178. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/stringification.md +0 -0
  179. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/testcases.md +0 -0
  180. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doc/markdown/tutorial.md +0 -0
  181. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doctest/BUILD.bazel +0 -0
  182. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doctest/doctest.h +0 -0
  183. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doctest/extensions/doctest_mpi.h +0 -0
  184. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doctest/extensions/doctest_util.h +0 -0
  185. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doctest/extensions/mpi_reporter.h +0 -0
  186. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doctest/parts/doctest.cpp +0 -0
  187. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/doctest/parts/doctest_fwd.h +0 -0
  188. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/CMakeLists.txt +0 -0
  189. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/alternative_macros.cpp +0 -0
  190. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/assertion_macros.cpp +0 -0
  191. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/asserts_used_outside_of_tests.cpp +0 -0
  192. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/concurrency.cpp +0 -0
  193. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/doctest_proxy.h +0 -0
  194. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/enums.cpp +0 -0
  195. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/header.h +0 -0
  196. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/logging.cpp +0 -0
  197. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/main.cpp +0 -0
  198. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace1.cpp +0 -0
  199. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace2.cpp +0 -0
  200. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace3.cpp +0 -0
  201. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace4.cpp +0 -0
  202. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace5.cpp +0 -0
  203. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace6.cpp +0 -0
  204. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace7.cpp +0 -0
  205. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace8.cpp +0 -0
  206. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/namespace9.cpp +0 -0
  207. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/no_failures.cpp +0 -0
  208. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/reporters_and_listeners.cpp +0 -0
  209. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/stringification.cpp +0 -0
  210. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/subcases.cpp +0 -0
  211. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/templated_test_cases.cpp +0 -0
  212. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_cases_and_suites.cpp +0 -0
  213. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/abort_after.txt +0 -0
  214. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/abort_after_junit.txt +0 -0
  215. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/abort_after_xml.txt +0 -0
  216. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/all_binary.txt +0 -0
  217. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/all_binary_junit.txt +0 -0
  218. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/all_binary_xml.txt +0 -0
  219. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/alternative_macros.cpp.txt +0 -0
  220. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/alternative_macros.cpp_junit.txt +0 -0
  221. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/alternative_macros.cpp_xml.txt +0 -0
  222. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/assertion_macros.cpp.txt +0 -0
  223. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/assertion_macros.cpp_junit.txt +0 -0
  224. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/assertion_macros.cpp_xml.txt +0 -0
  225. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt +0 -0
  226. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/asserts_used_outside_of_tests.cpp_junit.txt +0 -0
  227. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/asserts_used_outside_of_tests.cpp_xml.txt +0 -0
  228. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/count.txt +0 -0
  229. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/count_junit.txt +0 -0
  230. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/count_xml.txt +0 -0
  231. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/coverage_maxout.cpp.txt +0 -0
  232. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/coverage_maxout.cpp_junit.txt +0 -0
  233. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/coverage_maxout.cpp_xml.txt +0 -0
  234. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/disabled.txt +0 -0
  235. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/disabled_junit.txt +0 -0
  236. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/disabled_xml.txt +0 -0
  237. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/doctest_proxy.h.txt +0 -0
  238. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/doctest_proxy.h_junit.txt +0 -0
  239. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/doctest_proxy.h_xml.txt +0 -0
  240. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/enums.cpp.txt +0 -0
  241. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/enums.cpp_junit.txt +0 -0
  242. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/enums.cpp_xml.txt +0 -0
  243. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_1.txt +0 -0
  244. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_1_junit.txt +0 -0
  245. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_1_xml.txt +0 -0
  246. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_2.txt +0 -0
  247. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_2_junit.txt +0 -0
  248. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_2_xml.txt +0 -0
  249. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_3.txt +0 -0
  250. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_3_junit.txt +0 -0
  251. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/filter_3_xml.txt +0 -0
  252. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/first_last.txt +0 -0
  253. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/first_last_junit.txt +0 -0
  254. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/first_last_xml.txt +0 -0
  255. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/header.h.txt +0 -0
  256. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/header.h_junit.txt +0 -0
  257. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/header.h_xml.txt +0 -0
  258. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/help.txt +0 -0
  259. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/help_junit.txt +0 -0
  260. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/help_xml.txt +0 -0
  261. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_reporters.txt +0 -0
  262. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_reporters_junit.txt +0 -0
  263. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_reporters_xml.txt +0 -0
  264. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_test_cases.txt +0 -0
  265. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_test_cases_junit.txt +0 -0
  266. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_test_cases_xml.txt +0 -0
  267. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_test_suites.txt +0 -0
  268. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_test_suites_junit.txt +0 -0
  269. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/list_test_suites_xml.txt +0 -0
  270. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/logging.cpp.txt +0 -0
  271. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/logging.cpp_junit.txt +0 -0
  272. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/logging.cpp_xml.txt +0 -0
  273. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/main.cpp.txt +0 -0
  274. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/main.cpp_junit.txt +0 -0
  275. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/main.cpp_xml.txt +0 -0
  276. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/minimal.txt +0 -0
  277. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/minimal_junit.txt +0 -0
  278. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/minimal_no_fail.txt +0 -0
  279. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/minimal_no_fail_junit.txt +0 -0
  280. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/minimal_no_fail_xml.txt +0 -0
  281. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/minimal_xml.txt +0 -0
  282. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_1.txt +0 -0
  283. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_1_junit.txt +0 -0
  284. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_1_xml.txt +0 -0
  285. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_2.txt +0 -0
  286. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_2_junit.txt +0 -0
  287. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_2_xml.txt +0 -0
  288. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_3.txt +0 -0
  289. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_3_junit.txt +0 -0
  290. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/order_3_xml.txt +0 -0
  291. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/reporters_and_listeners.cpp.txt +0 -0
  292. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/reporters_and_listeners.cpp_junit.txt +0 -0
  293. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/reporters_and_listeners.cpp_xml.txt +0 -0
  294. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/stringification.cpp.txt +0 -0
  295. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/stringification.cpp_junit.txt +0 -0
  296. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/stringification.cpp_xml.txt +0 -0
  297. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/subcases.cpp.txt +0 -0
  298. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/subcases.cpp_junit.txt +0 -0
  299. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/subcases.cpp_xml.txt +0 -0
  300. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/templated_test_cases.cpp.txt +0 -0
  301. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/templated_test_cases.cpp_junit.txt +0 -0
  302. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/templated_test_cases.cpp_xml.txt +0 -0
  303. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/test_cases_and_suites.cpp.txt +0 -0
  304. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/test_cases_and_suites.cpp_junit.txt +0 -0
  305. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt +0 -0
  306. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/version.txt +0 -0
  307. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/version_junit.txt +0 -0
  308. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/all_features/test_output/version_xml.txt +0 -0
  309. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/CMakeLists.txt +0 -0
  310. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/default.cpp +0 -0
  311. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/foo.h +0 -0
  312. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/main.cpp +0 -0
  313. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/return42.cpp +0 -0
  314. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_output/same_tests_multiple_configurations.txt +0 -0
  315. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_output/same_tests_multiple_configurations_junit.txt +0 -0
  316. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_output/same_tests_multiple_configurations_xml.txt +0 -0
  317. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_runner.cpp +0 -0
  318. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/CMakeLists.txt +0 -0
  319. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/doctest_force_link_static_lib_in_target.cmake +0 -0
  320. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/lib_1_src1.cpp +0 -0
  321. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/lib_1_src2.cpp +0 -0
  322. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/lib_2_src.cpp +0 -0
  323. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/main.cpp +0 -0
  324. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/test_output/exe_with_static_libs.txt +0 -0
  325. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/test_output/exe_with_static_libs_junit.txt +0 -0
  326. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/exe_with_static_libs/test_output/exe_with_static_libs_xml.txt +0 -0
  327. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/CMakeLists.txt +0 -0
  328. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/dll.cpp +0 -0
  329. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/implementation.cpp +0 -0
  330. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/implementation_2.cpp +0 -0
  331. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/main.cpp +0 -0
  332. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/plugin.cpp +0 -0
  333. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin.txt +0 -0
  334. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt +0 -0
  335. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_xml.txt +0 -0
  336. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/installed_doctest_cmake/dll/CMakeLists.txt +0 -0
  337. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/installed_doctest_cmake/dll/dll.cpp +0 -0
  338. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/installed_doctest_cmake/dll/dll.h +0 -0
  339. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/installed_doctest_cmake/dll/exporting.h +0 -0
  340. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/installed_doctest_cmake/dll/main.cpp +0 -0
  341. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/installed_doctest_cmake/executable/CMakeLists.txt +0 -0
  342. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/installed_doctest_cmake/executable/main.cpp +0 -0
  343. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/mpi/CMakeLists.txt +0 -0
  344. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/mpi/main.cpp +0 -0
  345. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/mpi/mpi.cpp +0 -0
  346. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/examples/range_based_execution.py +0 -0
  347. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/meson.build +0 -0
  348. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/bench/bench.py +0 -0
  349. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/bench/run_all.py +0 -0
  350. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/bench/tests.json +0 -0
  351. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/cmake/Config.cmake.in +0 -0
  352. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/cmake/assemble_single_header.cmake +0 -0
  353. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/cmake/common.cmake +0 -0
  354. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/cmake/doctest.cmake +0 -0
  355. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/cmake/doctestAddTests.cmake +0 -0
  356. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/cmake/exec_test.cmake +0 -0
  357. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/coverage_maxout.cpp +0 -0
  358. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/article.txt +0 -0
  359. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/article2.txt +0 -0
  360. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/benchmarks/asserts.png +0 -0
  361. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/benchmarks/header.png +0 -0
  362. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/benchmarks/implement.png +0 -0
  363. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/benchmarks/runtime_assert.png +0 -0
  364. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/benchmarks/runtime_info.png +0 -0
  365. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/cover.png +0 -0
  366. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/cover_888px_wide.png +0 -0
  367. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/initial_release_traffic.png +0 -0
  368. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/icon_1.svg +0 -0
  369. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/icon_2.svg +0 -0
  370. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/icon_3.svg +0 -0
  371. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/icon_4.svg +0 -0
  372. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/icon_5.svg +0 -0
  373. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/icon_6.svg +0 -0
  374. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/logo_1.svg +0 -0
  375. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/logo_2.svg +0 -0
  376. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/logo_3.svg +0 -0
  377. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/logo_4.svg +0 -0
  378. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/logo_5.svg +0 -0
  379. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/logo_6.svg +0 -0
  380. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/logo/logo_7.svg +0 -0
  381. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/using_doctest_888px_wide.gif +0 -0
  382. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/data/youtube-cppcon-talk-thumbnail.png +0 -0
  383. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/development_only/doctest/doctest.h +0 -0
  384. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/generate_html.py +0 -0
  385. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/hello_world.cpp +0 -0
  386. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/how_stuff_works/CMakeLists.txt +0 -0
  387. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/how_stuff_works/how_captures_work.cpp +0 -0
  388. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/how_stuff_works/how_exception_translators_work.cpp +0 -0
  389. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/how_stuff_works/how_subcases_work.cpp +0 -0
  390. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/how_stuff_works/testing_crash_scenarios.cpp +0 -0
  391. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/playground/CMakeLists.txt +0 -0
  392. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/playground/main.cpp +0 -0
  393. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/playground/test.cpp +0 -0
  394. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/random_dev_notes.md +0 -0
  395. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/release_process.md +0 -0
  396. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/update_changelog.py +0 -0
  397. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/update_stuff.py +0 -0
  398. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/doctest/scripts/version.txt +0 -0
  399. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/ed25519_32.dll +0 -0
  400. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/ed25519_64.dll +0 -0
  401. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/readme.md +0 -0
  402. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/add_scalar.c +0 -0
  403. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/ed25519.h +0 -0
  404. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/fe.c +0 -0
  405. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/fe.h +0 -0
  406. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/fixedint.h +0 -0
  407. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/ge.c +0 -0
  408. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/ge.h +0 -0
  409. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/key_exchange.c +0 -0
  410. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/keypair.c +0 -0
  411. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/precomp_data.h +0 -0
  412. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/sc.c +0 -0
  413. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/sc.h +0 -0
  414. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/seed.c +0 -0
  415. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/sha512.c +0 -0
  416. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/sha512.h +0 -0
  417. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/sign.c +0 -0
  418. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/src/verify.c +0 -0
  419. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib/ed25519/test.c +0 -0
  420. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/lib_exports.sh +0 -0
  421. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/libolm.version +0 -0
  422. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/olm.pc.in +0 -0
  423. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/account.cpp +0 -0
  424. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/base64.cpp +0 -0
  425. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/cipher.cpp +0 -0
  426. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/crypto.cpp +0 -0
  427. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/ed25519.c +0 -0
  428. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/error.c +0 -0
  429. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/inbound_group_session.c +0 -0
  430. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/megolm.c +0 -0
  431. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/memory.cpp +0 -0
  432. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/message.cpp +0 -0
  433. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/olm.cpp +0 -0
  434. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/outbound_group_session.c +0 -0
  435. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/pickle.cpp +0 -0
  436. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/pickle_encoding.c +0 -0
  437. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/pk.cpp +0 -0
  438. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/ratchet.cpp +0 -0
  439. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/sas.c +0 -0
  440. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/session.cpp +0 -0
  441. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/src/utility.cpp +0 -0
  442. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/CMakeLists.txt +0 -0
  443. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/include/doctest.h +0 -0
  444. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/include/testing.hh +0 -0
  445. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/include/utils.hh +0 -0
  446. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_base64.cpp +0 -0
  447. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_crypto.cpp +0 -0
  448. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_group_session.cpp +0 -0
  449. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_list.cpp +0 -0
  450. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_megolm.cpp +0 -0
  451. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_message.cpp +0 -0
  452. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_olm.cpp +0 -0
  453. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_olm_decrypt.cpp +0 -0
  454. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_olm_sha256.cpp +0 -0
  455. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_olm_signature.cpp +0 -0
  456. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_olm_using_malloc.cpp +0 -0
  457. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_pk.cpp +0 -0
  458. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_ratchet.cpp +0 -0
  459. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_sas.cpp +0 -0
  460. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/tests/test_session.cpp +0 -0
  461. {python3_olm-3.2.19 → python3_olm-3.2.20}/libolm/version_script.ver +0 -0
  462. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/__init__.py +0 -0
  463. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/_compat.py +0 -0
  464. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/_finalize.py +0 -0
  465. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/account.py +0 -0
  466. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/group_session.py +0 -0
  467. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/pk.py +0 -0
  468. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/py.typed +0 -0
  469. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/sas.py +0 -0
  470. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/session.py +0 -0
  471. {python3_olm-3.2.19 → python3_olm-3.2.20}/olm/utility.py +0 -0
  472. {python3_olm-3.2.19 → python3_olm-3.2.20}/python3_olm.egg-info/SOURCES.txt +0 -0
  473. {python3_olm-3.2.19 → python3_olm-3.2.20}/python3_olm.egg-info/dependency_links.txt +0 -0
  474. {python3_olm-3.2.19 → python3_olm-3.2.20}/python3_olm.egg-info/requires.txt +0 -0
  475. {python3_olm-3.2.19 → python3_olm-3.2.20}/python3_olm.egg-info/top_level.txt +0 -0
  476. {python3_olm-3.2.19 → python3_olm-3.2.20}/setup.cfg +0 -0
  477. {python3_olm-3.2.19 → python3_olm-3.2.20}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-olm
3
- Version: 3.2.19
3
+ Version: 3.2.20
4
4
  Summary: python CFFI bindings for the olm cryptographic ratchet library
5
5
  Author-email: Damir Jelić <poljar@termina.org.uk>
6
6
  License: Apache-2.0
@@ -100,5 +100,11 @@ with open(os.path.join(PATH, "interface-include/olm/pk.h")) as f:
100
100
  with open(os.path.join(PATH, "interface-include/olm/sas.h")) as f:
101
101
  ffibuilder.cdef(f.read(), override=True)
102
102
 
103
+ with open(os.path.join(PATH, "interface-include/olm/inbound_group_session.h")) as f:
104
+ ffibuilder.cdef(f.read(), override=True)
105
+
106
+ with open(os.path.join(PATH, "interface-include/olm/outbound_group_session.h")) as f:
107
+ ffibuilder.cdef(f.read(), override=True)
108
+
103
109
  if __name__ == "__main__":
104
110
  ffibuilder.compile(verbose=True)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python3-olm"
7
- version = "3.2.19"
7
+ version = "3.2.20"
8
8
  description = "python CFFI bindings for the olm cryptographic ratchet library"
9
9
  authors = [{name = "Damir Jelić", email = "poljar@termina.org.uk"}]
10
10
  license = {text = "Apache-2.0"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-olm
3
- Version: 3.2.19
3
+ Version: 3.2.20
4
4
  Summary: python CFFI bindings for the olm cryptographic ratchet library
5
5
  Author-email: Damir Jelić <poljar@termina.org.uk>
6
6
  License: Apache-2.0
File without changes
File without changes