Your message dated Sun, 06 Aug 2017 17:05:13 +0000
with message-id <e1deozj-000foi...@fasolo.debian.org>
and subject line Bug#867899: fixed in sqlobject 3.4.0+dfsg-1
has caused the Debian Bug report #867899,
regarding sqlobject FTBFS with python 3.6 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.)


-- 
867899: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sqlobject
Version: 3.1.0+dfsg-2
Severity: serious
Tags: buster sid

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

...
I: pybuild base:184: cd 
/build/1st/sqlobject-3.1.0+dfsg/.pybuild/pythonX.Y_3.6/build; python3.6 -m 
pytest "/build/1st/sqlobject-3.1.0+dfsg"
============================= test session starts ==============================
platform linux -- Python 3.6.2rc2, pytest-3.0.6, py-1.4.34, pluggy-0.4.0
rootdir: /build/1st/sqlobject-3.1.0+dfsg, inifile: 
collected 295 items

../../../sqlobject/include/tests/test_hashcol.py ..
../../../sqlobject/inheritance/tests/test_aggregates.py .
../../../sqlobject/inheritance/tests/test_asdict.py ..
../../../sqlobject/inheritance/tests/test_deep_inheritance.py ...
../../../sqlobject/inheritance/tests/test_foreignKey.py ..
../../../sqlobject/inheritance/tests/test_indexes.py .
../../../sqlobject/inheritance/tests/test_inheritance.py ....
../../../sqlobject/inheritance/tests/test_inheritance_tree.py .
../../../sqlobject/tests/test_ForeignKey.py ....
../../../sqlobject/tests/test_NoneValuedResultItem.py .
../../../sqlobject/tests/test_SQLMultipleJoin.py ..
../../../sqlobject/tests/test_SQLRelatedJoin.py ..
../../../sqlobject/tests/test_SingleJoin.py .
../../../sqlobject/tests/test_aggregates.py ...
../../../sqlobject/tests/test_aliases.py ...
../../../sqlobject/tests/test_asdict.py .
../../../sqlobject/tests/test_auto.py .....
../../../sqlobject/tests/test_basic.py .................
../../../sqlobject/tests/test_blob.py .
../../../sqlobject/tests/test_boundattributes.py s
../../../sqlobject/tests/test_cache.py ...
../../../sqlobject/tests/test_class_hash.py .
../../../sqlobject/tests/test_columns_order.py .
../../../sqlobject/tests/test_combining_joins.py .
../../../sqlobject/tests/test_comparison.py .
../../../sqlobject/tests/test_complex_sorting.py ..
../../../sqlobject/tests/test_constraints.py .
../../../sqlobject/tests/test_converters.py ..................................
../../../sqlobject/tests/test_create_drop.py .
../../../sqlobject/tests/test_csvexport.py ...
../../../sqlobject/tests/test_cyclic_reference.py .
../../../sqlobject/tests/test_datetime.py ..
../../../sqlobject/tests/test_decimal.py ..
../../../sqlobject/tests/test_declarative.py ..
../../../sqlobject/tests/test_default_style.py ......
../../../sqlobject/tests/test_delete.py .....
../../../sqlobject/tests/test_distinct.py .
../../../sqlobject/tests/test_empty.py .
../../../sqlobject/tests/test_enum.py .....
../../../sqlobject/tests/test_events.py ........
../../../sqlobject/tests/test_exceptions.py .
../../../sqlobject/tests/test_expire.py .
../../../sqlobject/tests/test_groupBy.py ..
../../../sqlobject/tests/test_identity.py .
../../../sqlobject/tests/test_indexes.py .s..
../../../sqlobject/tests/test_inheritance.py ..
../../../sqlobject/tests/test_joins.py .....
../../../sqlobject/tests/test_joins_conditional.py .......
../../../sqlobject/tests/test_jsonbcol.py s
../../../sqlobject/tests/test_jsoncol.py .
../../../sqlobject/tests/test_lazy.py .
../../../sqlobject/tests/test_md5.py .
../../../sqlobject/tests/test_mysql.py ss
../../../sqlobject/tests/test_new_joins.py .....
../../../sqlobject/tests/test_parse_uri.py ..
../../../sqlobject/tests/test_paste.py ss
../../../sqlobject/tests/test_perConnection.py .
../../../sqlobject/tests/test_pickle.py s
../../../sqlobject/tests/test_picklecol.py .
../../../sqlobject/tests/test_postgres.py sss
../../../sqlobject/tests/test_reparent_sqlmeta.py .
../../../sqlobject/tests/test_schema.py s
../../../sqlobject/tests/test_select.py ...................
../../../sqlobject/tests/test_select_through.py .....
../../../sqlobject/tests/test_setters.py .
../../../sqlobject/tests/test_slice.py .
../../../sqlobject/tests/test_sorting.py ....
../../../sqlobject/tests/test_sqlbuilder.py .....
../../../sqlobject/tests/test_sqlbuilder_dbspecific.py .............
../../../sqlobject/tests/test_sqlbuilder_importproxy.py ....
../../../sqlobject/tests/test_sqlbuilder_joins_instances.py .......
../../../sqlobject/tests/test_sqlite.py ........
../../../sqlobject/tests/test_sqlmeta_idName.py .
../../../sqlobject/tests/test_string_id.py .
../../../sqlobject/tests/test_style.py .
../../../sqlobject/tests/test_subqueries.py .........
../../../sqlobject/tests/test_transactions.py ..sF
../../../sqlobject/tests/test_unicode.py ..s
../../../sqlobject/tests/test_uuidcol.py .
../../../sqlobject/tests/test_validation.py .....
../../../sqlobject/tests/test_views.py ...........
../../../sqlobject/versioning/test/test_version.py ........

