Skip to content

Commit b29773e

Browse files
committed
Update docstrings for repr_utils
* mass update copyright headers * fix deprecated package metadata * include python 3.14
1 parent 4305ce7 commit b29773e

File tree

9 files changed

+97
-158
lines changed

9 files changed

+97
-158
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
max-parallel: 6
103103
matrix:
104104
os: [ubuntu-latest, windows-latest]
105-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
105+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
106106

107107
name: "Script based python ${{ matrix.python-version }} on ${{ matrix.os }}"
108108
steps:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2016-2021 Alexey Stepanov aka penguinolog
189+
Copyright 2016-2025 Alexey Stepanov aka penguinolog
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

classifiers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Development Status :: 5 - Production/Stable
22
Intended Audience :: Developers
33
Topic :: Software Development :: Libraries :: Python Modules
4-
License :: OSI Approved :: Apache Software License
54
Programming Language :: Python :: 3
65
Programming Language :: Python :: 3 :: Only
76
Programming Language :: Python :: 3.9
87
Programming Language :: Python :: 3.10
98
Programming Language :: Python :: 3.11
109
Programming Language :: Python :: 3.12
1110
Programming Language :: Python :: 3.13
11+
Programming Language :: Python :: 3.14
1212
Programming Language :: Python :: Implementation :: CPython
1313
Programming Language :: Python :: Implementation :: PyPy

logwrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 - 2021 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2025 Alexey Stepanov aka penguinolog
22

33
# Copyright 2016 Mirantis, Inc.
44

logwrap/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 - 2021 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2025 Alexey Stepanov aka penguinolog
22
# Licensed under the Apache License, Version 2.0 (the "License"); you may
33
# not use this file except in compliance with the License. You may obtain
44
# a copy of the License at

logwrap/log_on_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 - 2021 Alexey Stepanov aka penguinolog
1+
# Copyright 2018 - 2025 Alexey Stepanov aka penguinolog
22
# Licensed under the Apache License, Version 2.0 (the "License"); you may
33
# not use this file except in compliance with the License. You may obtain
44
# a copy of the License at

logwrap/log_wrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 - 2022 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2025 Alexey Stepanov aka penguinolog
22

33
# Copyright 2016 Mirantis, Inc.
44

0 commit comments

Comments
 (0)