Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: vpython/api/vpython/spec.proto

Issue 2927573002: [vpython] Fix PEP425 naming. (Closed)
Patch Set: rebase and update Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vpython/api/vpython/pep425.pb.go ('k') | vpython/api/vpython/spec.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/api/vpython/spec.proto
diff --git a/vpython/api/vpython/spec.proto b/vpython/api/vpython/spec.proto
index ddc366c4b036c64932b5ba2278c119f7ef0cff74..05181867d882332835884e0eacb87efd2174ef8f 100644
--- a/vpython/api/vpython/spec.proto
+++ b/vpython/api/vpython/spec.proto
@@ -49,7 +49,7 @@ message Spec {
// (partial), that field will not be considered. For example, if a match
// tag specifies just an ABI field, any system PEP425 tag with that ABI will
// be considered a successful match, regardless of other field values.
- repeated vpython.Pep425Tag match_tag = 3;
+ repeated vpython.PEP425Tag match_tag = 3;
}
repeated Package wheel = 2;
@@ -65,5 +65,5 @@ message Spec {
// environment parameters. However, a given specification may offer its own
// set of PEP425 tags representing the systems that it wants to be verified
// against.
- repeated vpython.Pep425Tag verify_pep425_tag = 4;
+ repeated vpython.PEP425Tag verify_pep425_tag = 4;
}
« no previous file with comments | « vpython/api/vpython/pep425.pb.go ('k') | vpython/api/vpython/spec.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698