Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-apptools for openSUSE:Factory checked in at 2024-01-15 22:17:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-apptools (Old) and /work/SRC/openSUSE:Factory/.python-apptools.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-apptools" Mon Jan 15 22:17:43 2024 rev:6 rq:1138697 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-apptools/python-apptools.changes 2023-03-02 23:05:04.088322900 +0100 +++ /work/SRC/openSUSE:Factory/.python-apptools.new.21961/python-apptools.changes 2024-01-15 22:19:09.598691789 +0100 @@ -1,0 +2,9 @@ +Sun Jan 14 17:35:12 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 5.2.1: + * Fix StatePickler for Python 3.11. + * Add encoding as an attribute for LogFileHandler + initialization +- drop python-311.patch (upstream) + +------------------------------------------------------------------- Old: ---- apptools-5.2.0.tar.gz python-311.patch New: ---- apptools-5.2.1.tar.gz BETA DEBUG BEGIN: Old: initialization - drop python-311.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-apptools.spec ++++++ --- /var/tmp/diff_new_pack.Ay7L1d/_old 2024-01-15 22:19:10.122711048 +0100 +++ /var/tmp/diff_new_pack.Ay7L1d/_new 2024-01-15 22:19:10.126711194 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-apptools # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %bcond_without test %endif Name: python-apptools -Version: 5.2.0 +Version: 5.2.1 Release: 0 Summary: Application tools in Python # Source code is under BSD but images are under different licenses @@ -32,8 +32,6 @@ License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-3.0-only URL: https://github.com/enthought/apptools Source: https://files.pythonhosted.org/packages/source/a/apptools/apptools-%{version}.tar.gz -# PATCH-FIX-UPSTREAM python-311.patch -- Add python3.11 support gh#enthought/apptools#328 -Patch0: python-311.patch BuildRequires: %{python_module configobj} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module traits} ++++++ apptools-5.2.0.tar.gz -> apptools-5.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/CHANGES.txt new/apptools-5.2.1/CHANGES.txt --- old/apptools-5.2.0/CHANGES.txt 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/CHANGES.txt 2023-06-23 10:28:15.000000000 +0200 @@ -1,6 +1,30 @@ Apptools CHANGELOG ================== +Released: 2023-05-25 + +This is a bugfix release fixing a Python 3.11 compatibility issue in +StatePickler. + +Thanks to the following contributors: + +* Mark Dickinson +* Tony Ni +* Rahul Poruri + +Version 5.2.0 +~~~~~~~~~~~~~ + +Fixes +----- +* Fix StatePickler for Python 3.11. (#328) +* Add encoding as an attribute for LogFileHandler initialization (#324) + +Build +----- +* Drop Python 3.6 and MacOS from EDM test matrix. (#332, #333) +* Update Github workflows (#326) + Version 5.2.0 ~~~~~~~~~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/PKG-INFO new/apptools-5.2.1/PKG-INFO --- old/apptools-5.2.0/PKG-INFO 2022-08-16 09:42:30.505210000 +0200 +++ new/apptools-5.2.1/PKG-INFO 2023-06-23 10:28:33.382400000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: apptools -Version: 5.2.0 +Version: 5.2.1 Summary: application tools Home-page: https://docs.enthought.com/apptools Download-URL: https://www.github.com/enthought/apptools diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/__init__.py new/apptools-5.2.1/apptools/__init__.py --- old/apptools-5.2.0/apptools/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/_testing/__init__.py new/apptools-5.2.1/apptools/_testing/__init__.py --- old/apptools-5.2.0/apptools/_testing/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/_testing/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2006-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/_testing/optional_dependencies.py new/apptools-5.2.1/apptools/_testing/optional_dependencies.py --- old/apptools-5.2.0/apptools/_testing/optional_dependencies.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/_testing/optional_dependencies.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2006-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/__init__.py new/apptools-5.2.1/apptools/io/__init__.py --- old/apptools-5.2.0/apptools/io/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/api.py new/apptools-5.2.1/apptools/io/api.py --- old/apptools-5.2.0/apptools/io/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/file.py new/apptools-5.2.1/apptools/io/file.py --- old/apptools-5.2.0/apptools/io/file.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/file.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/__init__.py new/apptools-5.2.1/apptools/io/h5/__init__.py --- old/apptools-5.2.0/apptools/io/h5/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/dict_node.py new/apptools-5.2.1/apptools/io/h5/dict_node.py --- old/apptools-5.2.0/apptools/io/h5/dict_node.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/dict_node.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/file.py new/apptools-5.2.1/apptools/io/h5/file.py --- old/apptools-5.2.0/apptools/io/h5/file.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/file.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/table_node.py new/apptools-5.2.1/apptools/io/h5/table_node.py --- old/apptools-5.2.0/apptools/io/h5/table_node.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/table_node.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/tests/__init__.py new/apptools-5.2.1/apptools/io/h5/tests/__init__.py --- old/apptools-5.2.0/apptools/io/h5/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/tests/test_dict_node.py new/apptools-5.2.1/apptools/io/h5/tests/test_dict_node.py --- old/apptools-5.2.0/apptools/io/h5/tests/test_dict_node.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/tests/test_dict_node.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/tests/test_file.py new/apptools-5.2.1/apptools/io/h5/tests/test_file.py --- old/apptools-5.2.0/apptools/io/h5/tests/test_file.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/tests/test_file.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/tests/test_table_node.py new/apptools-5.2.1/apptools/io/h5/tests/test_table_node.py --- old/apptools-5.2.0/apptools/io/h5/tests/test_table_node.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/tests/test_table_node.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/tests/utils.py new/apptools-5.2.1/apptools/io/h5/tests/utils.py --- old/apptools-5.2.0/apptools/io/h5/tests/utils.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/tests/utils.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/h5/utils.py new/apptools-5.2.1/apptools/io/h5/utils.py --- old/apptools-5.2.0/apptools/io/h5/utils.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/h5/utils.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/tests/__init__.py new/apptools-5.2.1/apptools/io/tests/__init__.py --- old/apptools-5.2.0/apptools/io/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/tests/test_file.py new/apptools-5.2.1/apptools/io/tests/test_file.py --- old/apptools-5.2.0/apptools/io/tests/test_file.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/tests/test_file.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/io/tests/test_folder.py new/apptools-5.2.1/apptools/io/tests/test_folder.py --- old/apptools-5.2.0/apptools/io/tests/test_folder.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/io/tests/test_folder.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/__init__.py new/apptools-5.2.1/apptools/logger/__init__.py --- old/apptools-5.2.0/apptools/logger/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/agent/__init__.py new/apptools-5.2.1/apptools/logger/agent/__init__.py --- old/apptools-5.2.0/apptools/logger/agent/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/agent/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/agent/attachments.py new/apptools-5.2.1/apptools/logger/agent/attachments.py --- old/apptools-5.2.0/apptools/logger/agent/attachments.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/agent/attachments.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/agent/quality_agent_mailer.py new/apptools-5.2.1/apptools/logger/agent/quality_agent_mailer.py --- old/apptools-5.2.0/apptools/logger/agent/quality_agent_mailer.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/agent/quality_agent_mailer.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/agent/quality_agent_view.py new/apptools-5.2.1/apptools/logger/agent/quality_agent_view.py --- old/apptools-5.2.0/apptools/logger/agent/quality_agent_view.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/agent/quality_agent_view.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/agent/tests/__init__.py new/apptools-5.2.1/apptools/logger/agent/tests/__init__.py --- old/apptools-5.2.0/apptools/logger/agent/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/agent/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/agent/tests/test_attachments.py new/apptools-5.2.1/apptools/logger/agent/tests/test_attachments.py --- old/apptools-5.2.0/apptools/logger/agent/tests/test_attachments.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/agent/tests/test_attachments.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/api.py new/apptools-5.2.1/apptools/logger/api.py --- old/apptools-5.2.0/apptools/logger/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/custom_excepthook.py new/apptools-5.2.1/apptools/logger/custom_excepthook.py --- old/apptools-5.2.0/apptools/logger/custom_excepthook.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/custom_excepthook.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/log_point.py new/apptools-5.2.1/apptools/logger/log_point.py --- old/apptools-5.2.0/apptools/logger/log_point.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/log_point.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/log_queue_handler.py new/apptools-5.2.1/apptools/logger/log_queue_handler.py --- old/apptools-5.2.0/apptools/logger/log_queue_handler.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/log_queue_handler.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/logger.py new/apptools-5.2.1/apptools/logger/logger.py --- old/apptools-5.2.0/apptools/logger/logger.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/logger.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -29,10 +29,24 @@ """The default log file handler.""" def __init__( - self, path, maxBytes=1000000, backupCount=3, level=None, formatter=None + self, + path, + mode="a", + maxBytes=1000000, + backupCount=3, + level=None, + formatter=None, + encoding=None, + delay=False, ): RotatingFileHandler.__init__( - self, path, maxBytes=maxBytes, backupCount=3 + self, + filename=path, + mode=mode, + maxBytes=maxBytes, + backupCount=backupCount, + encoding=encoding, + delay=delay, ) if level is None: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/__init__.py new/apptools-5.2.1/apptools/logger/plugin/__init__.py --- old/apptools-5.2.0/apptools/logger/plugin/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/logger_plugin.py new/apptools-5.2.1/apptools/logger/plugin/logger_plugin.py --- old/apptools-5.2.0/apptools/logger/plugin/logger_plugin.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/logger_plugin.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/logger_preferences.py new/apptools-5.2.1/apptools/logger/plugin/logger_preferences.py --- old/apptools-5.2.0/apptools/logger/plugin/logger_preferences.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/logger_preferences.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/logger_service.py new/apptools-5.2.1/apptools/logger/plugin/logger_service.py --- old/apptools-5.2.0/apptools/logger/plugin/logger_service.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/logger_service.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/tests/__init__.py new/apptools-5.2.1/apptools/logger/plugin/tests/__init__.py --- old/apptools-5.2.0/apptools/logger/plugin/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/tests/test_logger_service.py new/apptools-5.2.1/apptools/logger/plugin/tests/test_logger_service.py --- old/apptools-5.2.0/apptools/logger/plugin/tests/test_logger_service.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/tests/test_logger_service.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/view/__init__.py new/apptools-5.2.1/apptools/logger/plugin/view/__init__.py --- old/apptools-5.2.0/apptools/logger/plugin/view/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/view/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/view/logger_preferences_page.py new/apptools-5.2.1/apptools/logger/plugin/view/logger_preferences_page.py --- old/apptools-5.2.0/apptools/logger/plugin/view/logger_preferences_page.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/view/logger_preferences_page.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/plugin/view/logger_view.py new/apptools-5.2.1/apptools/logger/plugin/view/logger_view.py --- old/apptools-5.2.0/apptools/logger/plugin/view/logger_view.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/plugin/view/logger_view.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/logger/ring_buffer.py new/apptools-5.2.1/apptools/logger/ring_buffer.py --- old/apptools-5.2.0/apptools/logger/ring_buffer.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/logger/ring_buffer.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/__init__.py new/apptools-5.2.1/apptools/naming/__init__.py --- old/apptools-5.2.0/apptools/naming/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/address.py new/apptools-5.2.1/apptools/naming/address.py --- old/apptools-5.2.0/apptools/naming/address.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/address.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/api.py new/apptools-5.2.1/apptools/naming/api.py --- old/apptools-5.2.0/apptools/naming/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/binding.py new/apptools-5.2.1/apptools/naming/binding.py --- old/apptools-5.2.0/apptools/naming/binding.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/binding.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/context.py new/apptools-5.2.1/apptools/naming/context.py --- old/apptools-5.2.0/apptools/naming/context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/dir_context.py new/apptools-5.2.1/apptools/naming/dir_context.py --- old/apptools-5.2.0/apptools/naming/dir_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/dir_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/dynamic_context.py new/apptools-5.2.1/apptools/naming/dynamic_context.py --- old/apptools-5.2.0/apptools/naming/dynamic_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/dynamic_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/exception.py new/apptools-5.2.1/apptools/naming/exception.py --- old/apptools-5.2.0/apptools/naming/exception.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/exception.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/initial_context.py new/apptools-5.2.1/apptools/naming/initial_context.py --- old/apptools-5.2.0/apptools/naming/initial_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/initial_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/initial_context_factory.py new/apptools-5.2.1/apptools/naming/initial_context_factory.py --- old/apptools-5.2.0/apptools/naming/initial_context_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/initial_context_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/naming_event.py new/apptools-5.2.1/apptools/naming/naming_event.py --- old/apptools-5.2.0/apptools/naming/naming_event.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/naming_event.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/naming_manager.py new/apptools-5.2.1/apptools/naming/naming_manager.py --- old/apptools-5.2.0/apptools/naming/naming_manager.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/naming_manager.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/object_factory.py new/apptools-5.2.1/apptools/naming/object_factory.py --- old/apptools-5.2.0/apptools/naming/object_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/object_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/object_serializer.py new/apptools-5.2.1/apptools/naming/object_serializer.py --- old/apptools-5.2.0/apptools/naming/object_serializer.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/object_serializer.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/py_context.py new/apptools-5.2.1/apptools/naming/py_context.py --- old/apptools-5.2.0/apptools/naming/py_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/py_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/py_object_factory.py new/apptools-5.2.1/apptools/naming/py_object_factory.py --- old/apptools-5.2.0/apptools/naming/py_object_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/py_object_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/pyfs_context.py new/apptools-5.2.1/apptools/naming/pyfs_context.py --- old/apptools-5.2.0/apptools/naming/pyfs_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/pyfs_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/pyfs_context_factory.py new/apptools-5.2.1/apptools/naming/pyfs_context_factory.py --- old/apptools-5.2.0/apptools/naming/pyfs_context_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/pyfs_context_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/pyfs_initial_context_factory.py new/apptools-5.2.1/apptools/naming/pyfs_initial_context_factory.py --- old/apptools-5.2.0/apptools/naming/pyfs_initial_context_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/pyfs_initial_context_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/pyfs_object_factory.py new/apptools-5.2.1/apptools/naming/pyfs_object_factory.py --- old/apptools-5.2.0/apptools/naming/pyfs_object_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/pyfs_object_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/pyfs_state_factory.py new/apptools-5.2.1/apptools/naming/pyfs_state_factory.py --- old/apptools-5.2.0/apptools/naming/pyfs_state_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/pyfs_state_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/reference.py new/apptools-5.2.1/apptools/naming/reference.py --- old/apptools-5.2.0/apptools/naming/reference.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/reference.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/referenceable.py new/apptools-5.2.1/apptools/naming/referenceable.py --- old/apptools-5.2.0/apptools/naming/referenceable.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/referenceable.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/referenceable_state_factory.py new/apptools-5.2.1/apptools/naming/referenceable_state_factory.py --- old/apptools-5.2.0/apptools/naming/referenceable_state_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/referenceable_state_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/state_factory.py new/apptools-5.2.1/apptools/naming/state_factory.py --- old/apptools-5.2.0/apptools/naming/state_factory.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/state_factory.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/tests/__init__.py new/apptools-5.2.1/apptools/naming/tests/__init__.py --- old/apptools-5.2.0/apptools/naming/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/tests/test_context.py new/apptools-5.2.1/apptools/naming/tests/test_context.py --- old/apptools-5.2.0/apptools/naming/tests/test_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/tests/test_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/tests/test_dir_context.py new/apptools-5.2.1/apptools/naming/tests/test_dir_context.py --- old/apptools-5.2.0/apptools/naming/tests/test_dir_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/tests/test_dir_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/tests/test_object_serializer.py new/apptools-5.2.1/apptools/naming/tests/test_object_serializer.py --- old/apptools-5.2.0/apptools/naming/tests/test_object_serializer.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/tests/test_object_serializer.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/tests/test_py_context.py new/apptools-5.2.1/apptools/naming/tests/test_py_context.py --- old/apptools-5.2.0/apptools/naming/tests/test_py_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/tests/test_py_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/tests/test_pyfs_context.py new/apptools-5.2.1/apptools/naming/tests/test_pyfs_context.py --- old/apptools-5.2.0/apptools/naming/tests/test_pyfs_context.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/tests/test_pyfs_context.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/trait_defs/__init__.py new/apptools-5.2.1/apptools/naming/trait_defs/__init__.py --- old/apptools-5.2.0/apptools/naming/trait_defs/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/trait_defs/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/trait_defs/api.py new/apptools-5.2.1/apptools/naming/trait_defs/api.py --- old/apptools-5.2.0/apptools/naming/trait_defs/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/trait_defs/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/trait_defs/naming_traits.py new/apptools-5.2.1/apptools/naming/trait_defs/naming_traits.py --- old/apptools-5.2.0/apptools/naming/trait_defs/naming_traits.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/trait_defs/naming_traits.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/naming/unique_name.py new/apptools-5.2.1/apptools/naming/unique_name.py --- old/apptools-5.2.0/apptools/naming/unique_name.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/naming/unique_name.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/__init__.py new/apptools-5.2.1/apptools/persistence/__init__.py --- old/apptools-5.2.0/apptools/persistence/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/file_path.py new/apptools-5.2.1/apptools/persistence/file_path.py --- old/apptools-5.2.0/apptools/persistence/file_path.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/file_path.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/project_loader.py new/apptools-5.2.1/apptools/persistence/project_loader.py --- old/apptools-5.2.0/apptools/persistence/project_loader.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/project_loader.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/state_pickler.py new/apptools-5.2.1/apptools/persistence/state_pickler.py --- old/apptools-5.2.0/apptools/persistence/state_pickler.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/state_pickler.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -393,11 +393,14 @@ args = value.__getinitargs__() # Get the object state. + state = None if hasattr(value, "__get_pure_state__"): state = value.__get_pure_state__() elif hasattr(value, "__getstate__"): + # Note that __getstate__() may return None in Python >= 3.11 state = value.__getstate__() - else: + + if state is None: state = value.__dict__ state.pop("__traits_version__", None) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/__init__.py new/apptools-5.2.1/apptools/persistence/tests/__init__.py --- old/apptools-5.2.0/apptools/persistence/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/state_function_classes.py new/apptools-5.2.1/apptools/persistence/tests/state_function_classes.py --- old/apptools-5.2.0/apptools/persistence/tests/state_function_classes.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/state_function_classes.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/test_class_mapping.py new/apptools-5.2.1/apptools/persistence/tests/test_class_mapping.py --- old/apptools-5.2.0/apptools/persistence/tests/test_class_mapping.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/test_class_mapping.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/test_file_path.py new/apptools-5.2.1/apptools/persistence/tests/test_file_path.py --- old/apptools-5.2.0/apptools/persistence/tests/test_file_path.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/test_file_path.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/test_state_function.py new/apptools-5.2.1/apptools/persistence/tests/test_state_function.py --- old/apptools-5.2.0/apptools/persistence/tests/test_state_function.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/test_state_function.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/test_state_pickler.py new/apptools-5.2.1/apptools/persistence/tests/test_state_pickler.py --- old/apptools-5.2.0/apptools/persistence/tests/test_state_pickler.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/test_state_pickler.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/test_two_stage_unpickler.py new/apptools-5.2.1/apptools/persistence/tests/test_two_stage_unpickler.py --- old/apptools-5.2.0/apptools/persistence/tests/test_two_stage_unpickler.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/test_two_stage_unpickler.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/tests/test_version_registry.py new/apptools-5.2.1/apptools/persistence/tests/test_version_registry.py --- old/apptools-5.2.0/apptools/persistence/tests/test_version_registry.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/tests/test_version_registry.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/updater.py new/apptools-5.2.1/apptools/persistence/updater.py --- old/apptools-5.2.0/apptools/persistence/updater.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/updater.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/version_registry.py new/apptools-5.2.1/apptools/persistence/version_registry.py --- old/apptools-5.2.0/apptools/persistence/version_registry.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/version_registry.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/persistence/versioned_unpickler.py new/apptools-5.2.1/apptools/persistence/versioned_unpickler.py --- old/apptools-5.2.0/apptools/persistence/versioned_unpickler.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/persistence/versioned_unpickler.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/__init__.py new/apptools-5.2.1/apptools/preferences/__init__.py --- old/apptools-5.2.0/apptools/preferences/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/api.py new/apptools-5.2.1/apptools/preferences/api.py --- old/apptools-5.2.0/apptools/preferences/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/i_preferences.py new/apptools-5.2.1/apptools/preferences/i_preferences.py --- old/apptools-5.2.0/apptools/preferences/i_preferences.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/i_preferences.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/package_globals.py new/apptools-5.2.1/apptools/preferences/package_globals.py --- old/apptools-5.2.0/apptools/preferences/package_globals.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/package_globals.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/preference_binding.py new/apptools-5.2.1/apptools/preferences/preference_binding.py --- old/apptools-5.2.0/apptools/preferences/preference_binding.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/preference_binding.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/preferences.py new/apptools-5.2.1/apptools/preferences/preferences.py --- old/apptools-5.2.0/apptools/preferences/preferences.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/preferences.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/preferences_helper.py new/apptools-5.2.1/apptools/preferences/preferences_helper.py --- old/apptools-5.2.0/apptools/preferences/preferences_helper.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/preferences_helper.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/scoped_preferences.py new/apptools-5.2.1/apptools/preferences/scoped_preferences.py --- old/apptools-5.2.0/apptools/preferences/scoped_preferences.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/scoped_preferences.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/tests/__init__.py new/apptools-5.2.1/apptools/preferences/tests/__init__.py --- old/apptools-5.2.0/apptools/preferences/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/tests/py_config_file.py new/apptools-5.2.1/apptools/preferences/tests/py_config_file.py --- old/apptools-5.2.0/apptools/preferences/tests/py_config_file.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/tests/py_config_file.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/tests/test_preference_binding.py new/apptools-5.2.1/apptools/preferences/tests/test_preference_binding.py --- old/apptools-5.2.0/apptools/preferences/tests/test_preference_binding.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/tests/test_preference_binding.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/tests/test_preferences.py new/apptools-5.2.1/apptools/preferences/tests/test_preferences.py --- old/apptools-5.2.0/apptools/preferences/tests/test_preferences.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/tests/test_preferences.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/tests/test_preferences_helper.py new/apptools-5.2.1/apptools/preferences/tests/test_preferences_helper.py --- old/apptools-5.2.0/apptools/preferences/tests/test_preferences_helper.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/tests/test_preferences_helper.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/tests/test_py_config_file.py new/apptools-5.2.1/apptools/preferences/tests/test_py_config_file.py --- old/apptools-5.2.0/apptools/preferences/tests/test_py_config_file.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/tests/test_py_config_file.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/tests/test_scoped_preferences.py new/apptools-5.2.1/apptools/preferences/tests/test_scoped_preferences.py --- old/apptools-5.2.0/apptools/preferences/tests/test_scoped_preferences.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/tests/test_scoped_preferences.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/__init__.py new/apptools-5.2.1/apptools/preferences/ui/__init__.py --- old/apptools-5.2.0/apptools/preferences/ui/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/api.py new/apptools-5.2.1/apptools/preferences/ui/api.py --- old/apptools-5.2.0/apptools/preferences/ui/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/i_preferences_page.py new/apptools-5.2.1/apptools/preferences/ui/i_preferences_page.py --- old/apptools-5.2.0/apptools/preferences/ui/i_preferences_page.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/i_preferences_page.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/preferences_manager.py new/apptools-5.2.1/apptools/preferences/ui/preferences_manager.py --- old/apptools-5.2.0/apptools/preferences/ui/preferences_manager.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/preferences_manager.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/preferences_node.py new/apptools-5.2.1/apptools/preferences/ui/preferences_node.py --- old/apptools-5.2.0/apptools/preferences/ui/preferences_node.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/preferences_node.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/preferences_page.py new/apptools-5.2.1/apptools/preferences/ui/preferences_page.py --- old/apptools-5.2.0/apptools/preferences/ui/preferences_page.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/preferences_page.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/tests/__init__.py new/apptools-5.2.1/apptools/preferences/ui/tests/__init__.py --- old/apptools-5.2.0/apptools/preferences/ui/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/tests/test_preferences_page.py new/apptools-5.2.1/apptools/preferences/ui/tests/test_preferences_page.py --- old/apptools-5.2.0/apptools/preferences/ui/tests/test_preferences_page.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/tests/test_preferences_page.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/tree_item.py new/apptools-5.2.1/apptools/preferences/ui/tree_item.py --- old/apptools-5.2.0/apptools/preferences/ui/tree_item.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/tree_item.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/preferences/ui/widget_editor.py new/apptools-5.2.1/apptools/preferences/ui/widget_editor.py --- old/apptools-5.2.0/apptools/preferences/ui/widget_editor.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/preferences/ui/widget_editor.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/__init__.py new/apptools-5.2.1/apptools/scripting/__init__.py --- old/apptools-5.2.0/apptools/scripting/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/api.py new/apptools-5.2.1/apptools/scripting/api.py --- old/apptools-5.2.0/apptools/scripting/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/package_globals.py new/apptools-5.2.1/apptools/scripting/package_globals.py --- old/apptools-5.2.0/apptools/scripting/package_globals.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/package_globals.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/recordable.py new/apptools-5.2.1/apptools/scripting/recordable.py --- old/apptools-5.2.0/apptools/scripting/recordable.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/recordable.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/recorder.py new/apptools-5.2.1/apptools/scripting/recorder.py --- old/apptools-5.2.0/apptools/scripting/recorder.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/recorder.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/recorder_with_ui.py new/apptools-5.2.1/apptools/scripting/recorder_with_ui.py --- old/apptools-5.2.0/apptools/scripting/recorder_with_ui.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/recorder_with_ui.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/tests/__init__.py new/apptools-5.2.1/apptools/scripting/tests/__init__.py --- old/apptools-5.2.0/apptools/scripting/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/tests/test_recorder.py new/apptools-5.2.1/apptools/scripting/tests/test_recorder.py --- old/apptools-5.2.0/apptools/scripting/tests/test_recorder.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/tests/test_recorder.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/scripting/util.py new/apptools-5.2.1/apptools/scripting/util.py --- old/apptools-5.2.0/apptools/scripting/util.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/scripting/util.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/__init__.py new/apptools-5.2.1/apptools/selection/__init__.py --- old/apptools-5.2.0/apptools/selection/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/api.py new/apptools-5.2.1/apptools/selection/api.py --- old/apptools-5.2.0/apptools/selection/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/errors.py new/apptools-5.2.1/apptools/selection/errors.py --- old/apptools-5.2.0/apptools/selection/errors.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/errors.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/i_selection.py new/apptools-5.2.1/apptools/selection/i_selection.py --- old/apptools-5.2.0/apptools/selection/i_selection.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/i_selection.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/i_selection_provider.py new/apptools-5.2.1/apptools/selection/i_selection_provider.py --- old/apptools-5.2.0/apptools/selection/i_selection_provider.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/i_selection_provider.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/list_selection.py new/apptools-5.2.1/apptools/selection/list_selection.py --- old/apptools-5.2.0/apptools/selection/list_selection.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/list_selection.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/selection_service.py new/apptools-5.2.1/apptools/selection/selection_service.py --- old/apptools-5.2.0/apptools/selection/selection_service.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/selection_service.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/tests/__init__.py new/apptools-5.2.1/apptools/selection/tests/__init__.py --- old/apptools-5.2.0/apptools/selection/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/tests/test_list_selection.py new/apptools-5.2.1/apptools/selection/tests/test_list_selection.py --- old/apptools-5.2.0/apptools/selection/tests/test_list_selection.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/tests/test_list_selection.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/selection/tests/test_selection_service.py new/apptools-5.2.1/apptools/selection/tests/test_selection_service.py --- old/apptools-5.2.0/apptools/selection/tests/test_selection_service.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/selection/tests/test_selection_service.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/type_registry/__init__.py new/apptools-5.2.1/apptools/type_registry/__init__.py --- old/apptools-5.2.0/apptools/type_registry/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/type_registry/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/type_registry/api.py new/apptools-5.2.1/apptools/type_registry/api.py --- old/apptools-5.2.0/apptools/type_registry/api.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/type_registry/api.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/type_registry/tests/__init__.py new/apptools-5.2.1/apptools/type_registry/tests/__init__.py --- old/apptools-5.2.0/apptools/type_registry/tests/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/type_registry/tests/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/type_registry/tests/dummies.py new/apptools-5.2.1/apptools/type_registry/tests/dummies.py --- old/apptools-5.2.0/apptools/type_registry/tests/dummies.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/type_registry/tests/dummies.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/type_registry/tests/test_lazy_registry.py new/apptools-5.2.1/apptools/type_registry/tests/test_lazy_registry.py --- old/apptools-5.2.0/apptools/type_registry/tests/test_lazy_registry.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/type_registry/tests/test_lazy_registry.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/type_registry/tests/test_type_registry.py new/apptools-5.2.1/apptools/type_registry/tests/test_type_registry.py --- old/apptools-5.2.0/apptools/type_registry/tests/test_type_registry.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/type_registry/tests/test_type_registry.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/type_registry/type_registry.py new/apptools-5.2.1/apptools/type_registry/type_registry.py --- old/apptools-5.2.0/apptools/type_registry/type_registry.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/type_registry/type_registry.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/undo/__init__.py new/apptools-5.2.1/apptools/undo/__init__.py --- old/apptools-5.2.0/apptools/undo/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/undo/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/undo/action/__init__.py new/apptools-5.2.1/apptools/undo/action/__init__.py --- old/apptools-5.2.0/apptools/undo/action/__init__.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/apptools/undo/action/__init__.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools/version.py new/apptools-5.2.1/apptools/version.py --- old/apptools-5.2.0/apptools/version.py 2022-08-16 09:42:30.000000000 +0200 +++ new/apptools-5.2.1/apptools/version.py 2023-06-23 10:28:33.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2008-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2008-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -16,10 +16,10 @@ #: The full version of the package, including a development suffix #: for unreleased versions of the package. -version = "5.2.0" +version = "5.2.1" #: The Git revision from which this release was made. -git_revision = "d10438013898042e9178bf4612ae42f24e18d028" +git_revision = "237c3195f37631b709dbb66a2e9e5959f4521e01" #: Flag whether this is a final release is_released = True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/apptools.egg-info/PKG-INFO new/apptools-5.2.1/apptools.egg-info/PKG-INFO --- old/apptools-5.2.0/apptools.egg-info/PKG-INFO 2022-08-16 09:42:30.000000000 +0200 +++ new/apptools-5.2.1/apptools.egg-info/PKG-INFO 2023-06-23 10:28:33.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: apptools -Version: 5.2.0 +Version: 5.2.1 Summary: application tools Home-page: https://docs.enthought.com/apptools Download-URL: https://www.github.com/enthought/apptools diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/docs/source/api/templates/module.rst_t new/apptools-5.2.1/docs/source/api/templates/module.rst_t --- old/apptools-5.2.0/docs/source/api/templates/module.rst_t 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/docs/source/api/templates/module.rst_t 2023-06-23 10:28:15.000000000 +0200 @@ -1,5 +1,5 @@ .. - (C) Copyright 2006-2022 Enthought, Inc., Austin, TX + (C) Copyright 2006-2023 Enthought, Inc., Austin, TX All rights reserved. This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/docs/source/api/templates/package.rst_t new/apptools-5.2.1/docs/source/api/templates/package.rst_t --- old/apptools-5.2.0/docs/source/api/templates/package.rst_t 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/docs/source/api/templates/package.rst_t 2023-06-23 10:28:15.000000000 +0200 @@ -1,5 +1,5 @@ .. - (C) Copyright 2006-2022 Enthought, Inc., Austin, TX + (C) Copyright 2006-2023 Enthought, Inc., Austin, TX All rights reserved. This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/docs/source/conf.py new/apptools-5.2.1/docs/source/conf.py --- old/apptools-5.2.0/docs/source/conf.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/docs/source/conf.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -49,7 +49,7 @@ # General substitutions. project = 'apptools' -copyright = '2008-2022, Enthought' +copyright = '2008-2023, Enthought' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/examples/naming/simple.py new/apptools-5.2.1/examples/naming/simple.py --- old/apptools-5.2.0/examples/naming/simple.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/examples/naming/simple.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/examples/preferences/preferences_manager.py new/apptools-5.2.1/examples/preferences/preferences_manager.py --- old/apptools-5.2.0/examples/preferences/preferences_manager.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/examples/preferences/preferences_manager.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/integrationtests/persistence/test_persistence.py new/apptools-5.2.1/integrationtests/persistence/test_persistence.py --- old/apptools-5.2.0/integrationtests/persistence/test_persistence.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/integrationtests/persistence/test_persistence.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/integrationtests/persistence/update1.py new/apptools-5.2.1/integrationtests/persistence/update1.py --- old/apptools-5.2.0/integrationtests/persistence/update1.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/integrationtests/persistence/update1.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/integrationtests/persistence/update2.py new/apptools-5.2.1/integrationtests/persistence/update2.py --- old/apptools-5.2.0/integrationtests/persistence/update2.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/integrationtests/persistence/update2.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/integrationtests/persistence/update3.py new/apptools-5.2.1/integrationtests/persistence/update3.py --- old/apptools-5.2.0/integrationtests/persistence/update3.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/integrationtests/persistence/update3.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apptools-5.2.0/setup.py new/apptools-5.2.1/setup.py --- old/apptools-5.2.0/setup.py 2022-08-16 09:42:16.000000000 +0200 +++ new/apptools-5.2.1/setup.py 2023-06-23 10:28:15.000000000 +0200 @@ -1,4 +1,4 @@ -# (C) Copyright 2008-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2008-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -20,7 +20,7 @@ # into the package source. MAJOR = 5 MINOR = 2 -MICRO = 0 +MICRO = 1 PRERELEASE = "" IS_RELEASED = True @@ -40,7 +40,7 @@ # Template for the autogenerated version file. VERSION_FILE_TEMPLATE = '''\ -# (C) Copyright 2008-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2008-2023 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD