let3 1.0.24__zip → 1.1.0__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {let3-1.0.24 → let3-1.1.0}/.readthedocs.yml +1 -1
- {let3-1.0.24 → let3-1.1.0}/CHANGES.rst +10 -0
- {let3-1.0.24 → let3-1.1.0}/MANIFEST.in +1 -2
- {let3-1.0.24 → let3-1.1.0}/PKG-INFO +27 -16
- {let3-1.0.24 → let3-1.1.0}/README.rst +3 -2
- {let3-1.0.24 → let3-1.1.0}/docs/conf.py +1 -1
- {let3-1.0.24 → let3-1.1.0}/pyproject.toml +35 -36
- let3-1.1.0/src/let/__about__.py +5 -0
- {let3-1.0.24 → let3-1.1.0}/src/let/__init__.py +2 -2
- {let3-1.0.24 → let3-1.1.0}/src/let/_let.py +1 -2
- {let3-1.0.24 → let3-1.1.0}/src/let3.egg-info/PKG-INFO +27 -16
- let3-1.1.0/src/let3.egg-info/requires.txt +16 -0
- {let3-1.0.24 → let3-1.1.0}/tests/__init__.py +1 -2
- {let3-1.0.24 → let3-1.1.0}/tests/__main__.py +1 -2
- {let3-1.0.24 → let3-1.1.0}/tests/test_main.py +1 -2
- let3-1.0.24/src/let/__about__.py +0 -6
- let3-1.0.24/src/let3.egg-info/requires.txt +0 -16
- {let3-1.0.24 → let3-1.1.0}/LICENSE +0 -0
- {let3-1.0.24 → let3-1.1.0}/docs/CHANGES.rst +0 -0
- {let3-1.0.24 → let3-1.1.0}/docs/README.rst +0 -0
- {let3-1.0.24 → let3-1.1.0}/docs/_static/.keep +0 -0
- {let3-1.0.24 → let3-1.1.0}/docs/_templates/.keep +0 -0
- {let3-1.0.24 → let3-1.1.0}/docs/index.rst +0 -0
- {let3-1.0.24 → let3-1.1.0}/setup.cfg +0 -0
- {let3-1.0.24 → let3-1.1.0}/src/let3.egg-info/SOURCES.txt +0 -0
- {let3-1.0.24 → let3-1.1.0}/src/let3.egg-info/dependency_links.txt +0 -0
- {let3-1.0.24 → let3-1.1.0}/src/let3.egg-info/top_level.txt +0 -0
- {let3-1.0.24 → let3-1.1.0}/src/let3.egg-info/zip-safe +0 -0
- {let3-1.0.24 → let3-1.1.0}/tests/data/.keep +0 -0
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
1.1.0 (2024-09-30)
|
|
5
|
+
------------------
|
|
6
|
+
- Drop support for Python 3.8
|
|
7
|
+
- Setup (dependencies) update.
|
|
8
|
+
|
|
9
|
+
1.0.25 (2024-08-13)
|
|
10
|
+
-------------------
|
|
11
|
+
- Add support for Python 3.13
|
|
12
|
+
- Setup (dependencies) update.
|
|
13
|
+
|
|
4
14
|
1.0.24 (2024-01-30)
|
|
5
15
|
-------------------
|
|
6
16
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: let3
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Assign variables wherever, whenever you want.
|
|
5
5
|
Author: Taylor Marks, Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -21,32 +21,32 @@ Classifier: Operating System :: OS Independent
|
|
|
21
21
|
Classifier: Natural Language :: Polish
|
|
22
22
|
Classifier: Programming Language :: Python
|
|
23
23
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.9
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.10
|
|
27
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
28
27
|
Classifier: Programming Language :: Python :: 3.12
|
|
28
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
29
29
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
30
30
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
31
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
32
32
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
33
|
-
Requires-Python: <4.0.0,>=3.
|
|
33
|
+
Requires-Python: <4.0.0,>=3.9.0
|
|
34
34
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
35
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=
|
|
37
|
-
Requires-Dist: pkg-about>=1.
|
|
36
|
+
Requires-Dist: setuptools>=75.1.0
|
|
37
|
+
Requires-Dist: pkg-about>=1.2.0
|
|
38
38
|
Provides-Extra: doc
|
|
39
|
-
Requires-Dist: Sphinx>=7.
|
|
40
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
41
|
-
Requires-Dist: sphinx-tabs>=3.4.
|
|
42
|
-
Requires-Dist: sphinx-copybutton>=0.5.
|
|
43
|
-
Requires-Dist: sphinxcontrib-spelling>=
|
|
44
|
-
Requires-Dist: sphinx-lint>=0.
|
|
39
|
+
Requires-Dist: Sphinx>=7.4.7; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=3.8.0; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
45
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
|
-
Requires-Dist: nbsphinx>=0.
|
|
46
|
+
Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
|
|
47
47
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=
|
|
49
|
-
Requires-Dist: rich>=13.
|
|
48
|
+
Requires-Dist: deepdiff>=8.0.1; extra == "test"
|
|
49
|
+
Requires-Dist: rich>=13.8.1; extra == "test"
|
|
50
50
|
|
|
51
51
|
let3
|
|
52
52
|
====
|
|
@@ -123,7 +123,7 @@ Installation
|
|
|
123
123
|
|
|
124
124
|
Prerequisites:
|
|
125
125
|
|
|
126
|
-
+ Python 3.
|
|
126
|
+
+ Python 3.9 or higher
|
|
127
127
|
|
|
128
128
|
* https://www.python.org/
|
|
129
129
|
|
|
@@ -172,8 +172,8 @@ or on development mode:
|
|
|
172
172
|
License
|
|
173
173
|
=======
|
|
174
174
|
|
|
175
|
+
| |copyright|
|
|
175
176
|
| Copyright (c) 2016 Taylor Marks
|
|
176
|
-
| Copyright (c) 2016-2024 Adam Karpierz
|
|
177
177
|
| Licensed under the MIT License
|
|
178
178
|
| https://opensource.org/license/mit
|
|
179
179
|
| Please refer to the accompanying LICENSE file.
|
|
@@ -186,6 +186,7 @@ Authors
|
|
|
186
186
|
|
|
187
187
|
.. |package| replace:: let3
|
|
188
188
|
.. |package_bold| replace:: **let3**
|
|
189
|
+
.. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
|
|
189
190
|
.. |respository| replace:: https://github.com/karpierz/let3.git
|
|
190
191
|
.. _Development page: https://github.com/karpierz/let3
|
|
191
192
|
.. _PyPI record: https://pypi.org/project/let3/
|
|
@@ -195,6 +196,16 @@ Authors
|
|
|
195
196
|
Changelog
|
|
196
197
|
=========
|
|
197
198
|
|
|
199
|
+
1.1.0 (2024-09-30)
|
|
200
|
+
------------------
|
|
201
|
+
- Drop support for Python 3.8
|
|
202
|
+
- Setup (dependencies) update.
|
|
203
|
+
|
|
204
|
+
1.0.25 (2024-08-13)
|
|
205
|
+
-------------------
|
|
206
|
+
- Add support for Python 3.13
|
|
207
|
+
- Setup (dependencies) update.
|
|
208
|
+
|
|
198
209
|
1.0.24 (2024-01-30)
|
|
199
210
|
-------------------
|
|
200
211
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -73,7 +73,7 @@ Installation
|
|
|
73
73
|
|
|
74
74
|
Prerequisites:
|
|
75
75
|
|
|
76
|
-
+ Python 3.
|
|
76
|
+
+ Python 3.9 or higher
|
|
77
77
|
|
|
78
78
|
* https://www.python.org/
|
|
79
79
|
|
|
@@ -122,8 +122,8 @@ or on development mode:
|
|
|
122
122
|
License
|
|
123
123
|
=======
|
|
124
124
|
|
|
125
|
+
| |copyright|
|
|
125
126
|
| Copyright (c) 2016 Taylor Marks
|
|
126
|
-
| Copyright (c) 2016-2024 Adam Karpierz
|
|
127
127
|
| Licensed under the MIT License
|
|
128
128
|
| https://opensource.org/license/mit
|
|
129
129
|
| Please refer to the accompanying LICENSE file.
|
|
@@ -136,6 +136,7 @@ Authors
|
|
|
136
136
|
|
|
137
137
|
.. |package| replace:: let3
|
|
138
138
|
.. |package_bold| replace:: **let3**
|
|
139
|
+
.. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
|
|
139
140
|
.. |respository| replace:: https://github.com/karpierz/let3.git
|
|
140
141
|
.. _Development page: https://github.com/karpierz/let3
|
|
141
142
|
.. _PyPI record: https://pypi.org/project/let3/
|
|
@@ -34,7 +34,7 @@ release = about.__version__
|
|
|
34
34
|
|
|
35
35
|
# If your documentation needs a minimal Sphinx version, state it here.
|
|
36
36
|
#
|
|
37
|
-
needs_sphinx = '
|
|
37
|
+
needs_sphinx = '7.4.7'
|
|
38
38
|
|
|
39
39
|
# Add any Sphinx extension module names here, as strings. They can be
|
|
40
40
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
# Copyright (c) 2016 Adam Karpierz
|
|
2
|
-
#
|
|
3
|
-
# https://opensource.org/license/mit
|
|
2
|
+
# SPDX-License-Identifier: MIT
|
|
4
3
|
|
|
5
4
|
[build-system]
|
|
6
5
|
build-backend = 'setuptools.build_meta'
|
|
7
|
-
requires = ['setuptools>=
|
|
6
|
+
requires = ['setuptools>=75.1.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.20.0']
|
|
8
7
|
|
|
9
8
|
[project]
|
|
10
9
|
name = 'let3'
|
|
11
|
-
version = '1.0
|
|
10
|
+
version = '1.1.0'
|
|
12
11
|
description = 'Assign variables wherever, whenever you want.'
|
|
13
12
|
urls.Homepage = 'https://pypi.org/project/let3/'
|
|
14
13
|
urls.Documentation = 'https://let3.readthedocs.io/'
|
|
@@ -34,38 +33,38 @@ classifiers = [
|
|
|
34
33
|
'Natural Language :: Polish',
|
|
35
34
|
'Programming Language :: Python',
|
|
36
35
|
'Programming Language :: Python :: 3',
|
|
37
|
-
'Programming Language :: Python :: 3.8',
|
|
38
36
|
'Programming Language :: Python :: 3.9',
|
|
39
37
|
'Programming Language :: Python :: 3.10',
|
|
40
38
|
'Programming Language :: Python :: 3.11',
|
|
41
39
|
'Programming Language :: Python :: 3.12',
|
|
40
|
+
'Programming Language :: Python :: 3.13',
|
|
42
41
|
'Programming Language :: Python :: 3 :: Only',
|
|
43
42
|
'Programming Language :: Python :: Implementation :: CPython',
|
|
44
43
|
'Programming Language :: Python :: Implementation :: PyPy',
|
|
45
44
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
46
45
|
]
|
|
47
|
-
requires-python = '>=3.
|
|
46
|
+
requires-python = '>=3.9.0,<4.0.0'
|
|
48
47
|
dependencies = [
|
|
49
48
|
# mandatory
|
|
50
|
-
'setuptools>=
|
|
51
|
-
'pkg-about>=1.
|
|
49
|
+
'setuptools>=75.1.0',
|
|
50
|
+
'pkg-about>=1.2.0',
|
|
52
51
|
# others
|
|
53
52
|
]
|
|
54
53
|
dynamic = ['readme']
|
|
55
54
|
[project.optional-dependencies]
|
|
56
55
|
doc = [
|
|
57
|
-
'Sphinx>=7.
|
|
58
|
-
'sphinx-toolbox>=3.
|
|
59
|
-
'sphinx-tabs>=3.4.
|
|
60
|
-
'sphinx-copybutton>=0.5.
|
|
61
|
-
'sphinxcontrib-spelling>=
|
|
62
|
-
'sphinx-lint>=0.
|
|
56
|
+
'Sphinx>=7.4.7',
|
|
57
|
+
'sphinx-toolbox>=3.8.0',
|
|
58
|
+
'sphinx-tabs>=3.4.5',
|
|
59
|
+
'sphinx-copybutton>=0.5.2',
|
|
60
|
+
'sphinxcontrib-spelling>=8.0.0',
|
|
61
|
+
'sphinx-lint>=1.0.0',
|
|
63
62
|
'restructuredtext-lint>=1.4.0',
|
|
64
|
-
'nbsphinx>=0.
|
|
63
|
+
'nbsphinx>=0.9.5',
|
|
65
64
|
]
|
|
66
65
|
test = [
|
|
67
|
-
'deepdiff>=
|
|
68
|
-
'rich>=13.
|
|
66
|
+
'deepdiff>=8.0.1',
|
|
67
|
+
'rich>=13.8.1',
|
|
69
68
|
]
|
|
70
69
|
|
|
71
70
|
[project.scripts]
|
|
@@ -159,29 +158,29 @@ count = true
|
|
|
159
158
|
[tool.tox]
|
|
160
159
|
legacy_tox_ini = """
|
|
161
160
|
[tox]
|
|
162
|
-
envlist = py{
|
|
161
|
+
envlist = py{39,310,311,312,313}, pypy{39,310}, docs
|
|
163
162
|
labels =
|
|
164
|
-
py = py{
|
|
163
|
+
py = py{39,310,311,312,313}, pypy{39,310}
|
|
165
164
|
prepare = prepare
|
|
166
165
|
coverage = coverage
|
|
167
166
|
lint = lint
|
|
168
167
|
docs = docs
|
|
169
|
-
build = py{
|
|
170
|
-
deploy = py{
|
|
171
|
-
minversion = 4.
|
|
168
|
+
build = py{39,310,311,312,313}, pypy{39,310}, docs, build
|
|
169
|
+
deploy = py{39,310,311,312,313}, pypy{39,310}, docs, build, publish
|
|
170
|
+
minversion = 4.20.0
|
|
172
171
|
skip_missing_interpreters = true
|
|
173
172
|
requires =
|
|
174
173
|
{[base]deps}
|
|
175
|
-
virtualenv>=20.
|
|
176
|
-
tox-backtick>=0.
|
|
174
|
+
virtualenv>=20.26.6
|
|
175
|
+
tox-backtick>=0.5.0
|
|
177
176
|
tox-tags>=0.2.0
|
|
178
177
|
|
|
179
178
|
[base]
|
|
180
|
-
basepython = python3.
|
|
179
|
+
basepython = python3.12
|
|
181
180
|
deps =
|
|
182
|
-
pip>=
|
|
183
|
-
setuptools>=
|
|
184
|
-
wheel>=0.
|
|
181
|
+
pip>=24.2.0
|
|
182
|
+
setuptools>=75.1.0
|
|
183
|
+
wheel>=0.44.0
|
|
185
184
|
packagesubdir = let
|
|
186
185
|
|
|
187
186
|
[testenv]
|
|
@@ -213,9 +212,9 @@ commands =
|
|
|
213
212
|
{envpython} -m coverage html
|
|
214
213
|
deps =
|
|
215
214
|
{[testenv]deps}
|
|
216
|
-
coverage>=7.
|
|
215
|
+
coverage>=7.6.1
|
|
217
216
|
covdefaults>=2.3.0
|
|
218
|
-
diff-cover>=
|
|
217
|
+
diff-cover>=9.2.0
|
|
219
218
|
|
|
220
219
|
[testenv:docs]
|
|
221
220
|
basepython = {[base]basepython}
|
|
@@ -229,7 +228,7 @@ extras = doc
|
|
|
229
228
|
deps =
|
|
230
229
|
|
|
231
230
|
[testenv:build]
|
|
232
|
-
depends = py{
|
|
231
|
+
depends = py{39,310,311,312,313}, pypy{39,310}, docs
|
|
233
232
|
basepython = {[base]basepython}
|
|
234
233
|
setenv =
|
|
235
234
|
{[testenv]setenv}
|
|
@@ -243,7 +242,7 @@ commands =
|
|
|
243
242
|
{envpython} -m twine check dist/*
|
|
244
243
|
deps =
|
|
245
244
|
{[testenv]deps}
|
|
246
|
-
twine>=
|
|
245
|
+
twine>=5.1.1
|
|
247
246
|
|
|
248
247
|
[testenv:publish]
|
|
249
248
|
depends = build
|
|
@@ -254,7 +253,7 @@ commands =
|
|
|
254
253
|
{envpython} -m twine upload dist/*
|
|
255
254
|
extras =
|
|
256
255
|
deps =
|
|
257
|
-
twine>=
|
|
256
|
+
twine>=5.1.1
|
|
258
257
|
|
|
259
258
|
[testenv:lint]
|
|
260
259
|
basepython = {[base]basepython}
|
|
@@ -263,10 +262,10 @@ commands =
|
|
|
263
262
|
extras =
|
|
264
263
|
deps =
|
|
265
264
|
{[testenv]deps}
|
|
266
|
-
flake8>=7.
|
|
265
|
+
flake8>=7.1.1
|
|
267
266
|
flake8-pyproject>=1.2.3
|
|
268
267
|
flake8-docstrings>=1.7.0
|
|
269
|
-
pep8-naming>=0.
|
|
270
|
-
flake8-builtins>=2.
|
|
268
|
+
pep8-naming>=0.14.1
|
|
269
|
+
flake8-builtins>=2.5.0
|
|
271
270
|
flake8-deprecated>=2.2.1
|
|
272
271
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: let3
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Assign variables wherever, whenever you want.
|
|
5
5
|
Author: Taylor Marks, Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -21,32 +21,32 @@ Classifier: Operating System :: OS Independent
|
|
|
21
21
|
Classifier: Natural Language :: Polish
|
|
22
22
|
Classifier: Programming Language :: Python
|
|
23
23
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.9
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.10
|
|
27
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
28
27
|
Classifier: Programming Language :: Python :: 3.12
|
|
28
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
29
29
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
30
30
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
31
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
32
32
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
33
|
-
Requires-Python: <4.0.0,>=3.
|
|
33
|
+
Requires-Python: <4.0.0,>=3.9.0
|
|
34
34
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
35
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=
|
|
37
|
-
Requires-Dist: pkg-about>=1.
|
|
36
|
+
Requires-Dist: setuptools>=75.1.0
|
|
37
|
+
Requires-Dist: pkg-about>=1.2.0
|
|
38
38
|
Provides-Extra: doc
|
|
39
|
-
Requires-Dist: Sphinx>=7.
|
|
40
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
41
|
-
Requires-Dist: sphinx-tabs>=3.4.
|
|
42
|
-
Requires-Dist: sphinx-copybutton>=0.5.
|
|
43
|
-
Requires-Dist: sphinxcontrib-spelling>=
|
|
44
|
-
Requires-Dist: sphinx-lint>=0.
|
|
39
|
+
Requires-Dist: Sphinx>=7.4.7; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=3.8.0; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
45
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
|
-
Requires-Dist: nbsphinx>=0.
|
|
46
|
+
Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
|
|
47
47
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=
|
|
49
|
-
Requires-Dist: rich>=13.
|
|
48
|
+
Requires-Dist: deepdiff>=8.0.1; extra == "test"
|
|
49
|
+
Requires-Dist: rich>=13.8.1; extra == "test"
|
|
50
50
|
|
|
51
51
|
let3
|
|
52
52
|
====
|
|
@@ -123,7 +123,7 @@ Installation
|
|
|
123
123
|
|
|
124
124
|
Prerequisites:
|
|
125
125
|
|
|
126
|
-
+ Python 3.
|
|
126
|
+
+ Python 3.9 or higher
|
|
127
127
|
|
|
128
128
|
* https://www.python.org/
|
|
129
129
|
|
|
@@ -172,8 +172,8 @@ or on development mode:
|
|
|
172
172
|
License
|
|
173
173
|
=======
|
|
174
174
|
|
|
175
|
+
| |copyright|
|
|
175
176
|
| Copyright (c) 2016 Taylor Marks
|
|
176
|
-
| Copyright (c) 2016-2024 Adam Karpierz
|
|
177
177
|
| Licensed under the MIT License
|
|
178
178
|
| https://opensource.org/license/mit
|
|
179
179
|
| Please refer to the accompanying LICENSE file.
|
|
@@ -186,6 +186,7 @@ Authors
|
|
|
186
186
|
|
|
187
187
|
.. |package| replace:: let3
|
|
188
188
|
.. |package_bold| replace:: **let3**
|
|
189
|
+
.. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
|
|
189
190
|
.. |respository| replace:: https://github.com/karpierz/let3.git
|
|
190
191
|
.. _Development page: https://github.com/karpierz/let3
|
|
191
192
|
.. _PyPI record: https://pypi.org/project/let3/
|
|
@@ -195,6 +196,16 @@ Authors
|
|
|
195
196
|
Changelog
|
|
196
197
|
=========
|
|
197
198
|
|
|
199
|
+
1.1.0 (2024-09-30)
|
|
200
|
+
------------------
|
|
201
|
+
- Drop support for Python 3.8
|
|
202
|
+
- Setup (dependencies) update.
|
|
203
|
+
|
|
204
|
+
1.0.25 (2024-08-13)
|
|
205
|
+
-------------------
|
|
206
|
+
- Add support for Python 3.13
|
|
207
|
+
- Setup (dependencies) update.
|
|
208
|
+
|
|
198
209
|
1.0.24 (2024-01-30)
|
|
199
210
|
-------------------
|
|
200
211
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
setuptools>=75.1.0
|
|
2
|
+
pkg-about>=1.2.0
|
|
3
|
+
|
|
4
|
+
[doc]
|
|
5
|
+
Sphinx>=7.4.7
|
|
6
|
+
sphinx-toolbox>=3.8.0
|
|
7
|
+
sphinx-tabs>=3.4.5
|
|
8
|
+
sphinx-copybutton>=0.5.2
|
|
9
|
+
sphinxcontrib-spelling>=8.0.0
|
|
10
|
+
sphinx-lint>=1.0.0
|
|
11
|
+
restructuredtext-lint>=1.4.0
|
|
12
|
+
nbsphinx>=0.9.5
|
|
13
|
+
|
|
14
|
+
[test]
|
|
15
|
+
deepdiff>=8.0.1
|
|
16
|
+
rich>=13.8.1
|
let3-1.0.24/src/let/__about__.py
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
setuptools>=68.2.2
|
|
2
|
-
pkg-about>=1.1.5
|
|
3
|
-
|
|
4
|
-
[doc]
|
|
5
|
-
Sphinx>=7.1.2
|
|
6
|
-
sphinx-toolbox>=3.5.0
|
|
7
|
-
sphinx-tabs>=3.4.1
|
|
8
|
-
sphinx-copybutton>=0.5.1
|
|
9
|
-
sphinxcontrib-spelling>=7.7.0
|
|
10
|
-
sphinx-lint>=0.6.7
|
|
11
|
-
restructuredtext-lint>=1.4.0
|
|
12
|
-
nbsphinx>=0.8.10
|
|
13
|
-
|
|
14
|
-
[test]
|
|
15
|
-
deepdiff>=6.7.1
|
|
16
|
-
rich>=13.7.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|