Your message dated Sun, 28 Oct 2018 05:55:30 +0000
with message-id <e1gge2s-000hkb...@fasolo.debian.org>
and subject line Bug#907335: fixed in patsy 0.5.0+git13-g54dcf7b-1
has caused the Debian Bug report #907335,
regarding patsy FTBFS with Python 3.7 as supported version
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.)


-- 
907335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907335
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: patsy
Version: 0.4.1+git34-ga5b54c2-1
Severity: serious
Tags: buster sid ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/patsy.html

...
======================================================================
FAIL: patsy.test_build.test_DesignInfo_subset
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/test_build.py",
 line 700, in test_DesignInfo_subset
    t("~ 0 + x + y + z", ["x", "y", "z"], slice(None))
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/test_build.py",
 line 690, in t
    sub_design_info = all_builder.subset(which_terms)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/design_info.py",
 line 630, in subset
    desc = ModelDesc.from_formula(which_terms)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/desc.py",
 line 164, in from_formula
    tree = parse_formula(tree_or_string)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 148, in parse_formula
    _atomic_token_types)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/infix_parser.py",
 line 210, in infix_parse
    for token in token_source:
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 94, in _tokenize_formula
    yield _read_python_expr(it, end_tokens)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 44, in _read_python_expr
    for pytype, token_string, origin in it:
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/util.py",
 line 332, in next
    return six.advance_iterator(self._it)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/tokens.py",
 line 35, in python_tokenize
    assert pytype not in (tokenize.NL, tokenize.NEWLINE)
AssertionError

======================================================================
FAIL: patsy.test_highlevel.test_formula_likes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/test_highlevel.py",
 line 255, in test_formula_likes
    [[1], [2]], ["y"])
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/test_highlevel.py",
 line 87, in t
    builders = incr_dbuilders(formula_like, data_iter_maker, depth)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/highlevel.py",
 line 130, in incr_dbuilders
    NA_action)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/highlevel.py",
 line 62, in _try_incr_builders
    formula_like = ModelDesc.from_formula(formula_like)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/desc.py",
 line 164, in from_formula
    tree = parse_formula(tree_or_string)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 148, in parse_formula
    _atomic_token_types)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/infix_parser.py",
 line 210, in infix_parse
    for token in token_source:
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 94, in _tokenize_formula
    yield _read_python_expr(it, end_tokens)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 44, in _read_python_expr
    for pytype, token_string, origin in it:
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/util.py",
 line 332, in next
    return six.advance_iterator(self._it)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/tokens.py",
 line 35, in python_tokenize
    assert pytype not in (tokenize.NL, tokenize.NEWLINE)
AssertionError

======================================================================
FAIL: patsy.test_highlevel.test_return_pandas
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/test_highlevel.py",
 line 349, in test_return_pandas
    df1 = dmatrix("s1", return_type="dataframe")
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/highlevel.py",
 line 291, in dmatrix
    NA_action, return_type)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/highlevel.py",
 line 165, in _do_highlevel_design
    NA_action)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/highlevel.py",
 line 62, in _try_incr_builders
    formula_like = ModelDesc.from_formula(formula_like)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/desc.py",
 line 164, in from_formula
    tree = parse_formula(tree_or_string)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 148, in parse_formula
    _atomic_token_types)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/infix_parser.py",
 line 210, in infix_parse
    for token in token_source:
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 94, in _tokenize_formula
    yield _read_python_expr(it, end_tokens)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/parse_formula.py",
 line 44, in _read_python_expr
    for pytype, token_string, origin in it:
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/util.py",
 line 332, in next
    return six.advance_iterator(self._it)
  File 
"/build/1st/patsy-0.4.1+git34-ga5b54c2/debian/tmp/usr/lib/python3/dist-packages/patsy/tokens.py",
 line 35, in python_tokenize
    assert pytype not in (tokenize.NL, tokenize.NEWLINE)
AssertionError
...
1.0  19  0]
make[1]: *** [debian/rules:58: python-test3.7] Error 1
make[1]: Leaving directory '/build/1st/patsy-0.4.1+git34-ga5b54c2'
make: *** [debian/rules:34: binary] Error 2

--- End Message ---
--- Begin Message ---
Source: patsy
Source-Version: 0.5.0+git13-g54dcf7b-1

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

Debian distribution maintenance software
pp.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated patsy 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, 27 Oct 2018 23:16:29 -0400
Source: patsy
Binary: python-patsy python3-patsy python-patsy-doc
Architecture: source all
Version: 0.5.0+git13-g54dcf7b-1
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description:
 python-patsy - statistical models in Python using symbolic formulas
 python-patsy-doc - documentation and examples for patsy
 python3-patsy - statistical models in Python using symbolic formulas
