Skip to content

Commit 2a87104

Browse files
committed
Update README, bump main package version to 2023.1
1 parent 4367081 commit 2a87104

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
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

614
To install this forked version:
715

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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",

0 commit comments

Comments
 (0)