Skip to content

Commit

Permalink
Update README, bump main package version to 2023.1
Browse files Browse the repository at this point in the history
  • Loading branch information
initialed85 committed Jan 31, 2023
1 parent 4367081 commit 2a87104
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# python-wmi-client-wrapper (forked for Python3 support)

NOTE: This repo contains a fork from [python-wmi-client-wrapper](https://github.com/kanzure/python-wmi-client-wrapper)
by [kanzure](https://github.com/kanzure); the only modifications are the addition of Python3 support.
This repo contains a fork from [python-wmi-client-wrapper](https://github.com/kanzure/python-wmi-client-wrapper)
by [kanzure](https://github.com/kanzure); the changes are roughly as follows:

- Add Python3 support
- Naive approach, just using [future](https://pypi.org/project/future/) to do the hard work (boilerplate at top of each file for
compatibility layer)
- Add support for `domain` parameter in `WmiClientWrapper` constructor
- Thanks to [ArminNaCl](https://github.com/ArminNaCl) for the contribution!
- Bump version of [future](https://pypi.org/project/future/) to handle [CVE-2022-40899](https://github.com/advisories/GHSA-v3c5-jqr6-7qm8)
- Thanks to [yotamc-ms](https://github.com/yotamc-ms) for the contribution!

To install this forked version:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="2022.1",
version="2023.1",
description="A fork of Bryan Bishop's wmi-client-wrapper extended to include Python3 support",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2a87104

Please sign in to comment.