From ad5b15b9d1a9b2abaee70b4f477deac3ad6fd198 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Thu, 7 Nov 2019 21:07:36 +0300 Subject: [PATCH] #Need fix in pyOpenRPA content (dont upload to server) --- .../pyOpenRPA-1.0.7.dist-info/INSTALLER | 1 + .../pyOpenRPA-1.0.7.dist-info/METADATA | 23 +++++++++++++++++++ .../pyOpenRPA-1.0.7.dist-info/RECORD | 5 ++++ .../pyOpenRPA-1.0.7.dist-info/WHEEL | 5 ++++ .../pyOpenRPA-1.0.7.dist-info/top_level.txt | 1 + .../pyOpenRPA-1.0.7.dist-info/INSTALLER | 1 + .../pyOpenRPA-1.0.7.dist-info/METADATA | 23 +++++++++++++++++++ .../pyOpenRPA-1.0.7.dist-info/RECORD | 5 ++++ .../pyOpenRPA-1.0.7.dist-info/WHEEL | 5 ++++ .../pyOpenRPA-1.0.7.dist-info/top_level.txt | 1 + Robot/CreateUploadInstall_x64_x32.cmd | 10 ++++++++ Robot/setup.py | 2 +- v1.0.7 => v1.0.8 | 0 13 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER create mode 100644 Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA create mode 100644 Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD create mode 100644 Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL create mode 100644 Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt create mode 100644 Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER create mode 100644 Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA create mode 100644 Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD create mode 100644 Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL create mode 100644 Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt create mode 100644 Robot/CreateUploadInstall_x64_x32.cmd rename v1.0.7 => v1.0.8 (100%) diff --git a/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA new file mode 100644 index 00000000..377d259f --- /dev/null +++ b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA @@ -0,0 +1,23 @@ +Metadata-Version: 2.1 +Name: pyOpenRPA +Version: 1.0.7 +Summary: First open source RPA platform for business +Home-page: https://gitlab.com/UnicodeLabs/OpenRPA +Author: Ivan Maslov +Author-email: Ivan.Maslov@unicodelabs.ru +License: MIT +Keywords: OpenRPA RPA Robot Automation Robotization +Platform: UNKNOWN +Classifier: Development Status :: 3 - Alpha +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3.7 +Requires-Dist: pywinauto (>=0.6.6) +Requires-Dist: WMI (>=1.4.9) +Requires-Dist: pillow (>=6.0.0) +Requires-Dist: keyboard (>=0.13.3) +Requires-Dist: pyautogui (>=0.9.44) +Requires-Dist: pywin32 (>=224) + +UNKNOWN + + diff --git a/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD new file mode 100644 index 00000000..1560492d --- /dev/null +++ b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD @@ -0,0 +1,5 @@ +pyOpenRPA-1.0.7.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pyOpenRPA-1.0.7.dist-info/METADATA,sha256=_rN4UG95FENZbFjRiTmaCf31KPJa8XKkFoFbDR3vgaI,654 +pyOpenRPA-1.0.7.dist-info/RECORD,, +pyOpenRPA-1.0.7.dist-info/WHEEL,sha256=qB97nP5e4MrOsXW5bIU5cUn_KSVr10EV0l-GCHG9qNs,97 +pyOpenRPA-1.0.7.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 diff --git a/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL new file mode 100644 index 00000000..e499438d --- /dev/null +++ b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.33.1) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/Resources/WPy32-3720/python-3.7.2/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt @@ -0,0 +1 @@ + diff --git a/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA new file mode 100644 index 00000000..377d259f --- /dev/null +++ b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/METADATA @@ -0,0 +1,23 @@ +Metadata-Version: 2.1 +Name: pyOpenRPA +Version: 1.0.7 +Summary: First open source RPA platform for business +Home-page: https://gitlab.com/UnicodeLabs/OpenRPA +Author: Ivan Maslov +Author-email: Ivan.Maslov@unicodelabs.ru +License: MIT +Keywords: OpenRPA RPA Robot Automation Robotization +Platform: UNKNOWN +Classifier: Development Status :: 3 - Alpha +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3.7 +Requires-Dist: pywinauto (>=0.6.6) +Requires-Dist: WMI (>=1.4.9) +Requires-Dist: pillow (>=6.0.0) +Requires-Dist: keyboard (>=0.13.3) +Requires-Dist: pyautogui (>=0.9.44) +Requires-Dist: pywin32 (>=224) + +UNKNOWN + + diff --git a/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD new file mode 100644 index 00000000..1560492d --- /dev/null +++ b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/RECORD @@ -0,0 +1,5 @@ +pyOpenRPA-1.0.7.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pyOpenRPA-1.0.7.dist-info/METADATA,sha256=_rN4UG95FENZbFjRiTmaCf31KPJa8XKkFoFbDR3vgaI,654 +pyOpenRPA-1.0.7.dist-info/RECORD,, +pyOpenRPA-1.0.7.dist-info/WHEEL,sha256=qB97nP5e4MrOsXW5bIU5cUn_KSVr10EV0l-GCHG9qNs,97 +pyOpenRPA-1.0.7.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 diff --git a/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL new file mode 100644 index 00000000..e499438d --- /dev/null +++ b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.33.1) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/pyOpenRPA-1.0.7.dist-info/top_level.txt @@ -0,0 +1 @@ + diff --git a/Robot/CreateUploadInstall_x64_x32.cmd b/Robot/CreateUploadInstall_x64_x32.cmd new file mode 100644 index 00000000..e66dc464 --- /dev/null +++ b/Robot/CreateUploadInstall_x64_x32.cmd @@ -0,0 +1,10 @@ +cd %~dp0 +.\..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe setup.py sdist bdist_wheel +.\..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe -m twine upload dist/* +.\..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe -m pip install --upgrade pyOpenRPA +.\..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe -m pip install --upgrade pyOpenRPA +.\..\Resources\WPy32-3720\python-3.7.2\python.exe setup.py sdist bdist_wheel +.\..\Resources\WPy32-3720\python-3.7.2\python.exe -m twine upload dist/* +.\..\Resources\WPy32-3720\python-3.7.2\python.exe -m pip install --upgrade pyOpenRPA +.\..\Resources\WPy32-3720\python-3.7.2\python.exe -m pip install --upgrade pyOpenRPA +pause >nul \ No newline at end of file diff --git a/Robot/setup.py b/Robot/setup.py index 326e5671..ba55f7be 100644 --- a/Robot/setup.py +++ b/Robot/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import Version def LongDescriptionRead(): with open('README.md') as f: - long_description = f.read() + return f.read() setup(name='pyOpenRPA', version=Version.Get(".."), diff --git a/v1.0.7 b/v1.0.8 similarity index 100% rename from v1.0.7 rename to v1.0.8