=================================== FAILURES ===================================
______________________ test_transaction_delete_with_close ______________________

self = <sqlobject.sqlite.sqliteconnection.SQLiteConnection object at 
0x7fd1bfca7a58>
conn = <sqlite3.Connection object at 0x7fd1bf224ab0>
cursor = <sqlite3.Cursor object at 0x7fd1be7596c0>
query = 'PRAGMA synchronous=OFF'

    def _executeRetry(self, conn, cursor, query):
        if self.debug:
            self.printDebug(conn, query, 'QueryR')
        try:
>           return cursor.execute(query)
E           sqlite3.OperationalError: Safety level may not be changed inside a 
transaction

../../../sqlobject/sqlite/sqliteconnection.py:220: OperationalError

During handling of the above exception, another exception occurred:

    def test_transaction_delete_with_close():
>       test_transaction_delete(close=True)

../../../sqlobject/tests/test_transactions.py:87: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../sqlobject/tests/test_transactions.py:63: in test_transaction_delete
    setupClass(TestSOTrans)
../../../sqlobject/tests/dbtest.py:67: in setupClass
    connection = getConnection()
../../../sqlobject/tests/dbtest.py:103: in getConnection
    speedupSQLiteConnection(conn)
../../../sqlobject/tests/dbtest.py:83: in speedupSQLiteConnection
    connection.query("PRAGMA synchronous=OFF")
../../../sqlobject/dbconnection.py:439: in query
    return self._runWithConnection(self._query, s)
../../../sqlobject/dbconnection.py:348: in _runWithConnection
    val = meth(conn, *args)
../../../sqlobject/dbconnection.py:436: in _query
    self._executeRetry(conn, conn.cursor(), s)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <sqlobject.sqlite.sqliteconnection.SQLiteConnection object at 
0x7fd1bfca7a58>
conn = <sqlite3.Connection object at 0x7fd1bf224ab0>
cursor = <sqlite3.Cursor object at 0x7fd1be7596c0>
query = 'PRAGMA synchronous=OFF'

    def _executeRetry(self, conn, cursor, query):
        if self.debug:
            self.printDebug(conn, query, 'QueryR')
        try:
            return cursor.execute(query)
        except self.module.OperationalError as e:
>           raise dberrors.OperationalError(ErrorMessage(e))
E           sqlobject.dberrors.OperationalError: Safety level may not be 
changed inside a transaction

