Part of lp.soyuz.interfaces.distroarchseriesbinarypackagerelease View In Hierarchy
| Attribute | distroarchseries | The distro architecture series. |
| Attribute | binarypackagerelease | The source package release. |
| Attribute | name | The binary package name as text |
| Attribute | version | The binary package version as text |
| Attribute | displayname | Display name for this package. |
| Attribute | title | Title for this package. |
| Attribute | distribution | The distribution. |
| Attribute | distroseries | The distro series. |
| Attribute | distributionsourcepackagerelease | The source package in this distribution from which this package was built. |
| Attribute | distroarchseriesbinarypackage | The object representing all binary package versions with the same name in the same DistroArchSeries, its parent object. |
| Attribute | The pocket in which this release is published, or None if it is not currently published. | |
| Attribute | status | The current publishing status of this release of the binary package, in this distroarchseries. |
| Attribute | priority | The current publishing priority of this release of the binary package, in this distroarchseries. |
| Attribute | section | The section in which this package is published or None if it is not currently published. |
| Attribute | component | The component in which this package is published or None if it is not currently published. |
| Attribute | phased_update_percentage | The percentage of users for whom this package should be recommended, or None to publish the update for everyone or if it is not currently published. |
| Attribute | publishing_history | Return a list of publishing records for this binary package release in this series and this architecture, of the distribution. |
| Attribute | current_publishing_record | The current PUBLISHED record of this binary package release in this distro arch release, or None if there is not one. |
Inherited from IBinaryPackageRelease:
| Int | id | Undocumented |
| Int | binarypackagename | Undocumented |
| Int | binarypackagenameID | Undocumented |
| Text | summary | Undocumented |
| Text | description | Undocumented |
| Int | build | Undocumented |
| Int | binpackageformat | Undocumented |
| TextLine | shlibdeps | Undocumented |
| TextLine | depends | Undocumented |
| TextLine | recommends | Undocumented |
| TextLine | suggests | Undocumented |
| TextLine | conflicts | Undocumented |
| TextLine | replaces | Undocumented |
| TextLine | provides | Undocumented |
| TextLine | pre_depends | Undocumented |
| TextLine | enhances | Undocumented |
| TextLine | breaks | Undocumented |
| Bool | essential | Undocumented |
| Int | installedsize | Undocumented |
| Bool | architecturespecific | Undocumented |
| Datetime | datecreated | Undocumented |
| Object | debug_package | The corresponding package containing debug symbols for this binary. |
| List | user_defined_fields | Undocumented |
| TextLine | homepage | Upstream project homepage as set in the package. This URL is not sanitized. |
| Attribute | files | Related list of IBinaryPackageFile entries |
| Attribute | sourcepackagename | The name of the source package from where this binary was built. |
| Method | addFile | Create a BinaryPackageFile record referencing this build |
| Method | override | Uniform method to override binarypackagerelease attribute. |