mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-20 21:48:53 +02:00
Fix obs_api.PackageRevision.vrev by changing the type from int to string
This commit is contained in:
@@ -8,7 +8,7 @@ class PackageRevision(XmlModel):
|
||||
xml_attribute=True,
|
||||
)
|
||||
|
||||
vrev: Optional[int] = Field(
|
||||
vrev: Optional[str] = Field(
|
||||
xml_attribute=True,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user