Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a665eac

Browse files
authored
Merge pull request #1124 from stonebig/master
package labels
2 parents e485c57 + 81085a6 commit a665eac

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '5.0.20221016'
31+
__version__ = '5.0.20221023'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3376,3 +3376,27 @@ description = A patch parsing and application library.
33763376
[duckdb]
33773377
description = DuckDB embedded database
33783378
3379+
[ffmpy]
3380+
description = A simple Python wrapper for ffmpeg
3381+
3382+
[pyqt6-sip]
3383+
description = The sip module support for PyQt6
3384+
3385+
[pyqt6]
3386+
description = Python bindings for the Qt cross platform application toolkit
3387+
3388+
[pyqt6-qt6]
3389+
description = The subset of a Qt installation needed by PyQt6.
3390+
3391+
[xgboost]
3392+
description = XGBoost Python Package
3393+
3394+
[click-default-group-wheel]
3395+
description = Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
3396+
3397+
[exceptiongroup]
3398+
description = Backport of PEP 654 (exception groups)
3399+
3400+
[linear-operator]
3401+
description = A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
3402+

0 commit comments

Comments
 (0)