diffmanifests 3.3.0__tar.gz → 3.3.2__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 diffmanifests might be problematic. Click here for more details.

Files changed (36) hide show
  1. {diffmanifests-3.3.0/diffmanifests.egg-info → diffmanifests-3.3.2}/PKG-INFO +2 -2
  2. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/cmd/version.py +1 -1
  3. {diffmanifests-3.3.0 → diffmanifests-3.3.2/diffmanifests.egg-info}/PKG-INFO +2 -2
  4. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/LICENSE +0 -0
  5. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/MANIFEST.in +0 -0
  6. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/README.md +0 -0
  7. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diff.py +0 -0
  8. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/__init__.py +0 -0
  9. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/cmd/__init__.py +0 -0
  10. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/cmd/argument.py +0 -0
  11. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/cmd/banner.py +0 -0
  12. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/config/config.json +0 -0
  13. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/differ/__init__.py +0 -0
  14. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/differ/differ.py +0 -0
  15. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/gerrit/__init__.py +0 -0
  16. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/gerrit/gerrit.py +0 -0
  17. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/gitiles/__init__.py +0 -0
  18. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/gitiles/gitiles.py +0 -0
  19. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/logger/__init__.py +0 -0
  20. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/logger/logger.py +0 -0
  21. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/main.py +0 -0
  22. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/printer/__init__.py +0 -0
  23. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/printer/printer.py +0 -0
  24. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/proto/__init__.py +0 -0
  25. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/proto/proto.py +0 -0
  26. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/querier/__init__.py +0 -0
  27. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests/querier/querier.py +0 -0
  28. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests.egg-info/SOURCES.txt +0 -0
  29. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests.egg-info/dependency_links.txt +0 -0
  30. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests.egg-info/entry_points.txt +0 -0
  31. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests.egg-info/not-zip-safe +0 -0
  32. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests.egg-info/requires.txt +0 -0
  33. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/diffmanifests.egg-info/top_level.txt +0 -0
  34. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/requirements.txt +0 -0
  35. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/setup.cfg +0 -0
  36. {diffmanifests-3.3.0 → diffmanifests-3.3.2}/setup.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffmanifests
3
- Version: 3.3.0
3
+ Version: 3.3.2
4
4
  Summary: Diff Manifests via Gitiles API
5
5
  Home-page: https://github.com/craftslab/diffmanifests
6
- Download-URL: https://github.com/craftslab/diffmanifests/archive/v3.3.0.tar.gz
6
+ Download-URL: https://github.com/craftslab/diffmanifests/archive/v3.3.2.tar.gz
7
7
  Author: Jia Jia
8
8
  Author-email: angersax@sina.com
9
9
  License: Apache-2.0
@@ -1,3 +1,3 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- VERSION = '3.3.0'
3
+ VERSION = '3.3.2'
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffmanifests
3
- Version: 3.3.0
3
+ Version: 3.3.2
4
4
  Summary: Diff Manifests via Gitiles API
5
5
  Home-page: https://github.com/craftslab/diffmanifests
6
- Download-URL: https://github.com/craftslab/diffmanifests/archive/v3.3.0.tar.gz
6
+ Download-URL: https://github.com/craftslab/diffmanifests/archive/v3.3.2.tar.gz
7
7
  Author: Jia Jia
8
8
  Author-email: angersax@sina.com
9
9
  License: Apache-2.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes