Your message dated Wed, 26 Sep 2018 08:35:12 +0000
with message-id <e1g55hs-0007rk...@fasolo.debian.org>
and subject line Bug#906166: fixed in flask-restful 0.3.6-7
has caused the Debian Bug report #906166,
regarding flask-restful: Fix failing test test_fr_405 (cherry pick from 
upstream)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
906166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: flask-restful
Version: 0.3.6-6
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu cosmic ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Enable unit test execution:
    - d/rules: Remove override of dh_auto_test.
    - d/p/fix-fr-405.patch: Cherry pick upstream change for failing
      test with newer flask versions.

Thanks for considering the patch.


-- System Information:
Debian Release: buster/sid
  APT prefers cosmic
  APT policy: (500, 'cosmic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-6-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru flask-restful-0.3.6/debian/patches/fix-fr-405.patch 
flask-restful-0.3.6/debian/patches/fix-fr-405.patch
--- flask-restful-0.3.6/debian/patches/fix-fr-405.patch 1970-01-01 
01:00:00.000000000 +0100
+++ flask-restful-0.3.6/debian/patches/fix-fr-405.patch 2018-08-15 
09:19:53.000000000 +0100
@@ -0,0 +1,14 @@
+Description: Fix failing test
+Origin: 
https://github.com/flask-restful/flask-restful/commit/8e89064f0515744f0aa14ccc3852d0b399198773
+
+--- a/tests/test_api.py
++++ b/tests/test_api.py
+@@ -784,7 +784,7 @@ class APITestCase(unittest.TestCase):
+         allow = ', '.join(set(resp.headers.get_all('Allow')))
+         allow = set(method.strip() for method in allow.split(','))
+         self.assertEquals(allow,
+-                          set(['HEAD', 'OPTIONS'] + HelloWorld.methods))
++                          {'HEAD', 'OPTIONS'}.union(HelloWorld.methods))
+ 
+     def test_exception_header_forwarded(self):
+         """Test that HTTPException's headers are extended properly"""
diff -Nru flask-restful-0.3.6/debian/patches/series 
flask-restful-0.3.6/debian/patches/series
--- flask-restful-0.3.6/debian/patches/series   2018-04-09 15:20:01.000000000 
+0100
+++ flask-restful-0.3.6/debian/patches/series   2018-08-15 09:18:56.000000000 
+0100
@@ -3,3 +3,4 @@
 0003-Use-local-copies-of-object.inv-for-building-document.patch
 0004-Use-SOURCE_DATE_EPOCH-for-copyright-year-to-make-bui.patch
 support-aniso8601-3.0
+fix-fr-405.patch
diff -Nru flask-restful-0.3.6/debian/rules flask-restful-0.3.6/debian/rules
--- flask-restful-0.3.6/debian/rules    2018-08-11 10:46:45.000000000 +0100
+++ flask-restful-0.3.6/debian/rules    2018-08-15 09:20:51.000000000 +0100
@@ -12,6 +12,3 @@
 override_dh_auto_build:
        dh_auto_build
        cd docs; PYTHONPATH=.. http_proxy='127.0.0.1:9' make html
-
-#override_dh_auto_test:
-

--- End Message ---
--- Begin Message ---
Source: flask-restful
Source-Version: 0.3.6-7

