• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Bindings for graphics lib QCustomPlot2 for PyQt5


Commit MetaInfo

Revision283b7093f1eda1e7d9a5d3b7e8a43a9ea3a11053 (tree)
Time2022-11-27 20:01:02
AuthorSergey Salnikov <salsergey@gmai...>
CommiterSergey Salnikov

Log Message

Explicitly set SIP ABI version for compatibility with different distributions.

Change Summary

Incremental Difference

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = 'sipbuild.api'
66 # Specify the PEP 566 metadata for the project.
77 [tool.sip.metadata]
88 name = 'QCustomPlot2'
9-version = '2.1.1'
9+version = '2.1.1.1'
1010 summary = 'QCustomPlot is a Qt widget for plotting and data visualization'
1111 home-page = 'https://github.com/salsergey/QCustomPlot2-PyQt5'
1212 maintainer = 'Sergey Salnikov'
@@ -39,6 +39,7 @@ requires-dist = 'PyQt5'
3939
4040 [tool.sip.project]
4141 sip-files-dir = 'sip'
42+abi-version = '12'
4243 sdist-excludes = [
4344 '.*',
4445 '.*/*',