aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-17 01:14:37 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-17 01:14:37 -0700
commite044741af83427ee1d900cad633b1a41eea10c6b (patch)
tree9b6ff65535140465c4cc3eb1164bc4cbf149ada1
parent0b4e91039730a8744315f754d3601a7fb163c69f (diff)
parentec6c09ea7b242c6da9b80cf9538f9cd9735ea248 (diff)
downloadplatform_external_python_pycparser-e044741af83427ee1d900cad633b1a41eea10c6b.tar.gz
platform_external_python_pycparser-e044741af83427ee1d900cad633b1a41eea10c6b.tar.bz2
platform_external_python_pycparser-e044741af83427ee1d900cad633b1a41eea10c6b.zip
Fix version in METADATA for python/pycparser am: 7f94b85334 am: 9041297f75
am: ec6c09ea7b Change-Id: I9a69535d2d8a1629db45ecba980aa80d9e1a99cf
-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
+ }
}