| OLD | NEW |
| 1 |
| 2 Name: Google Authentication |
| 3 Short Name: google-auth |
| 4 Version: 1.0.1 |
| 5 Revision: 9bea1b15105d6851b315bd622702e0b201e4e874 (presumed; this is release 1.
0.1) |
| 6 Home-page: https://github.com/GoogleCloudPlatform/google-auth-library-python |
| 7 License: Apache 2.0 |
| 8 |
| 9 Local modifications: none beyond removing .pyc files and the modifications made |
| 10 for protobufs shown below (e.g. adding this file). |
| 11 |
| 12 ---- |
| 13 |
| 1 Name: Protocol Buffers | 14 Name: Protocol Buffers |
| 2 Short Name: protobuf | 15 Short Name: protobuf |
| 3 Version: 3.1.0 | 16 Version: 3.1.0 |
| 4 Revision: a428e42072765993ff674fda72863c9f1aa2d268 | 17 Revision: a428e42072765993ff674fda72863c9f1aa2d268 |
| 5 Home-page: https://github.com/google/protobuf | 18 Home-page: https://github.com/google/protobuf |
| 6 License: New BSD License | 19 License: New BSD License |
| 7 | 20 |
| 8 Description: | 21 Description: |
| 9 Protocol Buffers are Google's data interchange format. | 22 Protocol Buffers are Google's data interchange format. |
| 10 | 23 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 @@ -31,9 +31,3 @@ | 45 @@ -31,9 +31,3 @@ |
| 33 # Copyright 2007 Google Inc. All Rights Reserved. | 46 # Copyright 2007 Google Inc. All Rights Reserved. |
| 34 | 47 |
| 35 __version__ = '3.1.0' | 48 __version__ = '3.1.0' |
| 36 - | 49 - |
| 37 -if __name__ != '__main__': | 50 -if __name__ != '__main__': |
| 38 - try: | 51 - try: |
| 39 - __import__('pkg_resources').declare_namespace(__name__) | 52 - __import__('pkg_resources').declare_namespace(__name__) |
| 40 - except ImportError: | 53 - except ImportError: |
| 41 - __path__ = __import__('pkgutil').extend_path(__path__, __name__) | 54 - __path__ = __import__('pkgutil').extend_path(__path__, __name__) |
| OLD | NEW |