Skip to content

Commit 9235136

Browse files
authored
Merge pull request #57 from hANSIc99/dev
v1.11 Configuration changes during runtime are now possible
2 parents 8403842 + ef670b7 commit 9235136

30 files changed

+3333
-33
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.pyc
22
setup.cfg
3+
setup.py
34

45
src/Pythonic/PythonicRPI.egg-info
56
src/PythonicRPI.egg-info

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.11
2+
3+
Configuration changes during runtime are now possible
4+
15
1.10
26

37
SQLite element added

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ RUN /usr/bin/python3 -m pip install pylint==2.7.4
7777
###################################
7878

7979

80-
COPY dist/Pythonic-1.10.tar.gz /
80+
COPY dist/Pythonic-1.11.tar.gz /
8181

82-
RUN /usr/bin/python3 -m pip install /Pythonic-1.10.tar.gz
82+
RUN /usr/bin/python3 -m pip install /Pythonic-1.11.tar.gz
8383

84-
RUN rm Pythonic-1.10.tar.gz
84+
RUN rm Pythonic-1.11.tar.gz
8585

8686
###################################
8787
# #

build_sdist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#END
1111
#)
1212
cp setup_x86.cfg setup.cfg
13+
cp setup_x86.py setup.py
1314
python3 setup.py sdist
1415

1516
#export PackageName=PythonicRPI
@@ -21,4 +22,5 @@ python3 setup.py sdist
2122
#END
2223
#)
2324
cp setup_rpi.cfg setup.cfg
25+
cp setup_rpi.py setup.py
2426
python3 setup.py sdist

dist/Pythonic-1.11.tar.gz

5.14 MB
Binary file not shown.

dist/PythonicRPI-1.11.tar.gz

5.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)