From 0ad1dce8c37a7e965fa4ef979ac78c82bf9320f0 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Tue, 7 Oct 2025 03:00:23 -0400 Subject: [PATCH 1/2] skpkg: add news file --- news/TEMPLATE.rst | 23 +++++++++++++++++++++++ news/skpkg.rst | 25 +++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 news/TEMPLATE.rst create mode 100644 news/skpkg.rst diff --git a/news/TEMPLATE.rst b/news/TEMPLATE.rst new file mode 100644 index 0000000..790d30b --- /dev/null +++ b/news/TEMPLATE.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/news/skpkg.rst b/news/skpkg.rst new file mode 100644 index 0000000..b4d8767 --- /dev/null +++ b/news/skpkg.rst @@ -0,0 +1,25 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Support scikit-package Level 5 standard (https://scikit-package.github.io/scikit-package/). + +* Port legacy Python 2 code to support Python 3. + +**Security:** + +* From 35e524ea070f3fdd6c20be9e7226b1f101ab2b5e Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Tue, 7 Oct 2025 03:09:52 -0400 Subject: [PATCH 2/2] chore: update file level comments --- src/diffpy/srxconfutils/config.py | 8 ++++---- src/diffpy/srxconfutils/configtraits.py | 8 ++++---- src/diffpy/srxconfutils/tools.py | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/diffpy/srxconfutils/config.py b/src/diffpy/srxconfutils/config.py index 3a6c399..87970ad 100644 --- a/src/diffpy/srxconfutils/config.py +++ b/src/diffpy/srxconfutils/config.py @@ -1,14 +1,14 @@ #!/usr/bin/env python ############################################################################## # -# dpx.confutils by Simon J. L. Billinge group -# (c) 2013 Trustees of the Columbia University +# diffpy.srxconfutils by Simon J. L. Billinge group +# (c) 2013-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang # -# See AUTHORS.txt for a list of people who contributed. -# See LICENSENOTICE.txt for license information. +# See AUTHORS.rst for a list of people who contributed. +# See LICENSENOTICE.rst for license information. # ############################################################################## """Package for organizing program configurations. It can read/write diff --git a/src/diffpy/srxconfutils/configtraits.py b/src/diffpy/srxconfutils/configtraits.py index ae4c598..9e90e29 100644 --- a/src/diffpy/srxconfutils/configtraits.py +++ b/src/diffpy/srxconfutils/configtraits.py @@ -1,14 +1,14 @@ #!/usr/bin/env python ############################################################################## # -# dpx.confutils by Simon J. L. Billinge group -# (c) 2013 Trustees of the Columbia University +# diffpy.srxconfutils by Simon J. L. Billinge group +# (c) 2013-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang # -# See AUTHORS.txt for a list of people who contributed. -# See LICENSENOTICE.txt for license information. +# See AUTHORS.rst for a list of people who contributed. +# See LICENSENOTICE.rst for license information. # ############################################################################## """Package for organizing program configurations. It can read/write diff --git a/src/diffpy/srxconfutils/tools.py b/src/diffpy/srxconfutils/tools.py index 9c99e66..9b8a503 100644 --- a/src/diffpy/srxconfutils/tools.py +++ b/src/diffpy/srxconfutils/tools.py @@ -1,14 +1,14 @@ #!/usr/bin/env python ############################################################################## # -# dpx.confutils by Simon J. L. Billinge group -# (c) 2013 Trustees of the Columbia University +# diffpy.srxconfutils by Simon J. L. Billinge group +# (c) 2013-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang # -# See AUTHORS.txt for a list of people who contributed. -# See LICENSENOTICE.txt for license information. +# See AUTHORS.rst for a list of people who contributed. +# See LICENSENOTICE.rst for license information. # ##############################################################################