File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# python-wmi-client-wrapper (forked for Python3 support)
22
3- NOTE: This repo contains a fork from [ python-wmi-client-wrapper] ( https://github.com/kanzure/python-wmi-client-wrapper )
4- by [ kanzure] ( https://github.com/kanzure ) ; the only modifications are the addition of Python3 support.
3+ This repo contains a fork from [ python-wmi-client-wrapper] ( https://github.com/kanzure/python-wmi-client-wrapper )
4+ by [ kanzure] ( https://github.com/kanzure ) ; the changes are roughly as follows:
5+
6+ - Add Python3 support
7+ - Naive approach, just using [ future] ( https://pypi.org/project/future/ ) to do the hard work (boilerplate at top of each file for
8+ compatibility layer)
9+ - Add support for ` domain ` parameter in ` WmiClientWrapper ` constructor
10+ - Thanks to [ ArminNaCl] ( https://github.com/ArminNaCl ) for the contribution!
11+ - Bump version of [ future] ( https://pypi.org/project/future/ ) to handle [ CVE-2022 -40899] ( https://github.com/advisories/GHSA-v3c5-jqr6-7qm8 )
12+ - Thanks to [ yotamc-ms] ( https://github.com/yotamc-ms ) for the contribution!
513
614To install this forked version:
715
Original file line number Diff line number Diff line change 2222 # Versions should comply with PEP440. For a discussion on single-sourcing
2323 # the version across setup.py and the project code, see
2424 # https://packaging.python.org/en/latest/single_source_version.html
25- version = "2022 .1" ,
25+ version = "2023 .1" ,
2626 description = "A fork of Bryan Bishop's wmi-client-wrapper extended to include Python3 support" ,
2727 long_description = long_description ,
2828 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments