Skip to content

Commit

Permalink
Upstream release 1.1.0
Browse files Browse the repository at this point in the history
* Update Build-Depends.
* Revert example files hotfix for https://phabricator.wikimedia.org/T174008.
* Fix tests run with setuptools-scm

Change-Id: I6203b6957bfa6d3938f1efdce5bb724204819f6a
  • Loading branch information
volans- committed Sep 21, 2017
1 parent 22b58c8 commit 0da95a6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
cumin (1.1.0-1) jessie-wikimedia; urgency=medium

* 1.1.0 upstream release.
* Update Build-Depends.
* Revert example files hotfix for https://phabricator.wikimedia.org/T174008.
* Fix tests run with setuptools-scm

-- Riccardo Coccioli <rcoccioli@wikimedia.org> Thu, 21 Sep 2017 23:02:24 +0200

cumin (1.0.0-1) jessie-wikimedia; urgency=medium

* 1.0.0 upstream release.
Expand Down
3 changes: 3 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Build-Depends:
python-all (>= 2.7),
python-colorama,
python-flake8,
python-keystoneauth1,
python-keystoneclient,
python-mock (>= 2.0.0),
python-novaclient,
python-pyparsing,
python-pytest,
python-pytest-cov,
Expand Down
1 change: 0 additions & 1 deletion debian/cumin.examples

This file was deleted.

6 changes: 1 addition & 5 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ export PYBUILD_TEST_PYTEST = 1
dh $@ --with python2 --buildsystem=pybuild

override_dh_auto_test:
SETUPTOOLS_SCM_PRETEND_VERSION="$(shell dpkg-parsechangelog -S version)" python setup.py develop --user
py.test --strict --cov-report term-missing --cov=cumin cumin/tests/unit

# Hotfix for https://phabricator.wikimedia.org/T174008
override_dh_installexamples:
dh_installexamples
rm -rvf $(CURDIR)/debian/cumin/usr/doc

0 comments on commit 0da95a6

Please sign in to comment.