summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/GUI
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-08 23:02:40 +0000
committerKarl Berry <karl@freefriends.org>2022-03-08 23:02:40 +0000
commit0d70800962f39589e23608b563e89866e952218b (patch)
treeef7555a49e1b34c3318ad1c72931d24c2e23fe29 /Master/texmf-dist/asymptote/GUI
parent871e3a91b332158dcf4feff37ffb24393a675a6b (diff)
asymptote 2.79 support files, windows binaries
git-svn-id: svn://tug.org/texlive/trunk@62530 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI')
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/custMatTransform.py2
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/labelTextEditor.py2
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py6
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addLabel.py2
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py2
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/widg_editBezier.py2
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/widgetPointEditor.py2
-rw-r--r--Master/texmf-dist/asymptote/GUI/pyUIClass/window1.py2
-rwxr-xr-xMaster/texmf-dist/asymptote/GUI/xasyVersion.py2
9 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/custMatTransform.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/custMatTransform.py
index aeaf61f9a26..8fa36cbc945 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/custMatTransform.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/custMatTransform.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/custMatTransform.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/labelTextEditor.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/labelTextEditor.py
index fc35454c83e..afbf7ea85b9 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/labelTextEditor.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/labelTextEditor.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/labelTextEditor.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py
index ab0fc77c0b6..502f6573ab1 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/setCustomAnchor.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
@@ -44,8 +44,8 @@ class Ui_Dialog(object):
self.verticalLayout.addWidget(self.buttonBox)
self.retranslateUi(Dialog)
- self.buttonBox.accepted.connect(Dialog.accept)
- self.buttonBox.rejected.connect(Dialog.reject)
+ self.buttonBox.accepted.connect(Dialog.accept) # type: ignore
+ self.buttonBox.rejected.connect(Dialog.reject) # type: ignore
QtCore.QMetaObject.connectSlotsByName(Dialog)
def retranslateUi(self, Dialog):
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addLabel.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addLabel.py
index 9b17990e6bc..2199d887d6d 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addLabel.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addLabel.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/widg_addLabel.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py
index 69cf2a4630c..2c58c5f2d16 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/widg_addPolyOpt.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_editBezier.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_editBezier.py
index 4c2d90d7127..f4c5e5ba78b 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_editBezier.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_editBezier.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/widg_editBezier.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/widgetPointEditor.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/widgetPointEditor.py
index 0b4f5d94935..53702920c05 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/widgetPointEditor.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/widgetPointEditor.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/widgetPointEditor.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/window1.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/window1.py
index edf87b84c1a..457a67a6007 100644
--- a/Master/texmf-dist/asymptote/GUI/pyUIClass/window1.py
+++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/window1.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'GUI/windows/window1.ui'
#
-# Created by: PyQt5 UI code generator 5.15.0
+# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
diff --git a/Master/texmf-dist/asymptote/GUI/xasyVersion.py b/Master/texmf-dist/asymptote/GUI/xasyVersion.py
index 60538f74eda..d95cbba2fda 100755
--- a/Master/texmf-dist/asymptote/GUI/xasyVersion.py
+++ b/Master/texmf-dist/asymptote/GUI/xasyVersion.py
@@ -1,2 +1,2 @@
#!/usr/bin/env python3
-xasyVersion = "2.78"
+xasyVersion = "2.79"