Skip to content

Commit d4bd075

Browse files
authored
Merge pull request #42 from hANSIc99/dev
v1.4 ready
2 parents b17d220 + c34671c commit d4bd075

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.4
2+
3+
PySide2 version detached to enable Python3.9 support
4+
15
1.3
26

37
Scheduler for manual trigger added

Containerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ RUN /usr/bin/python3 -m pip install pylint==2.7.4
7575
###################################
7676

7777

78-
COPY dist/Pythonic-1.3.tar.gz /
78+
COPY dist/Pythonic-1.4.tar.gz /
7979

80-
RUN /usr/bin/python3 -m pip install /Pythonic-1.3.tar.gz
80+
RUN /usr/bin/python3 -m pip install /Pythonic-1.4.tar.gz
8181

82-
RUN rm Pythonic-1.3.tar.gz
82+
RUN rm Pythonic-1.4.tar.gz
8383

8484
###################################
8585
# #
@@ -141,4 +141,4 @@ COPY src/supervisor/supervisord.conf /etc/supervisord.conf
141141

142142

143143
ENTRYPOINT ["/usr/local/bin/supervisord", "-c", "/etc/supervisord.conf"]
144-
WORKDIR /root
144+
WORKDIR /root

dist/Pythonic-1.4.tar.gz

5.06 MB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name = 'Pythonic',
8-
version = '1.03',
8+
version = '1.04',
99
author = 'Stephan Avenwedde',
1010
author_email = '[email protected]',
1111
license = 'GPLv3',
@@ -42,7 +42,7 @@
4242
},
4343
python_requires = '>=3.7',
4444
install_requires = [
45-
'PySide2==5.14.2.3',
45+
'PySide2',
4646
'eventlet>=0.27.0',
4747
'debugpy==1.2.1',
4848
'python-telegram-bot==13.4.1'

src/Pythonic/screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def reset_screen():
1010
'|_| \__, |\__|_| |_|\___/|_| |_|_|\___|____/ \__,_|\___|_| |_| |_|\___/|_| |_|\n'\
1111
' |___/ \n'
1212

13-
version = 'v1.3\n'
13+
version = 'v1.4\n'
1414
gitHub = 'Visit https://github.com/hANSIc99/Pythonic\n'
1515
log_info_msg = '<<<<<<<<<<<< Logging directory ~/Pythonic/log/\n'
1616

0 commit comments

Comments
 (0)