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 1
1
# python-wmi-client-wrapper (forked for Python3 support)
2
2
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!
5
13
6
14
To install this forked version:
7
15
Original file line number Diff line number Diff line change 22
22
# Versions should comply with PEP440. For a discussion on single-sourcing
23
23
# the version across setup.py and the project code, see
24
24
# https://packaging.python.org/en/latest/single_source_version.html
25
- version = "2022 .1" ,
25
+ version = "2023 .1" ,
26
26
description = "A fork of Bryan Bishop's wmi-client-wrapper extended to include Python3 support" ,
27
27
long_description = long_description ,
28
28
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments