LECPython 1.2.3.7__tar.gz → 1.2.3.9__tar.gz

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.
Files changed (25) hide show
  1. lecpython-1.2.3.9/LECPython/LECPythonLib.dll +0 -0
  2. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/LECPythonLib.pdb +0 -0
  3. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/LECPythonLib.py +2 -2
  4. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython.egg-info/PKG-INFO +1 -1
  5. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/PKG-INFO +1 -1
  6. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/setup.py +1 -1
  7. lecpython-1.2.3.7/LECPython/LECPythonLib.dll +0 -0
  8. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/LECPythonLib.deps.json +0 -0
  9. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/Microsoft.Win32.SystemEvents.dll +0 -0
  10. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/Newtonsoft.Json.dll +0 -0
  11. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/System.Collections.Immutable.dll +0 -0
  12. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/System.Data.SqlClient.dll +0 -0
  13. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/System.Drawing.Common.dll +0 -0
  14. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/System.Formats.Nrbf.dll +0 -0
  15. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/System.IO.Ports.dll +0 -0
  16. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/System.Reflection.Metadata.dll +0 -0
  17. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/System.Resources.Extensions.dll +0 -0
  18. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython/__init__.py +0 -0
  19. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython.egg-info/SOURCES.txt +0 -0
  20. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython.egg-info/dependency_links.txt +0 -0
  21. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython.egg-info/requires.txt +0 -0
  22. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/LECPython.egg-info/top_level.txt +0 -0
  23. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/MANIFEST.in +0 -0
  24. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/README.md +0 -0
  25. {lecpython-1.2.3.7 → lecpython-1.2.3.9}/setup.cfg +0 -0
@@ -81,8 +81,8 @@ class DotNetInstaller:
81
81
  os.system('sudo dpkg -i packages-microsoft-prod.deb')
82
82
  os.system('sudo apt update')
83
83
  os.system('sudo apt install -y dotnet-runtime-8.0')
84
- elif "rpt-rpi" in version_info:
85
- print("Detected Raspberry Pi environment. Installing .NET 8 Runtime...")
84
+ elif "rpt-rpi" in version_info or "arm-" in version_info:
85
+ print("Detected ARM Core / Raspberry Pi environment. Installing .NET 8 Runtime...")
86
86
  os.system('sudo apt update')
87
87
  os.system('sudo apt install -y wget')
88
88
  os.system('wget -O aspnetcore-runtime-8.0.8-linux-arm64.tar.gz https://download.visualstudio.microsoft.com/download/pr/f6fcf2c9-39ad-49c7-80b5-92306309e796/3cac9217f55528cb60c95702ba92d78b/aspnetcore-runtime-8.0.8-linux-arm64.tar.gz')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: LECPython
3
- Version: 1.2.3.7
3
+ Version: 1.2.3.9
4
4
  Summary: LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs...
5
5
  Home-page: https://github.com/xeden3/LECPython
6
6
  Author: xeden3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: LECPython
3
- Version: 1.2.3.7
3
+ Version: 1.2.3.9
4
4
  Summary: LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs...
5
5
  Home-page: https://github.com/xeden3/LECPython
6
6
  Author: xeden3
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='LECPython',
5
- version='1.2.3.7',
5
+ version='1.2.3.9',
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={
File without changes
File without changes
File without changes