summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2020-05-18 16:24:16 -0600
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2020-05-22 20:44:09 +0000
commit8e4e7b945cc58c7a9cbd8cffb4ebf261c35458c2 (patch)
tree0e1bbe0ba8c2ab4c544ea798dea9664138d4853e /debian
parentfadfde3f5dd7a69d420439fc53d2c10dae61f9aa (diff)
downloadcloud-init-git-8e4e7b945cc58c7a9cbd8cffb4ebf261c35458c2.tar.gz
20.2-30-g8bcf1c06-0ubuntu1 (patches unapplied)
Imported using git-ubuntu import.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
-rw-r--r--debian/control3
2 files changed, 22 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8835e428..cebc1802 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+cloud-init (20.2-30-g8bcf1c06-0ubuntu1) groovy; urgency=medium
+
+ * d/control: drop pyflakes as Build-Depends
+ - upstream uses python3-pyflakes now
+ * New upstream snapshot.
+ - cc_snap: apply validation to snap.commands properties (#364)
+ - make finding libc platform independent (#366)
+ [Mina Galić (deprecated: Igor Galić)]
+ - doc/rtd/topics/faq: Updates LXD docs links to current site (#368) [TomP]
+ - templater: drop Jinja Python 2 compatibility shim (#353)
+ - cloudinit: minor pylint fixes (#360)
+ - cloudinit: remove unneeded __future__ imports (#362)
+ - migrating momousta lp user to Moustafa-Moustafa GitHub user (#361)
+ [Moustafa Moustafa]
+ - cloud_tests: emit dots on Travis while fetching images (#347)
+ - Add schema to apt configure config (#357) [lucasmoura] (LP: #1858884)
+ - conftest: add docs and tests regarding CiTestCase's subp functionality
+ (#343)
+
+ -- Chad Smith <chad.smith@canonical.com> Mon, 18 May 2020 16:24:16 -0600
+
cloud-init (20.2-20-gd10ce3ec-0ubuntu1) groovy; urgency=medium
* drop the following cherry-picks now included:
diff --git a/debian/control b/debian/control
index 828558e8..6e8c54cd 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 9.20160709),
iproute2,
pep8,
po-debconf,
- pyflakes,
python3,
python3-configobj,
python3-httpretty,
@@ -19,7 +18,7 @@ Build-Depends: debhelper (>= 9.20160709),
python3-nose,
python3-oauthlib,
python3-pep8,
- python3-pyflakes | pyflakes (<< 1.1.0-2),
+ python3-pyflakes,
python3-pytest,
python3-requests,
python3-serial,