Closes: 907335
Changes:
 patsy (0.5.0+git13-g54dcf7b-1) unstable; urgency=medium
 .
   * New upstream snapshot from v0.5.0-13-g54dcf7b
     - addresses python 3.7 incompatibility (Closes: #907335)
Checksums-Sha1:
 2f0048898492d7130ece456446716203b87c2cd6 2561 patsy_0.5.0+git13-g54dcf7b-1.dsc
 201362c4a2e09d506e52b7eac70a4d9ffb724a88 399466 
patsy_0.5.0+git13-g54dcf7b.orig.tar.gz
 78d8958da53f1f312d72ebb32eaad989275de347 7384 
patsy_0.5.0+git13-g54dcf7b-1.debian.tar.xz
 84d0d3fd178424329dbbfc5d7a8b6c00f04cd6f5 9893 
patsy_0.5.0+git13-g54dcf7b-1_amd64.buildinfo
 db0206dd9b6b2d909c52e21768dd41a2ff8fb9ed 347512 
python-patsy-doc_0.5.0+git13-g54dcf7b-1_all.deb
 15ccaa76c29203451836d4388712f13813b4e376 171584 
python-patsy_0.5.0+git13-g54dcf7b-1_all.deb
 11d4a7f612e86985a49cfa55af6bd0c3a4ceb8dc 171684 
python3-patsy_0.5.0+git13-g54dcf7b-1_all.deb
Checksums-Sha256:
 47b6cb9996a3d63566e7e04ecf79eb40c54be3076e5de27a3631cbbff1a08435 2561 
patsy_0.5.0+git13-g54dcf7b-1.dsc
 9ebe930bf3e733100fc9e33e13ad1e0fb4ac78da7558544f37fb7f1627dc8d64 399466 
patsy_0.5.0+git13-g54dcf7b.orig.tar.gz
 be59335d321510c44500aee301d3dc08a7f731cff604b1cfe8e339fbf3250a0d 7384 
patsy_0.5.0+git13-g54dcf7b-1.debian.tar.xz
 a4687c91f90eb4073b4ff5fb1a379c0b89504102bb2591df5a21ec059e944751 9893 
patsy_0.5.0+git13-g54dcf7b-1_amd64.buildinfo
 bf616207c06e4fef7a69ca18085bb50df607f4caa8c92060177c02689d4071ff 347512 
python-patsy-doc_0.5.0+git13-g54dcf7b-1_all.deb
 3344d78662d3b16ae10196178d05cea1cc874abaee53055dc5a3da93bbafc47e 171584 
python-patsy_0.5.0+git13-g54dcf7b-1_all.deb
 6036f15468a4b940307979844a1081aeb9e250b4ae0ecf4eab2f37fc969e24bf 171684 
python3-patsy_0.5.0+git13-g54dcf7b-1_all.deb
Files:
 54e3c8c58d787f773586d83fe6127cf7 2561 python optional 
patsy_0.5.0+git13-g54dcf7b-1.dsc
 517936ec2aa6c8571a9ff90c160452e8 399466 python optional 
patsy_0.5.0+git13-g54dcf7b.orig.tar.gz
 c34603bae546b914617b0ad133fd3991 7384 python optional 
patsy_0.5.0+git13-g54dcf7b-1.debian.tar.xz
 d5d1505f2825ec4d6f54c416e0170b11 9893 python optional 
patsy_0.5.0+git13-g54dcf7b-1_amd64.buildinfo
 cf0eabc17de468b77a9bf31360d1ade9 347512 doc optional 
python-patsy-doc_0.5.0+git13-g54dcf7b-1_all.deb
 a41d259822df83d5e4c8b84bdde6e91a 171584 python optional 
python-patsy_0.5.0+git13-g54dcf7b-1_all.deb
 3781cde01a8c8db9e8522a640f322d38 171684 python optional 
python3-patsy_0.5.0+git13-g54dcf7b-1_all.deb

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

iQIzBAEBCAAdFiEExbkF8OjZ/ZZo/zZvot4jUGLaM/oFAlvVOR0ACgkQot4jUGLa
M/ptbg/9GaNk8fCNe08zH1K1TtjSbiX3LBsul6ga4E+hIrEWUvNvUJp9T8iO6IWQ
QR+mQZuGxvf5BXuoWiDh/BOlubF6NbdUTvcJkJR0qJ7uEbUvWV2NDB6ajVSV8WxP
1ssitFgucWu1oIJ9qBgoaomU/8YRTP6Hw9rX4LkGLB8P6dbWmQbQJqKCcfGXZrbi
JPnGHt8dyMQvzFSNcnUHKSIZfS+ubESon1dModG+xSsxyMF+s0rc2T7bgeGxv1W2
SBSTq+b5gkHY3O4p1QyoZbM19llgbftvqBFDUH2lSZ7Cl/xnEFOY4hB9hgrHkEYd
PNbjGUewieS9+/OFDjtEBE1I8x8237PQLmVmnqsMiYFjjWR1aynLJlhkwJa1Yc1m
XeV/t9Qdx2yKu20+QcuWoyxQ6h4L+Zyc4itxFaHrHvrecKIjrNffyZ9V/ZcAepIj
gEYktX9ElJ/GffZA3voQQmENKAOQ7BTXRWDzN2u9vro43b1M/vKz1WQwinjc4Apc
PpiN7J7PiZw4PEIcERZgjOX5uUdTpPhT6wkx4VlR7llENlcGzUUJgMmviogZ6r91
aMCW+Zh+BxzgeniJ5E5COUp3U632/NMkF3QXfTJPTdpYzN5e1chR+dHYuK0mPxtw
zfCjcL7x8h5AWyO6uzZtJla0ixcPGl0B0YifS32nX68IFB+Hyso=
=9h2M
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to