../../../sqlobject/sqlite/sqliteconnection.py:222: OperationalError
============================ pytest-warning summary ============================
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/inheritance/tests/test_aggregates.py 
cannot collect test class 'TestAggregate1' because it has a __init__ constructor
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/inheritance/tests/test_aggregates.py 
cannot collect test class 'TestAggregate2' because it has a __init__ constructor
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/inheritance/tests/test_foreignKey.py 
cannot collect test class 'TestInheritableBase' because it has a __init__ 
constructor
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/inheritance/tests/test_foreignKey.py 
cannot collect test class 'TestInheritableForeignKey' because it has a __init__ 
constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_ForeignKey.py cannot 
collect test class 'TestComposerKey' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_ForeignKey.py cannot 
collect test class 'TestWorkKey' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_ForeignKey.py cannot 
collect test class 'TestWorkKey2' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_ForeignKey.py cannot 
collect test class 'TestOtherColumn' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_ForeignKey.py cannot 
collect test class 'TestFKValidationA' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_ForeignKey.py cannot 
collect test class 'TestFKValidationB' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_ForeignKey.py cannot 
collect test class 'TestFKValidationC' because it has a __init__ constructor
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_NoneValuedResultItem.py 
cannot collect test class 'TestComposer' because it has a __init__ constructor
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_NoneValuedResultItem.py 
cannot collect test class 'TestWork' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_asdict.py cannot 
collect test class 'TestAsDict' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO1' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO2' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO3' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO4' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO5' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO6' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO7' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO8' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO9' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO10' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO11' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_basic.py cannot 
collect test class 'TestSO12' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_comparison.py cannot 
collect test class 'TestComparison' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_create_drop.py cannot 
collect test class 'TestCreateDrop' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_cyclic_reference.py 
cannot collect test class 'TestCyclicReferenceA' because it has a __init__ 
constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_cyclic_reference.py 
cannot collect test class 'TestCyclicReferenceB' because it has a __init__ 
constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_default_style.py yield 
tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_default_style.py yield 
tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_default_style.py yield 
tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_default_style.py yield 
tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_default_style.py yield 
tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_default_style.py yield 
tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_delete.py cannot 
collect test class 'TestSO1' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_exceptions.py cannot 
collect test class 'TestException' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_exceptions.py cannot 
collect test class 'TestExceptionWithNonexistingTable' because it has a 
__init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_identity.py cannot 
collect test class 'TestIdentity' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_joins_conditional.py 
cannot collect test class 'TestJoin1' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_joins_conditional.py 
cannot collect test class 'TestJoin2' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_joins_conditional.py 
cannot collect test class 'TestJoin3' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_joins_conditional.py 
cannot collect test class 'TestJoin4' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_joins_conditional.py 
cannot collect test class 'TestJoin5' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_mysql.py cannot 
collect test class 'TestSOListMySQL' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_perConnection.py 
cannot collect test class 'TestPerConnection' because it has a __init__ 
constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_pickle.py cannot 
collect test class 'TestPickle' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_postgres.py cannot 
collect test class 'TestSSLMode' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_postgres.py cannot 
collect test class 'TestSOList' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_schema.py cannot 
collect test class 'TestSchema' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_setters.py cannot 
collect test class 'TestPlainAndNonPlainSetter' because it has a __init__ 
constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder.py cannot 
collect test class 'TestSQLBuilder' because it has a __init__ constructor
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 
/build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlbuilder_dbspecific.py 
yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlite.py cannot 
collect test class 'TestSO1' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlmeta_idName.py 
cannot collect test class 'TestSqlmeta1' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlmeta_idName.py 
cannot collect test class 'TestSqlmeta2' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlmeta_idName.py 
cannot collect test class 'TestSqlmeta3' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlmeta_idName.py 
cannot collect test class 'TestSqlmeta4' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlmeta_idName.py 
cannot collect test class 'TestSqlmeta5' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlmeta_idName.py 
cannot collect test class 'TestSqlmeta6' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlobject_admin.py 
cannot collect test class 'Test1' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlobject_admin.py 
cannot collect test class 'Test2' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlobject_admin.py 
cannot collect test class 'Test3' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlobject_admin.py 
cannot collect test class 'Test4' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_sqlobject_admin.py 
cannot collect test class 'Test5' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_subqueries.py cannot 
collect test class 'TestIn1' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_subqueries.py cannot 
collect test class 'TestIn2' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_subqueries.py cannot 
collect test class 'TestOuter' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_transactions.py cannot 
collect test class 'TestSOTrans' because it has a __init__ constructor
WC1 /build/1st/sqlobject-3.1.0+dfsg/sqlobject/tests/test_unicode.py cannot 
collect test class 'TestUnicode' because it has a __init__ constructor
==== 1 failed, 280 passed, 14 skipped, 83 pytest-warnings in 10.70 seconds =====
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/build/1st/sqlobject-3.1.0+dfsg/.pybuild/pythonX.Y_3.6/build; python3.6 -m 
pytest "{dir}"
dh_auto_test: pybuild --test -i python{version} -p 3.6 3.5 returned exit code 13
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 25

--- End Message ---
--- Begin Message ---
Source: sqlobject
Source-Version: 3.4.0+dfsg-1

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

