aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-16 23:48:42 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-16 23:48:42 -0700
commit81101b759ac0eab2410f1ca783574c1c39541108 (patch)
tree1c6833da5fcee0b3e6e66c496a00a3f4e23652f2
parent4987f18a37cadc5fd61ab9923df63e73049183d8 (diff)
parenta08e9797a4d17e13c8ff996bb375e9e2a43ca668 (diff)
downloadpyopenssl-81101b759ac0eab2410f1ca783574c1c39541108.tar.gz
Fix version string in METADATA file
am: a08e9797a4 Change-Id: Iafe04711bab02bc8284b2b7c4544a696c09cff74
-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
+ }
}