aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-17 00:45:13 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-17 00:45:13 -0700
commit95d1bcd098f746540ca7d86fc25b0abed2b447a8 (patch)
tree1c6833da5fcee0b3e6e66c496a00a3f4e23652f2
parent1ccad1694d39c6bc4fb73f6781c69f489f19f9ff (diff)
parent81101b759ac0eab2410f1ca783574c1c39541108 (diff)
downloadpyopenssl-95d1bcd098f746540ca7d86fc25b0abed2b447a8.tar.gz
Fix version string in METADATA file am: a08e9797a4
am: 81101b759a Change-Id: I589a6a70956729481d98261dca2b98a9040797cc
-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
+ }
}