Hello community, here is the log from the commit of package python-bsddb3 for openSUSE:Factory checked in at 2018-07-23 18:02:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bsddb3 (Old) and /work/SRC/openSUSE:Factory/.python-bsddb3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bsddb3" Mon Jul 23 18:02:44 2018 rev:25 rq:624707 version:6.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bsddb3/python-bsddb3.changes 2018-05-13 16:06:29.319215768 +0200 +++ /work/SRC/openSUSE:Factory/.python-bsddb3.new/python-bsddb3.changes 2018-07-23 18:03:47.612723644 +0200 @@ -1,0 +2,7 @@ +Mon Jul 23 09:27:27 UTC 2018 - [email protected] + +- Version Update to 6.2.6: + * Correctly detect berkley db + * Python 3.7 tested and explicitly supported + +------------------------------------------------------------------- Old: ---- bsddb3-6.2.5.tar.gz New: ---- bsddb3-6.2.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bsddb3.spec ++++++ --- /var/tmp/diff_new_pack.oczS0v/_old 2018-07-23 18:03:48.072723076 +0200 +++ /var/tmp/diff_new_pack.oczS0v/_new 2018-07-23 18:03:48.076723072 +0200 @@ -18,19 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bsddb3 -Version: 6.2.5 +Version: 6.2.6 Release: 0 Summary: Python interface for Berkeley DB License: BSD-3-Clause Group: Development/Libraries/Python -Url: http://pypi.python.org/pypi/bsddb3 +URL: http://pypi.python.org/pypi/bsddb3 #Freecode-URL: https://www.jcea.es/programacion/pybsddb.htm Source: https://files.pythonhosted.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: python3-testsuite BuildRequires: db-devel BuildRequires: python-rpm-macros - +BuildRequires: python3-testsuite %python_subpackages %description @@ -62,19 +61,17 @@ %install %python_install -rm -rf %{buildroot}%{python_sitearch}/bsddb3/tests # Remove wrongly packaged tests +%python_expand rm -rf %{buildroot}%{$python_sitearch}/bsddb3/tests %check %python_exec test.py %files %{python_files} -%defattr(-,root,root,-) %doc ChangeLog README.txt TODO.txt docs/* %license licenses.txt LICENSE.txt %{python_sitearch}/* %files %{python_files devel} -%defattr(-,root,root,-) %license licenses.txt LICENSE.txt %{_includedir}/python%{python_version}*/bsddb3 ++++++ bsddb3-6.2.5.tar.gz -> bsddb3-6.2.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/ChangeLog new/bsddb3-6.2.6/ChangeLog --- old/bsddb3-6.2.5/ChangeLog 2017-09-08 18:36:55.000000000 +0200 +++ new/bsddb3-6.2.6/ChangeLog 2018-07-01 21:37:16.000000000 +0200 @@ -3,6 +3,11 @@ RHEL7 has Python 2.7 and BDB 5.3. Includes legacy BDB 4.7 for compatibility, not used by the system. Ubuntu 12.04: Python 2.7, BDB 4.8 (legacy), BDB 5.1 used by the system. Supported until 2017. +6.2.6: + * Correctly detect Berkeley DB when installed via Homebrew on Mac OS X. + Patch by Matthew Peveler. + * Python 3.6 and 3.7 are explicitly supported. + 6.2.5: * We should be able to install inside a PYPY virtualenv. Reported by Zhihao Yuan. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/LICENSE.txt new/bsddb3-6.2.6/LICENSE.txt --- old/bsddb3-6.2.5/LICENSE.txt 2017-01-25 14:20:07.000000000 +0100 +++ new/bsddb3-6.2.6/LICENSE.txt 2018-07-01 21:33:24.000000000 +0200 @@ -5,7 +5,7 @@ License Text: """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_all.py new/bsddb3-6.2.6/Lib/bsddb/test/test_all.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_all.py 2017-01-25 14:21:15.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_all.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_associate.py new/bsddb3-6.2.6/Lib/bsddb/test/test_associate.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_associate.py 2017-01-25 14:21:21.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_associate.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_basics.py new/bsddb3-6.2.6/Lib/bsddb/test/test_basics.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_basics.py 2017-01-25 14:21:24.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_basics.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_compare.py new/bsddb3-6.2.6/Lib/bsddb/test/test_compare.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_compare.py 2017-01-25 14:21:28.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_compare.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_compat.py new/bsddb3-6.2.6/Lib/bsddb/test/test_compat.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_compat.py 2017-01-25 14:21:31.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_compat.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_cursor_pget_bug.py new/bsddb3-6.2.6/Lib/bsddb/test/test_cursor_pget_bug.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_cursor_pget_bug.py 2017-01-25 14:21:35.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_cursor_pget_bug.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_db.py new/bsddb3-6.2.6/Lib/bsddb/test/test_db.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_db.py 2017-01-25 14:21:46.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_db.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_dbenv.py new/bsddb3-6.2.6/Lib/bsddb/test/test_dbenv.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_dbenv.py 2017-01-25 14:21:38.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_dbenv.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_dbobj.py new/bsddb3-6.2.6/Lib/bsddb/test/test_dbobj.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_dbobj.py 2017-01-25 14:21:42.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_dbobj.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_dbshelve.py new/bsddb3-6.2.6/Lib/bsddb/test/test_dbshelve.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_dbshelve.py 2017-01-25 14:21:49.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_dbshelve.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_distributed_transactions.py new/bsddb3-6.2.6/Lib/bsddb/test/test_distributed_transactions.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_distributed_transactions.py 2017-01-25 14:21:53.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_distributed_transactions.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_early_close.py new/bsddb3-6.2.6/Lib/bsddb/test/test_early_close.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_early_close.py 2017-01-25 14:21:57.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_early_close.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_fileid.py new/bsddb3-6.2.6/Lib/bsddb/test/test_fileid.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_fileid.py 2017-01-25 14:22:00.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_fileid.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_get_none.py new/bsddb3-6.2.6/Lib/bsddb/test/test_get_none.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_get_none.py 2017-01-25 14:22:04.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_get_none.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_join.py new/bsddb3-6.2.6/Lib/bsddb/test/test_join.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_join.py 2017-01-25 14:22:09.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_join.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_lock.py new/bsddb3-6.2.6/Lib/bsddb/test/test_lock.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_lock.py 2017-01-25 14:22:12.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_lock.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_misc.py new/bsddb3-6.2.6/Lib/bsddb/test/test_misc.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_misc.py 2017-01-25 14:22:16.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_misc.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_pickle.py new/bsddb3-6.2.6/Lib/bsddb/test/test_pickle.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_pickle.py 2017-01-25 14:22:19.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_pickle.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_queue.py new/bsddb3-6.2.6/Lib/bsddb/test/test_queue.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_queue.py 2017-01-25 14:22:23.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_queue.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_recno.py new/bsddb3-6.2.6/Lib/bsddb/test/test_recno.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_recno.py 2017-01-25 14:22:26.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_recno.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_replication.py new/bsddb3-6.2.6/Lib/bsddb/test/test_replication.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_replication.py 2017-01-25 14:22:30.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_replication.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_sequence.py new/bsddb3-6.2.6/Lib/bsddb/test/test_sequence.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_sequence.py 2017-01-25 14:22:33.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_sequence.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib/bsddb/test/test_thread.py new/bsddb3-6.2.6/Lib/bsddb/test/test_thread.py --- old/bsddb3-6.2.5/Lib/bsddb/test/test_thread.py 2017-01-25 14:22:37.000000000 +0100 +++ new/bsddb3-6.2.6/Lib/bsddb/test/test_thread.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_all.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_all.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_all.py 2017-01-25 14:24:09.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_all.py 2018-07-01 22:56:26.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_associate.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_associate.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_associate.py 2017-01-25 14:24:00.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_associate.py 2018-07-01 22:56:40.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_basics.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_basics.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_basics.py 2017-01-25 14:24:11.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_basics.py 2018-07-01 22:56:39.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_compare.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_compare.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_compare.py 2017-01-25 14:24:06.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_compare.py 2018-07-01 22:56:29.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_compat.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_compat.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_compat.py 2017-01-25 14:23:59.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_compat.py 2018-07-01 22:56:35.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_cursor_pget_bug.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_cursor_pget_bug.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_cursor_pget_bug.py 2017-01-25 14:24:10.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_cursor_pget_bug.py 2018-07-01 22:56:43.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_db.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_db.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_db.py 2017-01-25 14:24:09.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_db.py 2018-07-01 22:56:22.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_dbenv.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_dbenv.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_dbenv.py 2017-01-25 14:24:08.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_dbenv.py 2018-07-01 22:56:25.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_dbobj.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_dbobj.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_dbobj.py 2017-01-25 14:24:01.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_dbobj.py 2018-07-01 22:56:38.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_dbshelve.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_dbshelve.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_dbshelve.py 2017-01-25 14:24:05.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_dbshelve.py 2018-07-01 22:56:17.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_distributed_transactions.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_distributed_transactions.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_distributed_transactions.py 2017-01-25 14:23:59.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_distributed_transactions.py 2018-07-01 22:56:30.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_early_close.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_early_close.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_early_close.py 2017-01-25 14:24:04.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_early_close.py 2018-07-01 22:56:35.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_fileid.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_fileid.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_fileid.py 2017-01-25 14:24:03.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_fileid.py 2018-07-01 22:56:34.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_get_none.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_get_none.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_get_none.py 2017-01-25 14:24:11.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_get_none.py 2018-07-01 22:56:41.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_join.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_join.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_join.py 2017-01-25 14:24:04.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_join.py 2018-07-01 22:56:31.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_lock.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_lock.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_lock.py 2017-01-25 14:24:02.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_lock.py 2018-07-01 22:56:19.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_misc.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_misc.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_misc.py 2017-01-25 14:24:05.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_misc.py 2018-07-01 22:56:33.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_pickle.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_pickle.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_pickle.py 2017-01-25 14:24:00.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_pickle.py 2018-07-01 22:56:36.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_queue.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_queue.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_queue.py 2017-01-25 14:24:06.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_queue.py 2018-07-01 22:56:42.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_recno.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_recno.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_recno.py 2017-01-25 14:24:01.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_recno.py 2018-07-01 22:56:20.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_replication.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_replication.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_replication.py 2017-01-25 14:24:03.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_replication.py 2018-07-01 22:56:32.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_sequence.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_sequence.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_sequence.py 2017-01-25 14:24:07.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_sequence.py 2018-07-01 22:56:41.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Lib3/bsddb/test/test_thread.py new/bsddb3-6.2.6/Lib3/bsddb/test/test_thread.py --- old/bsddb3-6.2.5/Lib3/bsddb/test/test_thread.py 2017-01-25 14:23:58.000000000 +0100 +++ new/bsddb3-6.2.6/Lib3/bsddb/test/test_thread.py 2018-07-01 22:56:37.000000000 +0200 @@ -1,5 +1,5 @@ """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/Modules/bsddb.h new/bsddb3-6.2.6/Modules/bsddb.h --- old/bsddb3-6.2.5/Modules/bsddb.h 2017-09-08 18:35:28.000000000 +0200 +++ new/bsddb3-6.2.6/Modules/bsddb.h 2018-07-01 21:36:42.000000000 +0200 @@ -104,7 +104,7 @@ #error "eek! DBVER can't handle minor versions > 9" #endif -#define PY_BSDDB_VERSION "6.2.5" +#define PY_BSDDB_VERSION "6.2.6" /* Python object definitions */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/PKG-INFO new/bsddb3-6.2.6/PKG-INFO --- old/bsddb3-6.2.5/PKG-INFO 2017-09-08 18:46:51.000000000 +0200 +++ new/bsddb3-6.2.6/PKG-INFO 2018-07-01 22:58:43.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: bsddb3 -Version: 6.2.5 +Version: 6.2.6 Summary: Python bindings for Oracle Berkeley DB Home-page: https://www.jcea.es/programacion/pybsddb.htm Author: Jesus Cea, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw @@ -49,3 +49,5 @@ Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/bsddb3.egg-info/PKG-INFO new/bsddb3-6.2.6/bsddb3.egg-info/PKG-INFO --- old/bsddb3-6.2.5/bsddb3.egg-info/PKG-INFO 2017-09-08 18:46:51.000000000 +0200 +++ new/bsddb3-6.2.6/bsddb3.egg-info/PKG-INFO 2018-07-01 22:58:43.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: bsddb3 -Version: 6.2.5 +Version: 6.2.6 Summary: Python bindings for Oracle Berkeley DB Home-page: https://www.jcea.es/programacion/pybsddb.htm Author: Jesus Cea, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw @@ -49,3 +49,5 @@ Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/docs/license.rst new/bsddb3-6.2.6/docs/license.rst --- old/bsddb3-6.2.5/docs/license.rst 2017-01-25 14:23:47.000000000 +0100 +++ new/bsddb3-6.2.6/docs/license.rst 2018-07-01 21:33:23.000000000 +0200 @@ -14,7 +14,7 @@ License Text (BSD 3-Clause License) ----------------------------------- -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/make3.py new/bsddb3-6.2.6/make3.py --- old/bsddb3-6.2.5/make3.py 2017-01-25 14:20:15.000000000 +0100 +++ new/bsddb3-6.2.6/make3.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/setup.cfg new/bsddb3-6.2.6/setup.cfg --- old/bsddb3-6.2.5/setup.cfg 2017-09-08 18:46:51.000000000 +0200 +++ new/bsddb3-6.2.6/setup.cfg 2018-07-01 22:58:43.000000000 +0200 @@ -4,5 +4,4 @@ [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/setup.py new/bsddb3-6.2.6/setup.py --- old/bsddb3-6.2.5/setup.py 2017-01-25 14:20:29.000000000 +0100 +++ new/bsddb3-6.2.6/setup.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/setup2.py new/bsddb3-6.2.6/setup2.py --- old/bsddb3-6.2.5/setup2.py 2017-09-07 04:27:25.000000000 +0200 +++ new/bsddb3-6.2.6/setup2.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -181,6 +181,7 @@ '/opt/local/include/db%d%s' %(major, bitness), '/opt/sfw/include/db%d%s' %(major, bitness), '/sw/include/db%d%s' %(major, bitness), + '/usr/local/opt/berkeley-db@%s/include' % (major), ]) db_inc_paths.append('/usr/include/db%d%d%s' % \ @@ -206,7 +207,9 @@ '/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu/', ] - inc_dirs = compiler.include_dirs + ['/usr/include'] + inc_dirs = compiler.include_dirs + [ + '/usr/include', '/usr/local/opt/berkeley-db/include', + ] # See whether there is a Oracle or Sleepycat header in the standard # search path. @@ -546,6 +549,8 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/setup3.py new/bsddb3-6.2.6/setup3.py --- old/bsddb3-6.2.5/setup3.py 2017-09-08 18:37:09.000000000 +0200 +++ new/bsddb3-6.2.6/setup3.py 2018-07-01 21:33:23.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -181,6 +181,7 @@ '/opt/local/include/db%d%s' %(major, bitness), '/opt/sfw/include/db%d%s' %(major, bitness), '/sw/include/db%d%s' %(major, bitness), + '/usr/local/opt/berkeley-db@%s/include' % (major), ]) db_inc_paths.append('/usr/include/db%d%d%s' % \ @@ -206,7 +207,9 @@ '/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu/', ] - inc_dirs = compiler.include_dirs + ['/usr/include'] + inc_dirs = compiler.include_dirs + [ + '/usr/include', '/usr/local/opt/berkeley-db/include', + ] # See whether there is a Oracle or Sleepycat header in the standard # search path. @@ -546,6 +549,8 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/test-full_prerelease.py new/bsddb3-6.2.6/test-full_prerelease.py --- old/bsddb3-6.2.5/test-full_prerelease.py 2017-01-25 14:20:34.000000000 +0100 +++ new/bsddb3-6.2.6/test-full_prerelease.py 2018-07-01 22:13:18.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -54,7 +54,7 @@ os.environ['YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION'] = '' def do_matrix_check() : - python_versions=('2.6', '2.7', '3.3', '3.4', '3.5') + python_versions = ('2.6', '2.7', '3.3', '3.4', '3.5', '3.6', '3.7') berkeleydb_versions=('4.7', '4.8', '5.1', '5.3', '6.1', '6.2') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bsddb3-6.2.5/test.py new/bsddb3-6.2.6/test.py --- old/bsddb3-6.2.5/test.py 2017-01-25 14:20:42.000000000 +0100 +++ new/bsddb3-6.2.6/test.py 2018-07-01 21:33:24.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2008-2017, Jesus Cea Avion <[email protected]> +Copyright (c) 2008-2018, Jesus Cea Avion <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without
