Package Release Info

qscintilla-qt5-2.13.1-bp154.1.104

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libqscintilla2_qt5-15
python3-qscintilla-qt5
qscintilla-qt5
qscintilla-qt5-devel

Change Logs

* Fri Feb 04 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Conflict libqscintilla2_qt5-13 to avoid file conflict
* Sun Oct 24 2021 Ben Greiner <code@bnavigator.de>
- Update to version 2.13.1
  * Documented how to build for multiple architectures on macOS.
  * Bug fixes.
* Tue Jul 06 2021 Ben Greiner <code@bnavigator.de>
- Fix the python3Y-qscintilla-qt5-sip obsoletion.
* Mon Jul 05 2021 Ben Greiner <code@bnavigator.de>
- Move the main package to subpackage declaration and use the qt6
  build for the plain qscintilla source package name (make
  factory-auto bot happy)
* Sat Jul 03 2021 Ben Greiner <code@bnavigator.de>
- Update to Version 2.13.0
  * Added the QsciPrinter::printRange() overload that uses a
    supplied QPainter to render the pages.
  * Improved the appearence of the auto-completion popup.
  * Bug fixes.
* Thu Mar 11 2021 Ben Greiner <code@bnavigator.de>
- Update to Version 2.12.1
  * Packaging bug fixes.
* Thu Feb 25 2021 Ben Greiner <code@bnavigator.de>
- Update to Version 2.12.0
  * Added support for Qt6.
  * Removed support for Qt4 and Qt5 earlier than v5.11.0.
- rename source package to qscintilla
  * build for Qt5 and Qt6 in multibuild
- SIP v4 is no longer supported. Even SIPv5 has a bug that prevents
  a build with sip-build. Use SIPv6.
* Tue Nov 24 2020 Benjamin Greiner <code@bnavigator.de>
- Update to Version 2.11.6
  * Added the --qsci-translations-dir option to sip-wheel.
  * Added the .api file for Python v3.9.
  * Build system changes.
  * Bug fixes.
* Thu Nov 05 2020 Benjamin Greiner <code@bnavigator.de>
- Dropped patch: python-config.diff -- not needed even for the SIP4
  builds
* Wed Sep 09 2020 Benjamin Greiner <code@bnavigator.de>
- Use sip5 for python package where available
- remove the separate python-qscintilla-qt5 specfile and make
  multibuild instead
* Mon Aug 31 2020 Benjamin Greiner <code@bnavigator.de>
- Update to 2.11.5
  * The bundled .api files are now included in Python wheels if the
    QScintilla.api file is enabled.
  * Bug fixes.
- Tumbleweed skips python2 builds automatically no need to
  hack python_module
* Fri Mar 13 2020 Christophe Giboudeaux <christophe@krop.fr>
- Stop building the python2 package for openSUSE Tumbleweed.
* Wed Nov 13 2019 Todd R <toddrme2178@gmail.com>
- Update to 2.11.3
  * Added support for SIP v5.
  * On macOS the install name of the C++ library is now relative to @rpath.
* Thu Aug 29 2019 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Co-own designer directory in Qt's plugins directory, as libqt5-qttools
  is no longer pulled in implicitly.
* Fri Jul 12 2019 Christophe Giboudeaux <christophe@krop.fr>
- Update to 2.11.2
  * QsciScintilla::clear() now clears the undo history
  * QsciScintilla::findMatchingBrace() is now part of the public API.
  * Added the .api file for Python v3.8.
* Tue Apr 16 2019 Christophe Giboudeaux <christophe@krop.fr>
- Move some files out of the -devel package.
* Fri Apr 05 2019 Christophe Giboudeaux <christophe@krop.fr>
- Add the lost changelog entries back.
* Tue Apr 02 2019 Christophe Giboudeaux <christophe@krop.fr>
- Drop qscintilla-qt4 and python-qscintilla-qt4.
- Drop qscintilla-qt4.diff. No longer needed.
- Re-sync the changelog files.
* Fri Feb 15 2019 Christophe Giboudeaux <christophe@krop.fr>
- Update to 2.11.1
  * Details at https://www.riverbankcomputing.com/static/Downloads/QScintilla/ChangeLog
