Part of lp.soyuz.interfaces.distroarchseriesbinarypackage View In Hierarchy
| Attribute | distroarchseries | The distribution architecture series. |
| Attribute | binarypackagename | The binary package name. |
| Attribute | name | The binary package name as text |
| Attribute | displayname | Display name for this package. |
| Attribute | title | Title for this package. |
| Attribute | cache | The corresponding IDistroSeriesPackageCache record. |
| Attribute | summary | A guessed summary for this package. Either the currentrelease summary, or the cached one for all architectures. |
| Attribute | description | A description for this package, as for the summary above. |
| Attribute | distribution | The distribution of the package. |
| Attribute | distroseries | The distroseries of the package. |
| Attribute | releases | All of the distroarchseries binary package releases that have been made for this package. |
| Attribute | currentrelease | The latest published BinaryPackageRelease |
| Attribute | publishing_history | Return a list of publishing records for this binary package in this distribution. |
| Attribute | current_published | is last BinaryPackagePublishing record that is in PUBLISHED status. |
| Method | __getitem__ | Return the DistroArchSeriesBinaryPackageRelease with the given |