aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-17 13:38:26 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-17 13:38:26 -0700
commitfc80b3023db6394ac240d134137fda8e734f0af0 (patch)
tree9b6ff65535140465c4cc3eb1164bc4cbf149ada1
parent84b873dae5d524b01ce640e26756b01af97c70cb (diff)
parente044741af83427ee1d900cad633b1a41eea10c6b (diff)
downloadpycparser-fc80b3023db6394ac240d134137fda8e734f0af0.tar.gz
Fix version in METADATA for python/pycparser am: 7f94b85334 am: 9041297f75 am: ec6c09ea7b
am: e044741af8 Change-Id: I5713231903617d1a1e1c1f477c8d078a067f3ba1
-rw-r--r--METADATA14
1 files changed, 7 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index 969313e..e07b7a2 100644
--- a/METADATA
+++ b/METADATA
@@ -1,9 +1,5 @@
name: "pycparser"
-description:
- "pycparser is a parser for the C language, written in pure Python. It is a "
- "module designed to be easily integrated into applications that need to "
- "parse C source code."
-
+description: "pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code."
third_party {
url {
type: HOMEPAGE
@@ -13,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/eliben/pycparser"
}
- version: "2.19"
- last_upgrade_date { year: 2019 month: 2 day: 26 }
+ version: "release_v2.19"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2019
+ month: 5
+ day: 2
+ }
}