aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-17 13:38:45 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-17 13:38:45 -0700
commitfa39d44944bee393433bc2d2ade076f1fc0123ab (patch)
tree1c6833da5fcee0b3e6e66c496a00a3f4e23652f2
parentc57b7e2f308e5eb499e056d9877e1bed14eb3e28 (diff)
parent37644e345a1665ac2cc1957ac81ed4fad10492cb (diff)
downloadpyopenssl-fa39d44944bee393433bc2d2ade076f1fc0123ab.tar.gz
Fix version string in METADATA file am: a08e9797a4 am: 81101b759a am: 95d1bcd098
am: 37644e345a Change-Id: I7e03bd2afab1a1744335d9eabc7fad53c9c9fcb5
-rw-r--r--METADATA12
1 files changed, 7 insertions, 5 deletions
diff --git a/METADATA b/METADATA
index ec746ee..45585c0 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
name: "pyopenssl"
-description:
- "A Python wrapper around the OpenSSL library"
-
+description: "A Python wrapper around the OpenSSL library"
third_party {
url {
type: HOMEPAGE
@@ -11,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/pyca/pyopenssl"
}
- version: "19.0.0 "
- last_upgrade_date { year: 2019 month: 2 day: 26 }
+ version: "19.0.0"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2019
+ month: 5
+ day: 13
+ }
}