Your message dated Sun, 02 Feb 2020 03:37:22 +0000
with message-id <e1iy64y-000ijf...@fasolo.debian.org>
and subject line Bug#948420: fixed in python-future 0.18.2-1
has caused the Debian Bug report #948420,
regarding python-future ftbfs with 3.8
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.)


-- 
948420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-future
Version: 0.16.0-1
Severity: serious
Tags: sid bullseye

python-future ftbfs with 3.8. There's a new upstream, however I didn't check it.

[...]
Traceback:
tests/test_future/test_urllibnet.py:13: in <module>
    import future.moves.urllib.request as urllib_request
future/moves/urllib/request.py:9: in <module>
    from urllib.request import (getproxies,
E   ImportError: cannot import name 'splitattr' from 'urllib.request'
(/usr/lib/python3.8/urllib/request.py)
=============================== warnings summary ===============================
tests/test_future/test_backports.py:13
tests/test_future/test_backports.py:13

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_backports.py:13:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of
from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop
working
    from collections import Mapping, MutableMapping

tests/test_future/test_builtins.py:267

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_builtins.py:267:
DeprecationWarning: invalid escape sequence \u
    (str(b'\u0663\u0661\u0664 ','raw-unicode-escape'), 314),

tests/test_future/test_builtins.py:289

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_builtins.py:289:
DeprecationWarning: invalid escape sequence \u
    (str(b'\u0663\u0661\u0664 ','raw-unicode-escape'), 314),

future/backports/test/support.py:1977

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/test/support.py:1977:
DeprecationWarning: invalid escape sequence \d
    m = re.match("2.6.(\d{1,2})", kernel_version)

tests/test_future/test_htmlparser.py:685

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_htmlparser.py:685:
DeprecationWarning: invalid escape sequence \=
    "<a $><b $=%><c \=/>",

future/backports/html/parser.py:31

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/html/parser.py:31:
DeprecationWarning: invalid escape sequence \s
    tagfind = re.compile('([a-zA-Z][-.a-zA-Z0-9:_]*)(?:\s|/(?!>))*')

future/backports/html/parser.py:79

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/html/parser.py:79:
DeprecationWarning: invalid escape sequence \s
    endtagfind = re.compile('</\s*([a-zA-Z][-.a-zA-Z0-9:_]*)\s*>')

tests/test_future/test_http_cookiejar.py:1034

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_http_cookiejar.py:1034:
DeprecationWarning: invalid escape sequence \$
    self.assertRegex(h, "\$Port([^=]|$)",

tests/test_future/test_http_cookiejar.py:1373

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_http_cookiejar.py:1373:
DeprecationWarning: invalid escape sequence \s
    '\s*\$Path="\/acme"')

tests/test_future/test_http_cookiejar.py:1375

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_http_cookiejar.py:1375:
DeprecationWarning: invalid escape sequence \s
    '\s*\$Path="\/acme"')

future/backports/http/client.py:1

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/http/client.py:1:
DeprecationWarning: invalid escape sequence \_
    """HTTP/1.1 client library

future/backports/email/feedparser.py:37

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/email/feedparser.py:37:
DeprecationWarning: invalid escape sequence \Z
    NLCRE_eol = re.compile('(\r\n|\r|\n)\Z')

future/backports/email/utils.py:68

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/email/utils.py:68:
DeprecationWarning: invalid escape sequence \A
    '([^\ud800-\udbff]|\A)[\udc00-\udfff]([^\udc00-\udfff]|\Z)').search

future/backports/urllib/parse.py:957

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/urllib/parse.py:957:
DeprecationWarning: invalid escape sequence \?
    _queryprog = re.compile('^(.*)\?([^?]*)$')

future/backports/http/cookiejar.py:211

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/http/cookiejar.py:211:
DeprecationWarning: invalid escape sequence \d
    "(\d\d\d\d) (\d\d):(\d\d):(\d\d) GMT$", re.ASCII)

future/backports/http/cookiejar.py:288

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/http/cookiejar.py:288:
DeprecationWarning: invalid escape sequence \d
    """^

future/backports/http/cookiejar.py:422

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/future/backports/http/cookiejar.py:422:
DeprecationWarning: invalid escape sequence \s
    non_junk, nr_junk_chars = re.subn("^[=\s;]*", "", text)

tests/test_future/test_range.py:9
tests/test_future/test_range.py:9

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_range.py:9:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of
from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop
working
    from collections import Iterator, Sequence

tests/test_future/test_urllib.py:536

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_urllib.py:536:
DeprecationWarning: invalid escape sequence \^
    """Tests for urllib.quote() and urllib.quote_plus()

tests/test_future/test_urllib.py:611

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_urllib.py:611:
DeprecationWarning: invalid escape sequence \^
    should_quote.append('<>#%"{}|\^[]`')

tests/test_future/test_urllib_response.py:11

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_urllib_response.py:11:
PytestCollectionWarning: cannot collect test class 'TestFile' because it has a
__init__ constructor (from:
.pybuild/cpython3_3.8_future/build/tests/test_future/test_urllib_response.py)
    class TestFile(object):

tests/test_future/test_urllib_toplevel.py:551

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_urllib_toplevel.py:551:
DeprecationWarning: invalid escape sequence \^
    """Tests for urllib.quote() and urllib.quote_plus()

