PrEditor 0.1.0rc1__py2.py3-none-any.whl → 0.1.0rc2__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of PrEditor might be problematic. Click here for more details.

@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PrEditor
3
- Version: 0.1.0rc1
3
+ Version: 0.1.0rc2
4
4
  Summary: A python REPL and Editor and console based on Qt.
5
- Home-page: https://gitlab.blur.com/pipeline/preditor.git
5
+ Home-page: https://github.com/blurstudio/PrEditor.git
6
6
  Author: Blur Studio
7
7
  Author-email: opensource@blur.com
8
8
  License: LGPL-3.0
@@ -11,7 +11,7 @@ preditor/plugins.py,sha256=W3DfdDEE5DtEXOXioEyIe4tuIVV1V-RLcV8LoZJWpWU,1916
11
11
  preditor/prefs.py,sha256=BPtSsdv2yuiRpIaqEml9fxlVYKHNfqQ77hp5YIQRDBg,2172
12
12
  preditor/settings.py,sha256=DV9_DbJorEnhdIvW15E7h7PswlQUsy0UlA8bXUYN0og,2206
13
13
  preditor/streamhandler_helper.py,sha256=kiU6T9WqJ3JKTTKCa7IUU8brwK7zO5UUpEzLhEfKe44,1788
14
- preditor/version.py,sha256=C5cb40LPDxdSOz_d1wDBnYXh_IK7nU3bpYVXfAKJClI,150
14
+ preditor/version.py,sha256=Ff7DlJZp6xbq0kxOMwDY4PnhOQdzCeVT0lbvo05JvRo,150
15
15
  preditor/weakref.py,sha256=b--KomFAHcMWr3DEAIN2j3XxRhjDWKw0WABXyn1nxDg,12177
16
16
  preditor/cores/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  preditor/cores/core.py,sha256=ZXB4bts05DMQtc-dtkk81chIWNqYXImMuWCYuUHwLdA,2389
@@ -137,9 +137,9 @@ preditor/stream/manager.py,sha256=NP4lf6hd5L_Ui-9Ws66gVEk6ZL8YqF7BxOzUsdrh3v0,28
137
137
  preditor/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
138
  preditor/utils/cute.py,sha256=LfF8gXMAkkQAdo4mm6J9aVkDLwWZbE6prQ0moDbtCys,1045
139
139
  preditor/utils/stylesheets.py,sha256=EVWZNq3WnaRiyUPoYMKQo_dLEwbRyKu26b03I1JDA-s,1622
140
- PrEditor-0.1.0rc1.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
141
- PrEditor-0.1.0rc1.dist-info/METADATA,sha256=e60Dpmw0NAXI_XjqqR48slDUjZASBS2OlNRqDOcE65A,9297
142
- PrEditor-0.1.0rc1.dist-info/WHEEL,sha256=k3vXr0c0OitO0k9eCWBlI2yTYnpb_n_I2SGzrrfY7HY,110
143
- PrEditor-0.1.0rc1.dist-info/entry_points.txt,sha256=mpe0HFD_oIEBNPTJNyUEbmMV6Ivrp4EuYyZ34C5d_PU,519
144
- PrEditor-0.1.0rc1.dist-info/top_level.txt,sha256=iX1_mrUOky_BQr2oG0l_MbEUYF6idyjiWSzu9z3irIw,9
145
- PrEditor-0.1.0rc1.dist-info/RECORD,,
140
+ PrEditor-0.1.0rc2.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
141
+ PrEditor-0.1.0rc2.dist-info/METADATA,sha256=w6CX92U_pkq-JVEWhGZKWkvaZQXXQqwaXPavac2G2Ac,9294
142
+ PrEditor-0.1.0rc2.dist-info/WHEEL,sha256=k3vXr0c0OitO0k9eCWBlI2yTYnpb_n_I2SGzrrfY7HY,110
143
+ PrEditor-0.1.0rc2.dist-info/entry_points.txt,sha256=mpe0HFD_oIEBNPTJNyUEbmMV6Ivrp4EuYyZ34C5d_PU,519
144
+ PrEditor-0.1.0rc2.dist-info/top_level.txt,sha256=iX1_mrUOky_BQr2oG0l_MbEUYF6idyjiWSzu9z3irIw,9
145
+ PrEditor-0.1.0rc2.dist-info/RECORD,,
preditor/version.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
2
  # file generated by setuptools_scm
3
3
  # don't change, don't track in version control
4
- version = '0.1.0rc1'
5
- version_tuple = (0, 1, '0rc1')
4
+ version = '0.1.0rc2'
5
+ version_tuple = (0, 1, '0rc2')