File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
bufbuild-protovalidate-protocolbuffers Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1515 --license-type apache \
1616 --copyright-holder "Buf Technologies, Inc." \
1717 --year-range "2023-2025"
18- # This version should be kept in sync with the version in buf.yaml
19- PROTOVALIDATE_VERSION ?= v1.0.0
2018# This version should be kept in sync with the version in buf.yaml and the bufbuild-protovalidate-protocolbuffers version in uv.lock
21- PROTOVALIDATE_TESTING_VERSION ?= v0.14 .0
19+ PROTOVALIDATE_VERSION ?= v1.0 .0
2220# Version of the cel-spec that this implementation is conformant with
2321CEL_SPEC_VERSION ?= v0.24.0
2422TESTDATA_FILE := test/testdata/string_ext.textproto
@@ -43,7 +41,7 @@ generate: generate-protobuf-tests $(BIN)/license-header ## Regenerate code and
4341generate-protobuf-tests : $(BIN ) /buf # # Regenerate protobuf gencode used in unit tests
4442 rm -rf test/gen
4543 # generate protovalidate-testing into test/gen/buf/validate
46- $(BIN ) /buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_TESTING_VERSION )
44+ $(BIN ) /buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION )
4745
4846 # generate cel-spec into test/gen/cel/expr
4947 $(BIN ) /buf generate buf.build/google/cel-spec:$(CEL_SPEC_VERSION ) --exclude-path cel/expr/conformance/proto2 --exclude-path cel/expr/conformance/proto3
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1414 --license-type apache \
1515 --copyright-holder "Buf Technologies, Inc." \
1616 --year-range "2023-2025"
17- PROTOVALIDATE_VERSION ?= v0.14 .0
17+ PROTOVALIDATE_VERSION ?= v1.0 .0
1818
1919.PHONY : help
2020help : # # Describe useful make targets
Original file line number Diff line number Diff line change 11[project ]
22name = " bufbuild-protovalidate-protocolbuffers"
3- version = " 0.14 .0"
3+ version = " 1.0 .0"
44description = " Messages, enum types and stubs for buf.build/bufbuild/protovalidate for python."
55readme = " README.md"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments