aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-02 22:37:23 -0700
committerHaibo Huang <hhb@google.com>2019-05-17 04:31:53 +0000
commit7f94b853344eaad468032bb2ca5a016f046f519a (patch)
tree9b6ff65535140465c4cc3eb1164bc4cbf149ada1
parent43ffef550077a9672e267f6ce7a29673d3d2dd43 (diff)
downloadplatform_external_python_pycparser-7f94b853344eaad468032bb2ca5a016f046f519a.tar.gz
platform_external_python_pycparser-7f94b853344eaad468032bb2ca5a016f046f519a.tar.bz2
platform_external_python_pycparser-7f94b853344eaad468032bb2ca5a016f046f519a.zip
Fix version in METADATA for python/pycparser
This way tools/external_updater can check updates for this library. Test: None Change-Id: Ieb2493ca41ffeac0fd6e99e75f64d87393bf3d51
-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
+ }
}