plain.dev 0.33.3__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 +10 -0
- {plain_dev-0.33.3.dist-info → plain_dev-0.34.0.dist-info}/METADATA +2 -2
- {plain_dev-0.33.3.dist-info → plain_dev-0.34.0.dist-info}/RECORD +6 -6
- {plain_dev-0.33.3.dist-info → plain_dev-0.34.0.dist-info}/WHEEL +0 -0
- {plain_dev-0.33.3.dist-info → plain_dev-0.34.0.dist-info}/entry_points.txt +0 -0
- {plain_dev-0.33.3.dist-info → plain_dev-0.34.0.dist-info}/licenses/LICENSE +0 -0
plain/dev/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
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
|
+
|
3
13
|
## [0.33.3](https://github.com/dropseed/plain/releases/plain-dev@0.33.3) (2025-09-03)
|
4
14
|
|
5
15
|
### What's changed
|
@@ -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,4 +1,4 @@
|
|
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
4
|
plain/dev/cli.py,sha256=l2h0C1TZuHUweCYhfsJBC3nx6BmwaREFQVaJLlcltro,8392
|
@@ -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
|