Debian distribution maintenance software
pp.
Neil Muller <drnlmuller+deb...@gmail.com> (supplier of updated sqlobject 
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: Sun, 06 Aug 2017 18:31:32 +0200
Source: sqlobject
Binary: python-sqlobject python3-sqlobject python-sqlobject-doc sqlobject-admin
Architecture: source
Version: 3.4.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Neil Muller <drnlmuller+deb...@gmail.com>
Description:
 python-sqlobject - Python 2 object relational manager providing an object 
interface
 python-sqlobject-doc - Documentation for SQLObject, a Python object relational 
manager f
 python3-sqlobject - Python 3 object relational manager providing an object 
interface
 sqlobject-admin - Helper applications for SQLObject, a Python ORM for databases
Closes: 867899
Changes:
 sqlobject (3.4.0+dfsg-1) unstable; urgency=low
 .
   * Update to the latest upstream release.
      - Adds support for python 3.6 (Closes: #867899)
      - Documentation is now built using sphinx.
      - Fix pytest warnings by renaming the helper classes.
   * Drop obsolete fix_sqlite_vacuum_cmd patch.
   * Update package to use sphinx to build the html documentation.
   * Drop obsolete change_doc_build_script patch.
   * Remove the dh_clean override from debian/rules, since it's no longer
     needed with the new documentation build system.
   * Drop debian/clean for the same reason.
   * Standards-Version: 4.0.0 (no changes needed).
Checksums-Sha1:
 931ef247452b4bc7a7928cc0d479c1b01612025a 2090 sqlobject_3.4.0+dfsg-1.dsc
 aeaf76507f6c28f136f005cf62da9c6a6b49b61f 306364 
sqlobject_3.4.0+dfsg.orig.tar.gz
 8d347974145c26a7fdfdeecbaca6dd00eb501301 50152 
sqlobject_3.4.0+dfsg-1.debian.tar.xz
 f64f278ce2a67eebf731b140ae79983d071d1686 7472 
sqlobject_3.4.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 bcc6b7a716c2a244c68ae240700c0b648fee2b15b5b0abb3d58d6db2f6bb8205 2090 
sqlobject_3.4.0+dfsg-1.dsc
 efab5c4e1ac8a10a7ff3934084712fec6a145dbf53c2330687522c9605f1d328 306364 
sqlobject_3.4.0+dfsg.orig.tar.gz
 1da0db7eb47d5b9346517a1c75109d81cc82a3ea41222e6c1a4289112f198eae 50152 
sqlobject_3.4.0+dfsg-1.debian.tar.xz
 02f9ca31374813d6a695460e08a456ef98675762cf1e9cf8e6eb2be4b4d188a5 7472 
sqlobject_3.4.0+dfsg-1_source.buildinfo
Files:
 bbbd96784c6509eca8e40c16340b0b73 2090 python optional 
sqlobject_3.4.0+dfsg-1.dsc
 2d1c3ee36f01a9c25a5a54cf418f3c39 306364 python optional 
sqlobject_3.4.0+dfsg.orig.tar.gz
 10ec7da5d1b043f33544e7fcd45d4ca2 50152 python optional 
sqlobject_3.4.0+dfsg-1.debian.tar.xz
 ee634980868561eb703b9af64040a5fe 7472 python optional 
sqlobject_3.4.0+dfsg-1_source.buildinfo

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

iQFIBAEBCgAyFiEE/zEtpbjiRmXHk+j/6vGSvKo/D1EFAlmHRtYUHHN0ZWZhbm9y
QGRlYmlhbi5vcmcACgkQ6vGSvKo/D1G2Vgf9HKKFg0aRwknWEH/utYyBJ/82WOE+
+Tgad2+jMzfCCc3o3SuQZWm6zCDPI17m4auMdwzuxU1FmueT/XlupPnyfiziJXpZ
EJ/FCuW5S1yhgv7dwDLVq/G+aB9mtvXoZ1zqKEVby6+XrQie2vF9QQB3RAscOCA1
/bIZucngxU1fOn+n3rNayQBsgXw8VU0lIFVLbV34jrnfG0oxlbJTgpo3Z7/F6r1r
Ypyl6sCau/Jh1zIbwlwWwCXOi8fi6MzwUCSyykesaOgmp+LkBnut5TMuqWt7fxwp
YBUeUC90sxrJ+2Fbky3rpwRxXmIww1Zt6xviGPcGAwAECC7VP93TsV1LiA==
=bq3/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to