anaynayak / buildnotify

A system tray based build status notification app for cctray.xml feeds.
https://anaynayak.github.io/buildnotify/
Other
29 stars 7 forks source link

Bump pyqt5-stubs from 5.14.2.2 to 5.15.6.0 #248

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pyqt5-stubs from 5.14.2.2 to 5.15.6.0.

Release notes

Sourced from pyqt5-stubs's releases.

5.15.2.0

Added

  • #125 on QtWidgets.QMessageBox, enumerators are also attributes of their enumerations
  • #99 enable mypy's strict mode
  • #92 add Sequence methods and .__setitem__() to sip.array
  • #94 add several operators to QIODevice.OpenMode and QIODevice.OpenModeFlag
  • #93 test against 3.5, 3.6, 3.7, 3.8, and 3.9
  • #71 update to PyQt5 5.15.1
  • #56 adds pyqtBoundSignal.__getitem__() allowing for indexing
  • #51 adds pyqtBoundSignal.signal hinted as str

Changed

  • #129 fixes QThread and QNetworkAccessManager signals
  • #109 .__or__() for QMessageBox.StandardButton and QMessageBox.StandardButtons
  • #126 fix QCoreApplication.instance() return type to be optional
  • #102 fix pyqtSlot parameter typing and overloads
  • #104 sip.voidptr handles integer values and sequences and takes self
  • #103 pyqtBoundSignal.disconnect()'s slot parameter is optional
  • #100 fill generic parameter as sip.array[int] for QtDataVisualization textures
  • #92 remove self from qDefaultSurfaceFormat() and qIdForNode()
  • #83 fixes sip.array to be generic
  • #79 fixes extra class layer in several modules
  • #57 fixes PYQT_SLOT to allow callables returning any object
  • #56 fixes pyqtSignal as a descriptor and moves .emit(), .connect(), and .disconnect() to pyqtBoundSignal
  • #54 fixes pyqtSignal.connect() and pyqtSignal.disconnect() to support QMetaObject.Connection
  • #59 fixes QGuiApplication.lastWindowClosed to be a signal
  • #58 improves QObject.findChild and QObject.findChildren
  • #50 fixes QAbstractItemModelTester.FailureReportingMode attributes
  • #46 fixes QCoreApplication and QObject signals
  • #48 fixes some signals for QClipBoard, QWindows, QQuickView, QQmlApplicationEngine and QQmlEngine
  • #49 fixes QAbstractItemView.setModel() to accept None
Changelog

Sourced from pyqt5-stubs's changelog.

5.15.6.0

Added

  • #179 update to PyQt5 5.15.6
  • #176 update to PyQt5 5.15.5
  • #175 catch up PyQtNetworkAuth with the 5.15.4 release
  • #149 update to PyQt5 5.15.4
  • #138 update to PyQt5 5.15.3
  • #145 Support all implemented arithmetic operations between Qt.WindowType and Qt.WindowFlags and int
  • #144 add QTreeWidgetItem.__lt__() to allow sorting of items in a QTreeWidget
  • #143 make bytes(QByteArray()) valid by incorrectly adding .__bytes__() until a proper solution is developed upstream
  • #152 add .__or__() for QDialogButtonBox.StandardButton and QDialogButtonBox.StandardButtons
  • #156 add operators to QSize and QSizeF
  • #153 Support all implemented arithmetic operations for QFlags based classes in modules QtCore, QtWidgets, QtGui, QtNetwork, QtDBus, QtOpenGL, QtPrintsupport, QtSql, QtTest, QtXml
  • #162 fixes all method not declared as signals
  • #184 Fix missing module variable detected by latest mypy 0.930
  • #183 Add missing operations on QSize
  • #185 Add support for pyqtProperty()
  • #189 Fix QListWidget, QTreeWidget and QTableWidget so that their respective items are now optional in many places when used as argument or return value
  • #165 allow None as argument for QLineEdit.setText()
  • #148 add widgetResizable parameter to QScrollArea.__init__() and objectName parameter to QGroupBox.__init__().

5.15.2.0

Added

  • #125 on QtWidgets.QMessageBox, enumerators are also attributes of their enumerations
  • #99 enable mypy's strict mode
  • #92 add Sequence methods and .__setitem__() to sip.array
  • #94 add several operators to QIODevice.OpenMode and QIODevice.OpenModeFlag
  • #93 test against 3.5, 3.6, 3.7, 3.8, and 3.9
  • #71 update to PyQt5 5.15.1
  • #56 adds pyqtBoundSignal.__getitem__() allowing for indexing
  • #51 adds pyqtBoundSignal.signal hinted as str

Changed

  • #129 fixes QThread and QNetworkAccessManager signals
  • #109 .__or__() for QMessageBox.StandardButton and QMessageBox.StandardButtons
  • #126 fix QCoreApplication.instance() return type to be optional
  • #102 fix pyqtSlot parameter typing and overloads
  • #104 sip.voidptr handles integer values and sequences and takes self
  • #103 pyqtBoundSignal.disconnect()'s slot parameter is optional
  • #100 fill generic parameter as sip.array[int] for QtDataVisualization textures
  • #92 remove self from qDefaultSurfaceFormat() and qIdForNode()
  • #83 fixes sip.array to be generic
  • #79 fixes extra class layer in several modules
  • #57 fixes PYQT_SLOT to allow callables returning any object

... (truncated)

Commits
  • 9246049 Fix ChangeLog
  • 063ce8b Add instructions to update from upstream.
  • ef1d040 Adjustments for the release
  • 3e216bf No longer needed because we no longer depend on docker for the upstream.
  • 5eb7252 Use two digit number for our stub version.
  • acce464 Dockerfile is no longer necessary to build stubs, we just download them from ...
  • c48e5cf Ignore more env
  • b7d5247 Merge pull request #185 from bluebird75/support-pyqt-properties
  • e4a2b50 Merge branch 'master' into support-pyqt-properties
  • a9bd582 Merge remote-tracking branch 'bluebird75/support-pyqt-properties' into suppor...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.