plain.dev 0.33.2__py3-none-any.whl → 0.34.0__py3-none-any.whl
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.
- plain/dev/CHANGELOG.md +20 -0
- plain/dev/cli.py +8 -3
- {plain_dev-0.33.2.dist-info → plain_dev-0.34.0.dist-info}/METADATA +2 -2
- {plain_dev-0.33.2.dist-info → plain_dev-0.34.0.dist-info}/RECORD +7 -7
- {plain_dev-0.33.2.dist-info → plain_dev-0.34.0.dist-info}/WHEEL +0 -0
- {plain_dev-0.33.2.dist-info → plain_dev-0.34.0.dist-info}/entry_points.txt +0 -0
- {plain_dev-0.33.2.dist-info → plain_dev-0.34.0.dist-info}/licenses/LICENSE +0 -0
plain/dev/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# plain-dev changelog
|
2
2
|
|
3
|
+
## [0.34.0](https://github.com/dropseed/plain/releases/plain-dev@0.34.0) (2025-09-19)
|
4
|
+
|
5
|
+
### What's changed
|
6
|
+
|
7
|
+
- Minimum Python version requirement increased from 3.11 to 3.13 ([d86e307](https://github.com/dropseed/plain/commit/d86e307efb))
|
8
|
+
|
9
|
+
### Upgrade instructions
|
10
|
+
|
11
|
+
- Upgrade your Python environment to Python 3.13 or later
|
12
|
+
|
13
|
+
## [0.33.3](https://github.com/dropseed/plain/releases/plain-dev@0.33.3) (2025-09-03)
|
14
|
+
|
15
|
+
### What's changed
|
16
|
+
|
17
|
+
- Added retries to background service startup to improve reliability when services take longer to initialize ([e2b3a42](https://github.com/dropseed/plain/commit/e2b3a42313))
|
18
|
+
|
19
|
+
### Upgrade instructions
|
20
|
+
|
21
|
+
- No changes required
|
22
|
+
|
3
23
|
## [0.33.2](https://github.com/dropseed/plain/releases/plain-dev@0.33.2) (2025-08-22)
|
4
24
|
|
5
25
|
### What's changed
|
plain/dev/cli.py
CHANGED
@@ -58,9 +58,14 @@ class DevGroup(click.Group):
|
|
58
58
|
stderr=subprocess.DEVNULL,
|
59
59
|
)
|
60
60
|
|
61
|
-
|
62
|
-
|
63
|
-
|
61
|
+
# Give services time to start and retry the check
|
62
|
+
wait_times = [0.5, 1, 1] # First check at 0.5s, then 1s intervals
|
63
|
+
for wait_time in wait_times:
|
64
|
+
time.sleep(wait_time)
|
65
|
+
if ServicesProcess.running_pid():
|
66
|
+
return # Services started successfully
|
67
|
+
|
68
|
+
# Only show error after multiple attempts
|
64
69
|
if not ServicesProcess.running_pid():
|
65
70
|
click.secho(
|
66
71
|
"Failed to start dev services. Here are the logs:",
|
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: plain.dev
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.34.0
|
4
4
|
Summary: A single command that runs everything you need for local development.
|
5
5
|
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
|
6
6
|
License-Expression: BSD-3-Clause
|
7
7
|
License-File: LICENSE
|
8
|
-
Requires-Python: >=3.
|
8
|
+
Requires-Python: >=3.13
|
9
9
|
Requires-Dist: click>=8.0.0
|
10
10
|
Requires-Dist: gunicorn>20
|
11
11
|
Requires-Dist: inotify
|
@@ -1,7 +1,7 @@
|
|
1
|
-
plain/dev/CHANGELOG.md,sha256=
|
1
|
+
plain/dev/CHANGELOG.md,sha256=tb4We1K2KXSrRQHZ9mCmFRwLCQunthjtWPwXTq-bk0Y,4805
|
2
2
|
plain/dev/README.md,sha256=NnrH4weWiqrgL1ZUYcMTWqLX29uRBjy3n8HxLcIp4do,4809
|
3
3
|
plain/dev/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
|
4
|
-
plain/dev/cli.py,sha256=
|
4
|
+
plain/dev/cli.py,sha256=l2h0C1TZuHUweCYhfsJBC3nx6BmwaREFQVaJLlcltro,8392
|
5
5
|
plain/dev/core.py,sha256=9eNbsndg3Q-UfqeWd2PvxVyH1dZZtnklibebMDpIv-I,12094
|
6
6
|
plain/dev/debug.py,sha256=Ka84K8zUdF0kMYNyqiLYDrdzU1jU8LSOkts3hcw_Gok,1005
|
7
7
|
plain/dev/default_settings.py,sha256=uXWYORWP_aRDwXIFXdu5kHyiBFUZzARIJdhPeFaX35c,75
|
@@ -23,8 +23,8 @@ plain/dev/poncho/printer.py,sha256=1LhaQx55ujxmo-SSwQtzsh0bO6HL5q2_kiA0jLWEB-o,2
|
|
23
23
|
plain/dev/poncho/process.py,sha256=JJOKy-C6vMCg7-6JMCtu6C649h7HmOBSJqDP_hnX49I,2637
|
24
24
|
plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
|
25
25
|
plain/dev/precommit/cli.py,sha256=ax_2cUpYfOhh6iZirhZS5cX0jy6rTfJAWzwm1qeRm58,3176
|
26
|
-
plain_dev-0.
|
27
|
-
plain_dev-0.
|
28
|
-
plain_dev-0.
|
29
|
-
plain_dev-0.
|
30
|
-
plain_dev-0.
|
26
|
+
plain_dev-0.34.0.dist-info/METADATA,sha256=SmY9hcSiKjWDwnL7Bcp0prYntPWgZ8V-4wsiHNN4zdY,5311
|
27
|
+
plain_dev-0.34.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
28
|
+
plain_dev-0.34.0.dist-info/entry_points.txt,sha256=zrcTOiFk_MLKsnYVlwVP7aMm1XLEqq7w4EBkJ-3ge-g,114
|
29
|
+
plain_dev-0.34.0.dist-info/licenses/LICENSE,sha256=Cx4Dq9yR2fLHthf8Ke36B8QJvE1bZFXVzDIGE8wGzsY,4132
|
30
|
+
plain_dev-0.34.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|