haraka 0.2.17__py3-none-any.whl → 0.2.18__py3-none-any.whl

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.
@@ -89,7 +89,11 @@ class ResourcePurger:
89
89
 
90
90
  if spec.match_file(rel):
91
91
  self._log.debug(f"Path matches keep patterns: {rel}")
92
- self._log.debug(f"Keeping: {rel}")
92
+ self._log.debug(f"Keeping file: {rel}")
93
+ continue
94
+ elif path.is_dir() and spec.match_file(f"{rel}/"):
95
+ self._log.debug(f"Path matches keep patterns: {rel}")
96
+ self._log.debug(f"Keeping directory: {rel}")
93
97
  continue
94
98
 
95
99
  if path.is_dir():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: haraka
3
- Version: 0.2.17
3
+ Version: 0.2.18
4
4
  Summary: Reusable post-generation helper for Cookiecutter micro-service templates
5
5
  Author-email: Will Burks <will@example.com>
6
6
  License: MIT
@@ -16,7 +16,7 @@ haraka/post_gen/service/assets.py,sha256=-oz3vlBaVOjeCOO2QHRvOmfyurR1KgihqXqbTtx
16
16
  haraka/post_gen/service/command.py,sha256=yvEzW9rMSXWeQ_2DXuQNtGH6sRuZnK6viMud-amFQXw,2348
17
17
  haraka/post_gen/service/files.py,sha256=7AKGNqW19BkQfYgds2FDjtIsWLSNPaoqEqqZKUsK68k,3203
18
18
  haraka/post_gen/service/gitops.py,sha256=UHJFEGrz88NTB0-WKge_AiKO_yLFci6A7AM5kBIy0VQ,4029
19
- haraka/post_gen/service/purge.py,sha256=eDH5DLwaViu3jsqtPXeJWxS_Fs7RIEq6RKD8A8ny2vE,3536
19
+ haraka/post_gen/service/purge.py,sha256=8F9P3I9iRargS3RWDhBZIHCKZ-UTEKDbc1NVmp0w334,3760
20
20
  haraka/utils/__init__.py,sha256=3Cp4u0dyAGcmqes-tIr95KFsNsJx5Ji5Yzkto9546Hs,168
21
21
  haraka/utils/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  haraka/utils/common/utils.py,sha256=kMnMXe_hcxGkD0MKGmR1lIwsRND7BaFPRbGN4PwonfM,360
@@ -26,7 +26,7 @@ haraka/utils/manifests/go-grpc-gateway-buf.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
26
26
  haraka/utils/manifests/go-grpc-protoc.yml,sha256=aR-Tv6iIcBzni3jbTg10wvceydBdk07fM7y3QcK1B8k,948
27
27
  haraka/utils/manifests/java-springboot.yml,sha256=WzcaStDgzyWmBhV2TUiYEkxHhYwydN9ww2yjZYyhSmw,929
28
28
  haraka/utils/manifests/python-fastapi.yml,sha256=FKHV0G53I0hoqAVmvoB18rVxw7PiVB_yjSwd_urXgn0,860
29
- haraka-0.2.17.dist-info/METADATA,sha256=fpze37OyA_UIRC5cZcjQfo7vi-07ljcqBVr4-Egb2ig,579
30
- haraka-0.2.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
- haraka-0.2.17.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
32
- haraka-0.2.17.dist-info/RECORD,,
29
+ haraka-0.2.18.dist-info/METADATA,sha256=ulevDFouE1wbIGtDELAWZoU_JkjUcfQdSXF-F94IX5U,579
30
+ haraka-0.2.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
+ haraka-0.2.18.dist-info/top_level.txt,sha256=1khpwypLKWoklVd_CgFiwAfcctVSXRoRPc3BI9lyIXo,7
32
+ haraka-0.2.18.dist-info/RECORD,,