mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-25 00:20:04 +01:00
Fix obs_api.PackageRevision.vrev by changing the type from int to string
This commit is contained in:
parent
72e1896232
commit
c16a3d9027
@ -8,7 +8,7 @@ class PackageRevision(XmlModel):
|
||||
xml_attribute=True,
|
||||
)
|
||||
|
||||
vrev: Optional[int] = Field(
|
||||
vrev: Optional[str] = Field(
|
||||
xml_attribute=True,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user