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.2.0 #212

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps pyqt5-stubs from 5.14.2.2 to 5.15.2.0.

Changelog

Sourced from pyqt5-stubs's changelog.

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

Removed

Commits
  • 2aa40a9 Prepare for release v5.15.2.0
  • bcf7434 Merge pull request #134 from python-qt-tools/altendky-patch-1
  • 94c1eb9 Update author and maintainer information
  • 4959263 Merge pull request #132 from python-qt-tools/altendky-patch-1
  • 3be9e2a Update project URL in setup.py
  • 2a97b49 Merge pull request #130 from python-qt-tools/altendky-patch-1
  • 9e7a4e4 The primary branch here is master
  • d48c930 Merge pull request #129 from TilmanK/master
  • 9ee8150 Added changelog entry. Added annotation for deprecated signal QNetworkAccessM...
  • b8e0a2b Corrected annotations for signal in QThread and QNetworkAccessManager
  • 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 3 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 3 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 change your mind, just re-open this PR and I'll resolve any conflicts on it.