[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] ANN: eric 19.10 released
From:       Detlev Offenbach <detlev () die-offenbachs ! de>
Date:       2019-10-03 10:20:18
Message-ID: 2650877.6F4g5uKQnz () neptun
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello Pythonistas,

I just uploaded eric 19.10. It fixes some bugs and adds these new features.
     *  Code Style Checker
         *  added more comprehension checks
         *  added checks for insecure use of sys.version and sys.version_info
         *  added a checker class for type annotations
             *  Editor
                 *  added configuration option to set the tab and indentation width for each 
languages separately (as an override to the global ones)
                 *  added a typing aid for YAML
                     *  QFileDialog Wizard:
                         *  added support for the QFileDialog.get...Url() methods
                         *  added support for E5FileDialog
                             *  Third Party packages
                                 *  updated coverage.py to 4.5.4
Please note theses *important* changes as well.
     *  removed runtime support for Python2 and PyQt4
     *  changed minimum Qt/PyQt version required to 5.9.0

It is available via the eric web site or PyPI.

https://eric-ide.python-projects.org/index.html[1]
https://pypi.org/project/eric-ide/[2]

Regards,
Detlev
-- 
*Detlev Offenbach*
detlev@die-offenbachs.de[3] 

--------
[1] https://eric-ide.python-projects.org/index.html
[2] https://pypi.org/project/eric-ide/
[3] mailto:detlev@die-offenbachs.de

[Attachment #5 (unknown)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" \
"http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" \
content="1" /><style type="text/css"> p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; \
font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \
-qt-user-state:0;">Hello Pythonistas,</p> <p style="-qt-paragraph-type:empty; \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; ">&nbsp;</p> <p style=" margin-top:0px; \
margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; \
text-indent:0px; -qt-user-state:0;">I just uploaded eric 19.10. It fixes some bugs \
and adds these new features.</p> <ul style="margin-top: 0px; margin-bottom: 0px; \
margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; \
margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; \
text-indent:0px; -qt-user-state:0;">Code Style Checker</li> <ul style="margin-top: \
0px; margin-bottom: 0px; margin-right: 0px; -qt-list-indent: 2;"><li style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">added more comprehension \
checks</li> <li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">added \
checks for insecure use of sys.version and sys.version_info</li> <li style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">added a checker class for \
type annotations</li></ul> <li style=" margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \
-qt-user-state:0;">Editor</li> <ul style="margin-top: 0px; margin-bottom: 0px; \
margin-right: 0px; -qt-list-indent: 2;"><li style=" margin-top:0px; \
margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; \
text-indent:0px; -qt-user-state:0;">added configuration option to set the tab and \
indentation width for each languages separately (as an override to the global \
ones)</li> <li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">added a \
typing aid for YAML</li></ul> <li style=" margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \
-qt-user-state:0;">QFileDialog Wizard:</li> <ul style="margin-top: 0px; \
margin-bottom: 0px; margin-right: 0px; -qt-list-indent: 2;"><li style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">added support for the \
QFileDialog.get...Url() methods</li> <li style=" margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \
-qt-user-state:0;">added support for E5FileDialog</li></ul> <li style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Third Party \
packages</li></ul> <ul style="margin-top: 0px; margin-bottom: 0px; margin-right: 0px; \
-qt-list-indent: 2;"><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">updated \
coverage.py to 4.5.4</li></ul> <p style=" margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \
-qt-user-state:0;">Please note theses <span style=" \
font-weight:600;">important</span> changes as well.</p> <ul style="margin-top: 0px; \
margin-bottom: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" \
margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">removed runtime support for \
Python2 and PyQt4</li> <li style=" margin-top:0px; margin-bottom:12px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \
-qt-user-state:0;">changed minimum Qt/PyQt version required to 5.9.0</li></ul> <p \
style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; ">&nbsp;</p> <p style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">It is available via the eric \
web site or PyPI.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; \
margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; \
text-indent:0px; ">&nbsp;</p> <p style=" margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \
-qt-user-state:0;"><a href="https://eric-ide.python-projects.org/index.html"><span \
style=" text-decoration: underline; \
color:#2980b9;">https://eric-ide.python-projects.org/index.html</span></a></p> <p \
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a \
href="https://pypi.org/project/eric-ide/"><span style=" text-decoration: underline; \
color:#2980b9;">https://pypi.org/project/eric-ide/</span></a></p> <p \
style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; ">&nbsp;</p> <p style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Regards,</p> <p style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Detlev</p> <p style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-- </p> <p style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" \
font-weight:600;">Detlev Offenbach</span></p> <p style=" margin-top:0px; \
margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; \
text-indent:0px; -qt-user-state:0;"><a href="mailto:detlev@die-offenbachs.de"><span \
style=" text-decoration: underline; \
color:#2980b9;">detlev@die-offenbachs.de</span></a> </p></body></html>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic