[SRU] xenial python-pylxd has run-time dep on cryptography >= 1.4

Bug #1633570 reported by Corey Bryant
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-pylxd (Ubuntu)
Fix Released
Undecided
Unassigned
Xenial
Fix Released
Undecided
Unassigned

Bug Description

[Description]

The latest upload of python-pylxd 2.0.5 to xenial has a run-time dependency on cryptography >= 1.4.

[Test Case]
There are integration tests included with pylxd and can be run with:
tox -e integration

[Regression Potential]
Very little. The upstream developers confirmed that the code will work with cryptography 1.2.3.

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage. You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit https://bugs.launchpad.net/ubuntu/+bug/1633570/+editstatus and add the package name in the text box next to the word Package.

[This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.]

tags: added: bot-comment
Revision history for this message
Martin Pitt (pitti) wrote : Please test proposed package

Hello Corey, or anyone else affected,

Accepted python-pylxd into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/python-pylxd/2.0.5-0ubuntu1.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

affects: ubuntu → python-pylxd (Ubuntu)
Changed in python-pylxd (Ubuntu):
status: New → Fix Released
Changed in python-pylxd (Ubuntu Xenial):
status: New → Fix Committed
tags: added: verification-needed
Revision history for this message
Chuck Short (zulcss) wrote :
Download full text (21.5 KiB)

Ran the integration test this morning, ran fine:

The container is deleted. ... ok
A file is written to the container and then read. ... ok
The container is renamed. ... ok
A container snapshot is made, renamed, and deleted. ... ok
The container is updated to a new config. ... /home/ubuntu/python-pylxd-2.0.5/pylxd/deprecation.py:24: DeprecationWarning: update is deprecated; please use save
  warnings.warn(self.message, DeprecationWarning)
ok
A list of all containers is returned. ... ok
Creates and returns a new container. ... ok
A container is fetched by name. ... ok
The image is deleted. ... ok
The imerage is successfully exported. ... ok
The image properties are updated. ... ok
A list of all images is returned. ... ok
An image is created. ... ok
An image is fetched by fingerprint. ... ok
A profile is deleted. ... ok
A profile is renamed. ... SKIP: Not implemented in LXD
A profile is updated. ... ok
All profiles are fetched. ... ok
A profile is created. ... ok
A profile is fetched by name. ... ok
test_certificate_operations_1_delete (pylxd.deprecated.tests.test_certificate.LXDAPICertificateTest) ... /home/ubuntu/python-pylxd-2.0.5/pylxd/deprecated/api.py:32: DeprecationWarning: pylxd.api.API is deprecated. Please use pylxd.Client.
  DeprecationWarning)
ok
test_certificate_operations_2_create (pylxd.deprecated.tests.test_certificate.LXDAPICertificateTest) ... ok
test_certificate_show (pylxd.deprecated.tests.test_certificate.LXDAPICertificateTest) ... ok
test_list_certificates (pylxd.deprecated.tests.test_certificate.LXDAPICertificateTest) ... ok
test_get_object_1_null (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_object_2_200 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_object_3_202 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_object_4_500 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_raw_1_null (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_raw_2_200 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_raw_3_500 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_status_1_null (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_status_2_200 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_status_3_202 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_status_4_200 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_status_5_500 (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... ok
test_get_ws_1_fake_host (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... SKIP: Skip deprecated WebSocketClient tests
test_get_ws_2_None (pylxd.deprecated.tests.test_connection.LXDConnectionTest) ... SKIP: Skip deprecated WebSocketClient tests
test_get_connection_1_unix (pylxd.deprecated.tests.test_connection.LXDInitConnectionTest) ... ok
test_get_connection_2_unix_path (pylxd.deprecated.tests.test_connection.LXDInitConnectionTest) ... ok
test_get_connection_3_https (pylxd.deprecated.tests.test_connection.LXDInitConnectionTest) ... ok
test_get_connection_4_ht...

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package python-pylxd - 2.0.5-0ubuntu1.1

---------------
python-pylxd (2.0.5-0ubuntu1.1) xenial; urgency=medium

  * d/control, d/p/cryptography-min-version.patch: Align min python-cryptograpy
    version with xenial (LP: #1633570).

 -- Corey Bryant <email address hidden> Fri, 14 Oct 2016 13:38:03 -0400

Changed in python-pylxd (Ubuntu Xenial):
status: Fix Committed → Fix Released
Revision history for this message
Chris J Arges (arges) wrote : Update Released

The verification of the Stable Release Update for python-pylxd has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.