We believe that the bug you reported is fixed in the latest version of
flask-restful, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Carter <j...@debian.org> (supplier of updated flask-restful package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 26 Sep 2018 09:53:03 +0200
Source: flask-restful
Binary: python-flask-restful python3-flask-restful python-flask-restful-doc
Architecture: source all
Version: 0.3.6-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Jonathan Carter <j...@debian.org>
Description:
 python-flask-restful - REST API framework for Flask applications (Python 
Module)
 python-flask-restful-doc - REST API framework for Flask applications 
(Documentation)
 python3-flask-restful - REST API framework for Flask applications (Python3 
Module)
Closes: 906166
Changes:
 flask-restful (0.3.6-7) unstable; urgency=medium
 .
   * Fix failing tests, thank you James Page for patch
     (Closes: #906166)
   * Update standards version to 4.2.1
Checksums-Sha1:
 25b683395c6ed2cf950e43bf975c3c4a2aeaaf8a 2583 flask-restful_0.3.6-7.dsc
 5990bbb24c4072c034b9fa6574cd3a41bf58a0e0 6004 
flask-restful_0.3.6-7.debian.tar.xz
 8a8108ccc27603b3069d7b83b3d2d7d547a34fd4 8977 
flask-restful_0.3.6-7_amd64.buildinfo
 d768133af19bb185d7105abc9e918574190465a1 100308 
python-flask-restful-doc_0.3.6-7_all.deb
 eecde638e506c22c5138fe07066282801a1321f2 26740 
python-flask-restful_0.3.6-7_all.deb
 0d836c3cc73d2be70db0fa2a2157bc13f4a86481 27084 
python3-flask-restful_0.3.6-7_all.deb
Checksums-Sha256:
 d4da780d2f27c02c5b55a7eb119130f4bf23acd8cb358acad76b90520bb3c84a 2583 
flask-restful_0.3.6-7.dsc
 b4dcee5c6626a39af025fbc6f43ccedf2977cd0e8fd8b8a1a231680af0060c39 6004 
flask-restful_0.3.6-7.debian.tar.xz
 68e29b961a4168c057b5dffb0d8eb8c52a8504a539837b2304ba0d76b6ce84bb 8977 
flask-restful_0.3.6-7_amd64.buildinfo
 083ed4a06d2379b336a99e1165f94ffbd2ac5e3b17e744cea5962c4d78868748 100308 
python-flask-restful-doc_0.3.6-7_all.deb
 be55a0fb15f6b5b12ac6162ee4951396f34ef7ba083701afc4381932d81cfec5 26740 
python-flask-restful_0.3.6-7_all.deb
 fa8bb768e71cbd7b931c9a519ea844e12d7c3dd529884a5b78ea4e8ebc11e493 27084 
python3-flask-restful_0.3.6-7_all.deb
Files:
 573b76c84246861f0706e19b414b249a 2583 python optional flask-restful_0.3.6-7.dsc
 8fb434b129a2fd9196cef4fdbf963f81 6004 python optional 
flask-restful_0.3.6-7.debian.tar.xz
 7d518b48de02b3faba16bb704e9abbe0 8977 python optional 
flask-restful_0.3.6-7_amd64.buildinfo
 0775de7a1b05d5389a99ed73e31c39f8 100308 doc optional 
python-flask-restful-doc_0.3.6-7_all.deb
 709f4f650855f8e3ea9891879fcadf42 26740 python optional 
python-flask-restful_0.3.6-7_all.deb
 2394e075e6fb7d5cc0e7a6dc52165253 27084 python optional 
python3-flask-restful_0.3.6-7_all.deb

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEExyA8CpIGcL+U8AuxsB0acqyNyaEFAlurPsoPHGpjY0BkZWJp
YW4ub3JnAAoJELAdGnKsjcmhkPoP/jysxZsFUCjUMeE884AptBRSZA1FN8Ta5euG
/IcttyWLdTiuExsELJ0/BLooiWXhzagTkBQFPpZjheOcgabVMijDKSQu8LqW2IrU
fMSoeBobMj/+NzjftRiHwBrEZ4UTkh5HE50CTBzX0A/ItBpFfjiR3shhU8sl35ko
BW7NpZ7rQ7dUSn3Jh3WBvfeCOg00tJ0RYuZsYUHVohVwDms05EZkQwyd6S4ITwrq
3k3yUUxyG+53Oph4L1qt3f3uqfFvFtHSAhIByBNe5zeH16eneuKmupaHXpuGNQ9f
uEd4AG235PjvPGj29eDvDJJ3KcWFfB2AaedtTyUsi0Ll118wqELiumfRsBeczrJy
NvJSQOIWyKTznlSubAuKYOnNdmjD25/Y69Gq2fQBqa9YdyBcl9352VZXkg8HQ93o
TkAOXLKcg86VAcBaON3D/pNiw4p8pytD6XnGP1pkHegT+XDB3J/6ne6wL3jqj3au
g4PGJLrsTQc6MjK1azJClAlCIJBIhoyw4pUTfiAHNDbJLPgNKmWl6GL87I8fKLb/
K56fH3JJ0rgE3lva9u8VWi+RqqdBnBi04XIfddbiRhFx3x/VrsDwNnUdTbUp9z7w
/RVb/TvrNGHGPZtnu9mU1SO6LcHGvPJ+v+crkEv0NWYz8I/ltmuubRtuxzYhgCiE
oPNlxfKr
=2W59
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to