tests/test_future/test_urllib_toplevel.py:626

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/tests/test_future/test_urllib_toplevel.py:626:
DeprecationWarning: invalid escape sequence \^
    should_quote.append('<>#%"{}|\^[]`')

past/types/oldstr.py:20
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/past/types/oldstr.py:20:
DeprecationWarning: invalid escape sequence \d
    """

past/types/oldstr.py:5
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/past/types/oldstr.py:5:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of
from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop
working
    from collections import Iterable

past/builtins/misc.py:79
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build/past/builtins/misc.py:79:
DeprecationWarning: 'U' mode is deprecated
    with open(filename, "rbU") as fin:

-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
============= 232 deselected, 28 warnings, 1 error in 2.63 seconds =============
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_future/build; python3.8 -m pytest -k 'not
urllib and not test_remove_hooks_then_requests and not test_requests_cm'
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.8 3.7"
returned exit code 13

--- End Message ---
--- Begin Message ---
Source: python-future
Source-Version: 0.18.2-1

We believe that the bug you reported is fixed in the latest version of
python-future, 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 948...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated python-future 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: SHA256

Format: 1.8
Date: Sat, 01 Feb 2020 22:10:56 -0500
Source: python-future
Architecture: source
Version: 0.18.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 948420
Changes:
 python-future (0.18.2-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
   * Bump Standards-Version to 4.4.1.
 .
   [ Sandro Tosi ]
   * New upstream release
     - compatible with python 3.8; Closes: #948420
   * debian/copyright
     - update upstream copyright notice
   * debian/patches
     - refresh patches, drop Python3.7-support.patch (addressed upstream)
   * debian/rules
     - exclude test_pow test, currently failing; reported upstream at
       https://github.com/PythonCharmers/python-future/issues/474
   * Use python3 sphinx to build the documentation, and as a
     PYBUILD_AFTER_BUILD_python3 target instead of overriding dh_sphinxdoc
Checksums-Sha1:
 fd521a24da93a22090fb454138ba7411672c4475 2398 python-future_0.18.2-1.dsc
 4582bfbbfffda70aecef917472ed674ffcd1e481 653680 
python-future_0.18.2.orig.tar.xz
 162ee9933c83ae8ac0ebba20bc49a765453b08a8 9280 
python-future_0.18.2-1.debian.tar.xz
 b889d4be71b1a365ff02d173422a2ae394d021b5 7674 
python-future_0.18.2-1_source.buildinfo
Checksums-Sha256:
 4cbe2788cedbd0ffe9844f9c38e087704b7cb94b43bd8f26e81dc24d9bd6a70c 2398 
python-future_0.18.2-1.dsc
 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128 653680 
python-future_0.18.2.orig.tar.xz
 0cc54af11cf8a91dc6e511b0d7db74c089890adfe3499eade3e6b8c9e5afe786 9280 
python-future_0.18.2-1.debian.tar.xz
 e29e9465532bc835722af2ce04a57f98af53f0a10da41c639178d4ef3c25d104 7674 
python-future_0.18.2-1_source.buildinfo
Files:
 db3308550c57c7acc7673889c610a076 2398 python optional 
python-future_0.18.2-1.dsc
 65953ab216961edd089d70dc4af44f21 653680 python optional 
python-future_0.18.2.orig.tar.xz
 e3d2e713a60485c0dd69bc02c37427d4 9280 python optional 
python-future_0.18.2-1.debian.tar.xz
 169ca56fcd048ef516fd4e272383694a 7674 python optional 
python-future_0.18.2-1_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAl42PlIACgkQh588mTgB
qU+gVA//RoFffZkXIiYabdAsUA3IFRveKGHlbuq7JSryMkXMloRPX9XtHlSZQNed
SB/iv2x5eAZNSm1M+nnqcM1eeLVGCt9K24gHu3qIMpRUCsS/fpIMW5GnttZSHrjP
hN80O4pJknCk7oL0XicoNtPUiRoR+SbDuI/yAoqvIxCrxbI+Y6sQWWBWhFKa2Jo/
Bd+QTqHEBo9aDVeKT4TozZHBPQmZMJ6un/v5PaOjkmpOGa0Sp0xdcDrJp+6aLgFe
0N90Y/z61VbcQN2WXgpM8dvZtiMhRYprAnktF+WfzXC2N8q9U4jenyyeZdUqdvvh
CDDUmIZ6XmV3SUqfx5t1t9zU0Txvb+JRTgyAGkEQDTMj1wd+LZs7dSpmTw/6tXtI
kk8vYQuNmif41d4sAbpR9iokJz7OSm/q1rjuHHNHCqld44OopqJYzV4V9CFBMiuS
pxbA6i+xCScGR2bv8ScHPBKf7iDRiUTM1jtiUhg1yZxLVot73JhhIMr4UFH3PjFx
nzzu+6+irFfrFRat8FJL8jAnyQnZzF12p3e3rCNWP5HJpAiNAv8sfecBmwZjYnJd
qpjSbHw7pngR2F3zAJT5gwC4MkQT7/PJrXsI9448TuGo1/nBOHWi1bOxDSGmMMpA
v2DbgWS4sOqKHT8Cyj1kd65dPo8HSIflgelAlLdZprK4w6rX8k8=
=A5Ds
-----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