- Refresh python-config.diff
- Drop reproducible.patch. Merged upstream
* Wed Nov 07 2018 Bernhard Wiedemann <bwiedemann@suse.com>
- Add reproducible.patch to sort input file list to make package
  build reproducible (boo#1041090)
Version: 2.10.4-bp150.2.6
* Tue Apr 17 2018 lbeltrame@kde.org
- Remove source URL for now to work around SourceForge's unreliable
  mirroring
* Tue Apr 17 2018 termim@gmail.com
- Update to version 2.10.4
  * Bug fixes.
- Update to version 2.10.3
  * Added accessibility support.
  * Added the API file for Python v3.7.
* Fri Jan 26 2018 aloisio@gmx.com
- Update to version 2.10.2
  * Added setScrollWidth() , scrollWidth, setScrollWidthTracking()
    and scrollWidthTracking() to QsciScintilla.
  * Bug fixes.
  version v2.10.1
  * Added previously internal lexer methods to the Python bindings.
* Thu May 25 2017 toddrme2178@gmail.com
- Fix python Requires, Provides, and Obsoletes.
  This pulls in proper dependencies and avoids conflicts.
* Wed Apr 19 2017 toddrme2178@gmail.com
- Add qt4 versions as subpackages.
- Rename qt4 versions to use "_qt4" suffix.
- Use new qt-version-specific names provided by qscintilla 2.10
  rather than manually adding a "-qt5" suffix.
- Use "_qt5" suffix instead of "_qt4" for library packages to
  conform to upstream library naming.
* Sat Apr 01 2017 hpj@urpla.net
- force -std=c++11 to compile with Leap 42.1
* Wed Mar 01 2017 termim@gmail.com
- Update to 2.10
  - Based on Scintilla v3.7.2.
  - Added the QsciLexerJSON class.
  - Added the QsciLexerMarkdown class.
  - Added replaceHorizontalScrollBar() and replaceVerticalScrollBar() to
    QsciScintillaBase.
  - Added bytes() and a corresponding text() overload to QsciScintilla.
  - Added EdgeMultipleLines to QsciScintilla::EdgeMode.
  - Added addEdgeColumn() and clearEdgeColumns() to QsciScintilla.
  - Added the marginRightClicked() signal to QsciScintilla.
  - Added SymbolMarginColor to QsciScintilla::MarginType.
  - Added setMarginBackgroundColor() and marginBackgroundColor() to
    QsciScintilla.
  - Added setMargins() and margins() to QsciScintilla.
  - Added TriangleIndicator and TriangleCharacterIndicator to
    QsciScintilla::IndicatorStyle.
  - Added WsVisibleOnlyInIndent to QsciScintilla::WhitespaceVisibility.
  - Added TabDrawMode, setTabDrawMode() and tabDrawMode() to QsciScintilla.
  - Added InstanceProperty to QsciLexerCoffeeScript.
  - Added EDGE_MULTILINE to QsciScintillaBase.
  - Added INDIC_POINT and INDIC_POINTCHARACTER to QsciScintillaBase.
  - Added SC_AC_FILLUP, SC_AC_DOUBLECLICK, SC_AC_TAB, SC_AC_NEWLINE and
    SC_AC_COMMAND to QsciScintillaBase.
  - Added SC_CASE_CAMEL to QsciScintillaBase.
  - Added SC_CHARSET_CYRILLIC and SC_CHARSET_OEM866 to QsciScintillaBase.
  - Added SC_FOLDDISPLAYTEXT_HIDDEN, SC_FOLDDISPLAYTEXT_STANDARD and
    SC_FOLDDISPLAYTEXT_BOXED to QsciScintillaBase.
  - Added SC_IDLESTYLING_NONE, SC_IDLESTYLING_TOVISIBLE,
    SC_IDLESTYLING_AFTERVISIBLE and SC_IDLESTYLING_ALL to QsciScintillaBase.
  - Added SC_MARGIN_COLOUR to QsciScintillaBase.
  - Added SC_POPUP_NEVER, SC_POPUP_ALL and SC_POPUP_TEXT to QsciScintillaBase.
  - Added SCI_FOLDDISPLAYTEXTSETSTYLE and SCI_TOGGLEFOLDSHOWTEXT to
    QsciScintillaBase.
  - Added SCI_GETIDLESTYLING and SCI_SETIDLESTYLING to QsciScintillaBase.
  - Added SCI_GETMARGINBACKN and SCI_SETMARGINBACKN to QsciScintillaBase.
  - Added SCI_GETMARGINS and SCI_SETMARGINS to QsciScintillaBase.
  - Added SCI_GETMOUSEWHEELCAPTURES and SCI_SETMOUSEWHEELCAPTURES to
    QsciScintillaBase.
  - Added SCI_GETTABDRAWMODE and SCI_SETTABDRAWMODE to QsciScintillaBase.
  - Added SCI_ISRANGEWORD to QsciScintillaBase.
  - Added SCI_MULTIEDGEADDLINE and SCI_MULTIEDGECLEARALL to QsciScintillaBase.
  - Added SCI_MULTIPLESELECTADDNEXT and SCI_MULTIPLESELECTADDEACH to
    QsciScintillaBase.
  - Added SCI_TARGETWHOLEDOCUMENT to QsciScintillaBase.
  - Added SCLEX_JSON and SCLEX_EDIFACT to QsciScintillaBase.
  - Added SCTD_LONGARROW and SCTD_STRIKEOUT to QsciScintillaBase.
  - Added SCVS_NOWRAPLINESTART to QsciScintillaBase.
  - Added SCWS_VISIBLEONLYININDENT to QsciScintillaBase.
  - Added STYLE_FOLDDISPLAYTEXT to QsciScintillaBase.
  - Added the SCN_AUTOCCOMPLETED() signal to QsciScintillaBase.
  - Added the overloaded SCN_AUTOCSELECTION() and SCN_USERLISTSELECTION()
    signals to QsciScintillaBase.
  - Added the SCN_MARGINRIGHTCLICK() signal to QsciScintillaBase.
  - Renamed SCI_GETTARGETRANGE to SCI_GETTARGETTEXT in QsciScintillaBase.
  - Removed SCI_GETKEYSUNICODE and SCI_SETKEYSUNICODE to QsciScintillaBase.
  - The autoCompletionFillups(), autoCompletionWordSeparators(), blockEnd(),
    blockLookback(), blockStart(), blockStartKeyword(), braceStyle(),
    caseSensitive(), indentationGuideView() and defaultStyle() methods of
    QsciLexer are no longer marked as internal and are exposed to Python so
    that they may be used by QsciLexerCustom sub-classes.
  - The name of the library has been changed to include the major version
    number of the version of Qt it is built against (ie. 4 or 5).
* Tue Jan 03 2017 termim@gmail.com
- Update to 2.9.4
  - Added the .api file for Python v3.6.
  - Bug fixes.
* Tue Jul 26 2016 termim@gmail.com
- Update to 2.9.3
  - Bug fixes
- Update to 2.9.2
  - Added support for a PEP 484 stub file for the Python extension module.
* Fri Oct 30 2015 termim@gmail.com
- Update to 2.9.1
  - This is primarily a bug-fix release.
* Sat Jul 18 2015 termim@gmail.com
- Update to 2.9
  - Based on Scintilla v3.5.4.
  - Added UserLiteral, InactiveUserLiteral, TaskMarker, InactiveTaskMarker,
    EscapeSequence, InactiveEscapeSequence, setHighlightBackQuotedStrings(),
    highlightBackQuotedStrings(), setHighlightEscapeSequences(),
    highlightEscapeSequences(), setVerbatimStringEscapeSequencesAllowed() and
    verbatimStringEscapeSequencesAllowed() to QsciLexerCPP.
  - Added CommentKeyword, DeclareInputPort, DeclareOutputPort,
    DeclareInputOutputPort, PortConnection and the inactive versions of all
    styles to QsciLexerVerilog.
  - Added CommentBlock to QsciLexerVHDL.
  - Added AnnotationIndented to QsciScintilla::AnnotationDisplay.
  - Added FullBoxIndicator, ThickCompositionIndicator, ThinCompositionIndicator
    and TextColorIndicator to QsciScintilla::IndicatorStyle.
  - Added setIndicatorHoverForegroundColor() and setIndicatorHoverStyle() to
    QsciScintilla.
  - Added Bookmark to QsciScintilla::MarkerSymbol.
  - Added WrapWhitespace to QsciScintilla::WrapMode.
  - Added SCLEX_AS, SCLEX_BIBTEX, SCLEX_DMAP, SCLEX_DMIS, SCLEX_IHEX,
    SCLEX_REGISTRY, SCLEX_SREC and SCLEX_TEHEX to QsciScintillaBase.
  - Added SCI_CHANGEINSERTION to QsciScintillaBase.
  - Added SCI_CLEARTABSTOPS, SCI_ADDTABSTOP and SCI_GETNEXTTABSTOP to
    QsciScintillaBase.
  - Added SCI_GETIMEINTERACTION, SCI_SETIMEINTERACTION, SC_IME_WINDOWED and
    SC_IME_INLINE to QsciScintillaBase.
  - Added SC_MARK_BOOKMARK to QsciScintillaBase.
  - Added INDIC_COMPOSITIONTHIN, INDIC_FULLBOX, INDIC_TEXTFORE, INDIC_IME,
    INDIC_IME_MAX, SC_INDICVALUEBIT, SC_INDICVALUEMASK,
    SC_INDICFLAG_VALUEBEFORE, SCI_INDICSETHOVERSTYLE, SCI_INDICGETHOVERSTYLE,
    SCI_INDICSETHOVERFORE, SCI_INDICGETHOVERFORE, SCI_INDICSETFLAGS and
    SCI_INDICGETFLAGS to QsciScintillaBase.
  - Added SCI_SETTARGETRANGE and SCI_GETTARGETRANGE to QsciScintillaBase.
  - Added SCFIND_CXX11REGEX to QsciScintillaBase.
  - Added SCI_CALLTIPSETPOSSTART to QsciScintillaBase.
  - Added SC_FOLDFLAG_LINESTATE to QsciScintillaBase.
  - Added SC_WRAP_WHITESPACE to QsciScintillaBase.
  - Added SC_PHASES_ONE, SC_PHASES_TWO, SC_PHASES_MULTIPLE, SCI_GETPHASESDRAW
    and SCI_SETPHASESDRAW to QsciScintillaBase.
  - Added SC_STATUS_OK, SC_STATUS_FAILURE, SC_STATUS_BADALLOC,
    SC_STATUS_WARN_START and SC_STATUS_WARNREGEX to QsciScintillaBase.
  - Added SC_MULTIAUTOC_ONCE, SC_MULTIAUTOC_EACH, SCI_AUTOCSETMULTI and
    SCI_AUTOCGETMULTI to QsciScintillaBase.
  - Added ANNOTATION_INDENTED to QsciScintillaBase.
  - Added SCI_DROPSELECTIONN to QsciScintillaBase.
  - Added SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDC to
    QsciScintillaBase.
  - Added SC_LINE_END_TYPE_DEFAULT, SC_LINE_END_TYPE_UNICODE,
    SCI_GETLINEENDTYPESSUPPORTED, SCI_SETLINEENDTYPESALLOWED,
    SCI_GETLINEENDTYPESALLOWED and SCI_GETLINEENDTYPESACTIVE to
    QsciScintillaBase.
  - Added SCI_ALLOCATESUBSTYLES, SCI_GETSUBSTYLESSTART, SCI_GETSUBSTYLESLENGTH,
    SCI_GETSTYLEFROMSUBSTYLE, SCI_GETPRIMARYSTYLEFROMSTYLE, SCI_FREESUBSTYLES,
    SCI_SETIDENTIFIERS, SCI_DISTANCETOSECONDARYSTYLES and SCI_GETSUBSTYLEBASES
    to QsciScintillaBase.
  - Added SC_MOD_INSERTCHECK and SC_MOD_CHANGETABSTOPS to QsciScintillaBase.
  - Qt v3 and PyQt v3 are no longer supported.
* Sat Oct 11 2014 termim@gmail.com
- build for Qt5
* Sat Oct 11 2014 termim@gmail.com
- Update to 2.8.4
  - This is a minor functional release include the addition of some hotspot
    related functions to the high-level API.
  - run spec-cleaner
* Thu Jul 31 2014 toddrme2178@gmail.com
- Run spec file through spec-cleaner
- Various spec file cleanups
* Thu Jul 31 2014 termim@gmail.com
- Update to v2.8.3
  - Added the QsciLexerCoffeeScript class.
  - Font sizes are now handled as floating point values rather than integers.
  - Bug fixes.
* Thu May 29 2014 termim@gmail.com
- Update to v2.8.2
  - Added the QsciLexerAVS class.
  - Added the QsciLexerPO class.
  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
    bindings' configure.py.
  - Cross-compilation (specifically to iOS and Android) is now supported.
  - configure.py has been refactored and relicensed so that it can be used as a
    template for wrapping other bindings.
  - Bug fixes.
* Sun Mar 23 2014 tittiatcoke@gmail.com
- Update to v2.8.1
  - Added support for iOS and Android.
  - Added support for retina displays.
  - A qscintilla2.prf file is installed so that application .pro files only
    need to add CONFIG += qscintilla2.
  - Updated the keywords recognised by the Octave lexer.
  - Bug fixes.
- Rebase qscintilla.diff for the new release
* Thu Nov 14 2013 termim@gmail.com
- update to v2.8:
  - Based on Scintilla v3.3.6.
  - Added the SCN_FOCUSIN() and SCN_FOCUSOUT() signals to QsciScintillaBase.
  - Added PreProcessorCommentLineDoc and InactivePreProcessorCommentLineDoc to
    QsciLexerCPP.
  - Added SCLEX_LITERATEHASKELL, SCLEX_KVIRC, SCLEX_RUST and SCLEX_STTXT to
    QsciScintillaBase.
  - Added ThickCompositionIndicator to QsciScintilla::IndicatorStyle.
  - Added INDIC_COMPOSITIONTHICK to QsciScintillaBase.
  - Added SC_FOLDACTION_CONTRACT, SC_FOLDACTION_EXPAND and SC_FOLDACTION_TOGGLE
    to QsciScintillaBase.
  - Added SCI_FOLDLINE, SCI_FOLDCHILDREN, SCI_EXPANDCHILDREN and SCI_FOLDALL to
    QsciScintillaBase.
  - Added SC_AUTOMATICFOLD_SHOW, SC_AUTOMATICFOLD_CLICK and
    SC_AUTOMATICFOLD_CHANGE to QsciScintillaBase.
  - Added SCI_SETAUTOMATICFOLD and SCI_GETAUTOMATICFOLD to QsciScintillaBase.
  - Added SC_ORDER_PRESORTED, SC_ORDER_PERFORMSORT and SC_ORDER_CUSTOM to
    QsciScintillaBase.
  - Added SCI_AUTOCSETORDER and SCI_AUTOCGETORDER to QsciScintillaBase.
  - Added SCI_POSITIONRELATIVE to QsciScintillaBase.
  - Added SCI_RELEASEALLEXTENDEDSTYLES and SCI_ALLOCATEEXTENDEDSTYLES to
    QsciScintillaBase.
  - Added SCI_SCROLLRANGE to QsciScintillaBase.
  - Added SCI_SETCARETLINEVISIBLEALWAYS and SCI_GETCARETLINEVISIBLEALWAYS to
    QsciScintillaBase.
  - Added SCI_SETMOUSESELECTIONRECTANGULARSWITCH and
    SCI_GETMOUSESELECTIONRECTANGULARSWITCH to QsciScintillaBase.
  - Added SCI_SETREPRESENTATION, SCI_GETREPRESENTATION and
    SCI_CLEARREPRESENTATION to QsciScintillaBase.
  - Input methods are now properly supported.
* Wed Jun 19 2013 dmueller@suse.com
- update to 2.7.2:
  - The build script for the Python bindings now has a --pyqt argument for
    specifying PyQt4 or PyQt5.
  - The default EOL mode on OS/X is now EolUnix.
  - Bug fixes.
* Fri Apr 12 2013 termim@gmail.com
- update to 2.7.1
  - v2.7.1 1st March 2013
  - Added support for the final release of Qt v5.
  - The build script for the Python bindings should now work with SIP v5.
  - Bug fixes.
  - v2.7 8th December 2012
  - Based on Scintilla v3.23.
  - Added support for Qt v5-rc1.
  - Added HashQuotedString, InactiveHashQuotedString, PreProcessorComment,
    InactivePreProcessorComment, setHighlightHashQuotedStrings() and
    highlightHashQuotedStrings() to QsciLexerCpp.
  - Added Variable, setHSSLanguage(), HSSLanguage(), setLessLanguage(),
    LessLanguage(), setSCCSLanguage() and SCCSLanguage() to QsciLexerCSS.
  - Added setOverwriteMode() and overwriteMode() to QsciScintilla.
  - Added wordAtLineIndex() to QsciScintilla.
  - Added findFirstInSelection() to QsciScintilla.
  - Added CallTipsPosition, callTipsPosition() and setCallTipsPosition() to
    QsciScintilla.
  - Added WrapFlagInMargin to QsciScintilla::WrapVisualFlag.
  - Added SquigglePixmapIndicator to QsciScintilla::IndicatorStyle.
  - The weight of a font (rather than whether it is just bold or not) is now
    respected.
  - Added SCLEX_AVS, SCLEX_COFFEESCRIPT, SCLEX_ECL, SCLEX_OSCRIPT,
    SCLEX_TCMD and SCLEX_VISUALPROLOG to QsciScintillaBase.
  - Added SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE and
    SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE to QsciScintillaBase.
  - Added SC_FONT_SIZE_MULTIPLIER to QsciScintillaBase.
  - Added SC_WEIGHT_NORMAL, SC_WEIGHT_SEMIBOLD and SC_WEIGHT_BOLD to
    QsciScintillaBase.
  - Added SC_WRAPVISUALFLAG_MARGIN to QsciScintillaBase.
  - Added INDIC_SQUIGGLEPIXMAP to QsciScintillaBase.
  - Added SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR,
    SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR, SCI_CALLTIPSETPOSITION,
    SCI_COUNTCHARACTERS, SCI_CREATELOADER, SCI_DELETERANGE,
    SCI_FINDINDICATORFLASH, SCI_FINDINDICATORHIDE, SCI_FINDINDICATORSHOW,
    SCI_GETALLLINESVISIBLE, SCI_GETGAPPOSITION, SCI_GETPUNCTUATIONCHARS,
    SCI_GETRANGEPOINTER, SCI_GETSELECTIONEMPTY, SCI_GETTECHNOLOGY,
    SCI_GETWHITESPACECHARS, SCI_GETWORDCHARS, SCI_RGBAIMAGESETSCALE,
    SCI_SETPUNCTUATIONCHARS, SCI_SETTECHNOLOGY, SCI_STYLESETSIZEFRACTIONAL,
    SCI_STYLEGETSIZEFRACTIONAL, SCI_STYLESETWEIGHT and SCI_STYLEGETWEIGHT to
    QsciScintillaBase.
  - Removed SCI_GETUSEPALETTE and SCI_SETUSEPALETTE from QsciScintillaBase.
  - Bug fixes.