Skip to content

Changelog python-falcon (1.0.0-2build3)

2017

python-falcon (1.0.0-2build3) artful; urgency=medium

   * No-change rebuild to drop _PyFPE support.

python-falcon (1.0.0-2build2) artful; urgency=medium

   * No-change rebuild to build to drop python3.5.

python-falcon (1.0.0-2build1) artful; urgency=medium

   * No change rebuild to add Python 3.6 support.

2016

python-falcon (1.0.0-2) unstable; urgency=medium

   [ Ondřej Nový ]
   * d/s/options: extend-diff-ignore of .gitreview
   * d/control: Using OpenStack's Gerrit as VCS URLs.
 
   [ Thomas Goirand ]
   * Uploading to unstable.

python-falcon (1.0.0-1) experimental; urgency=medium

   [ Ondřej Nový ]
   * Fixed VCS URLs (https).
   * d/rules: Changed UPSTREAM_GIT protocol to https
   * d/copyright: Changed source URL to https protocol
 
   [ Thomas Goirand ]
   * New upstream release.
   * Using pkgos-dh_auto_install & update-alternatives for /usr/bin/*
   * Removed applied upstream patch:
     - fix-bad-case-compare-in-python3-tests.patch
     - fixes-test_request_cookie_parsing.patch
   * Rebase the other 2 patches.
   * Add disable-failing-test.patch.
   * Added export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow.
   * Standards-Version is now 3.9.8 (no change).

python-falcon (0.3.0-5) unstable; urgency=medium

   * Added patch to fix test_request_cookie_parsing which fixes FTBFS
     (Closes: #811490, #811465).
   * Fix debian/copyright ordering.
   * Add patch to fix some spelling mistakes.

2015

python-falcon (0.3.0-4) unstable; urgency=medium

   * Uploading to unstable.

python-falcon (0.3.0-3) experimental; urgency=medium

   * Fixes python3 case patch so that it works also with backports to Jessie
     and Trusty.

python-falcon (0.3.0-2) experimental; urgency=medium

   * Added missing python{3}-{ddp,yaml} build-dependency.

python-falcon (0.3.0-1) experimental; urgency=medium

   * New upstream release.
   * Added -six and -mimeparse in (build-)depends.
   * Standards-Version is now 3.9.6.
   * Added dh-python as build-depends.
   * Removed python-nose version hack in debian/rules.
   * Dropped Python 3.2 patch.
   * Added fix-bad-case-compare-in-python3-tests.patch.
   * Removed precise hack in debian/rules.
   * Using git tag instead of broken PyPi for the debian/watch.

2014

python-falcon (0.1.8-3) unstable; urgency=medium

   * Also build-depends on cython3 (Closes: #751494).
   * Added a python 3.2 compat patch for unicode strings.

python-falcon (0.1.8-2) unstable; urgency=medium

   * rm -rf $(CURDIR)/debian/python*-falcon/usr/lib/python*/dist-packages/tests
     (Closes: #744992). Thanks to Jakub Wilk <jwilk@debian.org> for the report.

python-falcon (0.1.8-1) unstable; urgency=low

   * New upstream releaes.
   * Fixed wrong build-depends for python{3,}-all-dev.
   * Runs unit tests only if nose >= 1.3.

python-falcon (0.1.7-4) unstable; urgency=medium

   * Applied patch from Matthias Klose to fix the shebangs, though do not do it
     if building under Precise, which doesn't have the option (Closes: #739621).

2013

python-falcon (0.1.7-3) unstable; urgency=low

   * Reverts the order in the build-depends of python-dev to fix FTBFS. Any
     backport will have to revert the other way (Closes: #725406).

python-falcon (0.1.7-2) unstable; urgency=low

   * Fixes non-ASCII chars in README.rst.
   * Added cython to build-depends.
   * Using Arch: any since having cython generates some .so

python-falcon (0.1.7-1) unstable; urgency=low

   * Initial release. (Closes: #723633)