let3 1.1.0__zip → 1.1.1__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.
@@ -1,6 +1,10 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.1.1 (2024-10-09)
5
+ ------------------
6
+ - Setup (dependencies) update.
7
+
4
8
  1.1.0 (2024-09-30)
5
9
  ------------------
6
10
  - Drop support for Python 3.8
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: let3
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Assign variables wherever, whenever you want.
5
5
  Author: Taylor Marks, Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -34,11 +34,11 @@ 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
36
  Requires-Dist: setuptools>=75.1.0
37
- Requires-Dist: pkg-about>=1.2.0
37
+ Requires-Dist: pkg-about>=1.2.1
38
38
  Provides-Extra: doc
39
39
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
40
  Requires-Dist: sphinx-toolbox>=3.8.0; extra == "doc"
41
- Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
41
+ Requires-Dist: sphinx-tabs>=3.4.7; extra == "doc"
42
42
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
43
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
44
44
  Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
@@ -46,7 +46,7 @@ Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
46
46
  Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
47
47
  Provides-Extra: test
48
48
  Requires-Dist: deepdiff>=8.0.1; extra == "test"
49
- Requires-Dist: rich>=13.8.1; extra == "test"
49
+ Requires-Dist: rich>=13.9.2; extra == "test"
50
50
 
51
51
  let3
52
52
  ====
@@ -196,6 +196,10 @@ Authors
196
196
  Changelog
197
197
  =========
198
198
 
199
+ 1.1.1 (2024-10-09)
200
+ ------------------
201
+ - Setup (dependencies) update.
202
+
199
203
  1.1.0 (2024-09-30)
200
204
  ------------------
201
205
  - Drop support for Python 3.8
@@ -3,11 +3,11 @@
3
3
 
4
4
  [build-system]
5
5
  build-backend = 'setuptools.build_meta'
6
- requires = ['setuptools>=75.1.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.20.0']
6
+ requires = ['setuptools>=75.1.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.21.2']
7
7
 
8
8
  [project]
9
9
  name = 'let3'
10
- version = '1.1.0'
10
+ version = '1.1.1'
11
11
  description = 'Assign variables wherever, whenever you want.'
12
12
  urls.Homepage = 'https://pypi.org/project/let3/'
13
13
  urls.Documentation = 'https://let3.readthedocs.io/'
@@ -47,7 +47,7 @@ requires-python = '>=3.9.0,<4.0.0'
47
47
  dependencies = [
48
48
  # mandatory
49
49
  'setuptools>=75.1.0',
50
- 'pkg-about>=1.2.0',
50
+ 'pkg-about>=1.2.1',
51
51
  # others
52
52
  ]
53
53
  dynamic = ['readme']
@@ -55,7 +55,7 @@ dynamic = ['readme']
55
55
  doc = [
56
56
  'Sphinx>=7.4.7',
57
57
  'sphinx-toolbox>=3.8.0',
58
- 'sphinx-tabs>=3.4.5',
58
+ 'sphinx-tabs>=3.4.7',
59
59
  'sphinx-copybutton>=0.5.2',
60
60
  'sphinxcontrib-spelling>=8.0.0',
61
61
  'sphinx-lint>=1.0.0',
@@ -64,7 +64,7 @@ doc = [
64
64
  ]
65
65
  test = [
66
66
  'deepdiff>=8.0.1',
67
- 'rich>=13.8.1',
67
+ 'rich>=13.9.2',
68
68
  ]
69
69
 
70
70
  [project.scripts]
@@ -167,12 +167,12 @@ labels =
167
167
  docs = docs
168
168
  build = py{39,310,311,312,313}, pypy{39,310}, docs, build
169
169
  deploy = py{39,310,311,312,313}, pypy{39,310}, docs, build, publish
170
- minversion = 4.20.0
170
+ minversion = 4.21.2
171
171
  skip_missing_interpreters = true
172
172
  requires =
173
173
  {[base]deps}
174
174
  virtualenv>=20.26.6
175
- tox-backtick>=0.5.0
175
+ tox-backtick>=0.5.1
176
176
  tox-tags>=0.2.0
177
177
 
178
178
  [base]
@@ -212,7 +212,7 @@ commands =
212
212
  {envpython} -m coverage html
213
213
  deps =
214
214
  {[testenv]deps}
215
- coverage>=7.6.1
215
+ coverage>=7.6.2
216
216
  covdefaults>=2.3.0
217
217
  diff-cover>=9.2.0
218
218
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: let3
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Assign variables wherever, whenever you want.
5
5
  Author: Taylor Marks, Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -34,11 +34,11 @@ 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
36
  Requires-Dist: setuptools>=75.1.0
37
- Requires-Dist: pkg-about>=1.2.0
37
+ Requires-Dist: pkg-about>=1.2.1
38
38
  Provides-Extra: doc
39
39
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
40
  Requires-Dist: sphinx-toolbox>=3.8.0; extra == "doc"
41
- Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
41
+ Requires-Dist: sphinx-tabs>=3.4.7; extra == "doc"
42
42
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
43
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
44
44
  Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
@@ -46,7 +46,7 @@ Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
46
46
  Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
47
47
  Provides-Extra: test
48
48
  Requires-Dist: deepdiff>=8.0.1; extra == "test"
49
- Requires-Dist: rich>=13.8.1; extra == "test"
49
+ Requires-Dist: rich>=13.9.2; extra == "test"
50
50
 
51
51
  let3
52
52
  ====
@@ -196,6 +196,10 @@ Authors
196
196
  Changelog
197
197
  =========
198
198
 
199
+ 1.1.1 (2024-10-09)
200
+ ------------------
201
+ - Setup (dependencies) update.
202
+
199
203
  1.1.0 (2024-09-30)
200
204
  ------------------
201
205
  - Drop support for Python 3.8
@@ -1,10 +1,10 @@
1
1
  setuptools>=75.1.0
2
- pkg-about>=1.2.0
2
+ pkg-about>=1.2.1
3
3
 
4
4
  [doc]
5
5
  Sphinx>=7.4.7
6
6
  sphinx-toolbox>=3.8.0
7
- sphinx-tabs>=3.4.5
7
+ sphinx-tabs>=3.4.7
8
8
  sphinx-copybutton>=0.5.2
9
9
  sphinxcontrib-spelling>=8.0.0
10
10
  sphinx-lint>=1.0.0
@@ -13,4 +13,4 @@ nbsphinx>=0.9.5
13
13
 
14
14
  [test]
15
15
  deepdiff>=8.0.1
16
- rich>=13.8.1
16
+ rich>=13.9.2
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes