mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 06:46:13 +01:00
Merge pull request #1563 from dmach/fix-PackageRevision.vrev
Fix obs_api.PackageRevision.vrev by changing the type from int to string
This commit is contained in:
commit
e8f9073f82
@ -8,7 +8,7 @@ class PackageRevision(XmlModel):
|
|||||||
xml_attribute=True,
|
xml_attribute=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
vrev: Optional[int] = Field(
|
vrev: Optional[str] = Field(
|
||||||
xml_attribute=True,
|
xml_attribute=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user