chore(deps): bump pywin32 from 300 to 301 in /endpoint/workspace
Bumps pywin32 from 300 to 301.
Release notes
Sourced from pywin32's releases.
Release 301
If you use pip:
pip install pywin32 --upgradeA number of things don't work via pip, so you may choose to install binaries - but you must choose both the correct Python version and "bittedness".
Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.
There is one binary per-version, per-bittedness. To determine what version of Python you have, start Python and look at the first line of the banner. Compare these 2:
Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32 Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32 ^^^^^^^^^^^^^^If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness".
Changelog
Sourced from pywin32's changelog.
Build 301, released 2021-05-30
Fix some confusion on how dynamic COM object properties work. The old code was confused, so there's a chance there will be some subtle regression here - please open a bug if you find anything, but this should fix #1427.
COM objects are now registered with the full path to pythoncomXX.dll, fixes #1704.
Creating a
win32crypt.CRYPT_ATTRIBUTEobject now correctly setscbData.Add wrap and unwrap operations defined in the GSSAPI to the sspi module and enhance the examples given in this module. (#1692, Emmanuel Coirier)
Fix a bug in
win32profile.GetEnvironmentStrings()relating to environment variables with an equals sign (@maxim-krikunin #1661)Fixed a bug where certain COM dates would fail to be converted to a Python datetime object with
ValueError: microsecond must be in 0..999999. Shoutout to@hujiaxingfor reporting and helping reproduce the issue (#1655)Added win32com.shell.SHGetKnownFolderPath() and related constants.
CoClass objects should work better with special methods like len etc. (#1699)
Shifted work in win32.lib.pywin32_bootstrap to Python's import system from manual path manipulations (
@wkschwartzin #1651)Fixed a bug where win32print.DeviceCapabilities would return strings containing the null character followed by junk characters. (#1654, #1660, Lincoln Puzey)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.