File tree Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 7878
7979 - run : |
8080 mk python-release owner=libre-embedded \
81- repo=runtimepy version=5.15.8
81+ repo=runtimepy version=5.15.9
8282 if: |
8383 matrix.python-version == '3.12'
8484 && matrix.system == 'ubuntu-latest'
Original file line number Diff line number Diff line change 22 =====================================
33 generator=datazen
44 version=3.2.3
5- hash=c354cb6439439285d244ad2bdcc32cc8
5+ hash=ef690aab5423bad6b856bee68276c8fd
66 =====================================
77-->
88
9- # runtimepy ([ 5.15.8 ] ( https://pypi.org/project/runtimepy/ ) )
9+ # runtimepy ([ 5.15.9 ] ( https://pypi.org/project/runtimepy/ ) )
1010
1111[ ![ python] ( https://img.shields.io/pypi/pyversions/runtimepy.svg )] ( https://pypi.org/project/runtimepy/ )
1212![ Build Status] ( https://github.com/libre-embedded/runtimepy/workflows/Python%20Package/badge.svg )
Original file line number Diff line number Diff line change 11---
22major : 5
33minor : 15
4- patch : 8
4+ patch : 9
55entry : runtimepy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
44
55[project ]
66name = " runtimepy"
7- version = " 5.15.8 "
7+ version = " 5.15.9 "
88description = " A framework for implementing Python services."
99readme = " README.md"
1010requires-python = " >=3.12"
Original file line number Diff line number Diff line change 11# =====================================
22# generator=datazen
33# version=3.2.3
4- # hash=be3f79364e840f1950bc121205810f02
4+ # hash=d9d0de2bb0023948837d59c828acf9fb
55# =====================================
66
77"""
1010
1111DESCRIPTION = "A framework for implementing Python services."
1212PKG_NAME = "runtimepy"
13- VERSION = "5.15.8 "
13+ VERSION = "5.15.9 "
1414
1515# runtimepy-specific content.
1616METRICS_NAME = "metrics"
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ body > :first-child {
1919
2020# runtimepy-tabs {
2121 width : min-content;
22+ max-width : 30vw ;
23+ overflow : hidden;
2224}
2325
2426# runtimepy-splash {
Original file line number Diff line number Diff line change 99
1010 Arbitrary configuration (testing).
1111
12+ <div style="width: 800px; background-color: red">test</div>
13+
1214 bottom_markdown : |
1315 # Bottom Markdown
1416
You can’t perform that action at this time.
0 commit comments