Skip to content

Commit 864bc57

Browse files
author
Stephan
committed
1.7 ready
1 parent f309d61 commit 864bc57

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
1.7
22

33
Added SetPersist type
4+
Modified Telegram element to use SetPersist type
45

56
1.6
67

Containerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#Type CIName Version License
1818
# Pythonic
1919
# INCLUDED PACKAGES
20-
# IMG Fedora 33 GPL
20+
# IMG Fedora 31 GPL
2121
# BIN Supervisor 3.2.0 Custom license
2222
# BIN ms-python 2020.10.332292344
2323
#
@@ -77,11 +77,11 @@ RUN /usr/bin/python3 -m pip install pylint==2.7.4
7777
###################################
7878

7979

80-
COPY dist/Pythonic-1.6.tar.gz /
80+
COPY dist/Pythonic-1.7.tar.gz /
8181

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

84-
RUN rm Pythonic-1.6.tar.gz
84+
RUN rm Pythonic-1.7.tar.gz
8585

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

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ python3 setup.py sdist
1818
#src/code-server/download.sh
1919

2020
# BUILD CONTAINER IMAGE
21-
#podman build -t pythonicautomation/pythonic:1.6 .
21+
#podman build -t pythonicautomation/pythonic:1.7 .

dist/Pythonic-1.7.tar.gz

5.15 MB
Binary file not shown.

dist/PythonicRPI-1.7.tar.gz

5.14 MB
Binary file not shown.

examples/rpi_telegram_remote_io/current_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"SpecificConfig": [
1515
{
16-
"Data": "1323666957:AAH6rIDQJty0ixLc9fyrLQIohxks_y6wwho",
16+
"Data": "",
1717
"Name": "Token",
1818
"Type": "LineEdit"
1919
}

0 commit comments

Comments
 (0)