pixmatch 0.0.2__tar.gz → 0.0.4__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.

Potentially problematic release.


This version of pixmatch might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pixmatch
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: A modern VisiPics replacement.
5
5
  Author-email: Ryan Heard <ryanwheard@gmail.com>
6
6
  Project-URL: Repository, https://github.com/rheard/pixmatch
@@ -310,7 +310,9 @@ class ImageMatcher:
310
310
  return
311
311
 
312
312
  if isinstance(hashes, dict):
313
+ self.found_images -= 1
313
314
  for sub_path, sub_hashes in hashes.items():
315
+ self.found_images += 1
314
316
  self._process_image_callback((ZipPath(str(path), sub_path), sub_hashes))
315
317
  return
316
318
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pixmatch
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: A modern VisiPics replacement.
5
5
  Author-email: Ryan Heard <ryanwheard@gmail.com>
6
6
  Project-URL: Repository, https://github.com/rheard/pixmatch
@@ -5,7 +5,7 @@ requires = [
5
5
 
6
6
  [project]
7
7
  name = "pixmatch"
8
- version = "0.0.2"
8
+ version = "0.0.4"
9
9
  #dynamic = ["license"]
10
10
  authors = [
11
11
  { name="Ryan Heard", email="ryanwheard@gmail.com" },
File without changes
File without changes
File without changes
File without changes
File without changes