Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pywin32 v308 #57

Conversation

regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Dependency Analysis

We couldn't run dependency analysis due to an internal error in the bot, depfinder, or grayskull. :/ Help is very welcome!

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/9024066196 - please use this URL for debugging.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@carlodri
Copy link
Contributor

not sure what is happening on cpython 3.12, here is a possible error in the CI:

2024-05-09T22:45:18.9945401Z D:\bld\pywin32_1715294565686\work\setup.py:55: DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead.
2024-05-09T22:45:18.9946106Z Building pywin32 3.12.304.1
2024-05-09T22:45:18.9946474Z   from distutils.dep_util import newer_group
2024-05-09T22:45:18.9953779Z Windows 10 SDK version 10.0.16299.0 is preferred, but that's not installed
2024-05-09T22:45:18.9954502Z Installed versions are ['10.0.17763.0', '10.0.19041.0', '10.0.20348.0', '10.0.22000.0', '10.0.22621.0']
2024-05-09T22:45:18.9954824Z Using 10.0.17763.0
2024-05-09T22:45:55.8467899Z PyACL.cpp
2024-05-09T22:46:07.2466132Z PyDEVMODE.cpp
2024-05-09T22:46:07.8225428Z PyHANDLE.cpp
2024-05-09T22:46:08.4192877Z PyIID.cpp
2024-05-09T22:46:08.9310728Z PyLARGE_INTEGER.cpp
2024-05-09T22:46:09.4467976Z PyOVERLAPPED.cpp
2024-05-09T22:46:09.9632838Z PySECURITY_ATTRIBUTES.cpp
2024-05-09T22:46:10.5070102Z PySECURITY_DESCRIPTOR.cpp
2024-05-09T22:46:11.0300562Z PySID.cpp
2024-05-09T22:46:11.5281644Z win32/src/PySID.cpp(62): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'int', possible loss of data
2024-05-09T22:46:11.5670081Z PyTime.cpp
2024-05-09T22:46:12.0747647Z win32/src/PyTime.cpp(280): warning C4996: 'PyEval_CallObjectWithKeywords': deprecated in 3.9
2024-05-09T22:46:12.1125341Z PyUnicode.cpp
2024-05-09T22:46:12.6409933Z win32/src/PyUnicode.cpp(16): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
2024-05-09T22:46:12.6579134Z win32/src/PyUnicode.cpp(35): error C3861: 'PyUnicode_AS_UNICODE': identifier not found
2024-05-09T22:46:12.6582378Z win32/src/PyUnicode.cpp(36): error C3861: 'PyUnicode_GET_SIZE': identifier not found
2024-05-09T22:46:12.6594199Z win32/src/PyUnicode.cpp(106): error C3861: 'PyUnicode_AS_UNICODE': identifier not found
2024-05-09T22:46:12.6606538Z win32/src/PyUnicode.cpp(119): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
2024-05-09T22:46:12.6613397Z win32/src/PyUnicode.cpp(182): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
2024-05-09T22:46:12.6620159Z win32/src/PyUnicode.cpp(215): error C3861: 'PyUnicode_GET_SIZE': identifier not found
2024-05-09T22:46:12.6622327Z win32/src/PyUnicode.cpp(267): error C3861: 'PyUnicode_GET_SIZE': identifier not found
2024-05-09T22:46:12.6630083Z win32/src/PyUnicode.cpp(275): error C3861: 'PyUnicode_AsUnicode': identifier not found
2024-05-09T22:46:12.6636536Z win32/src/PyUnicode.cpp(314): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
2024-05-09T22:46:12.6646272Z win32/src/PyUnicode.cpp(388): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data
2024-05-09T22:46:12.6746963Z error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\cl.exe' failed with exit code 2
2024-05-09T22:46:12.7205654Z "sleeping for 15"
2024-05-09T22:46:28.0500196Z The system cannot find the file specified.
2024-05-09T22:46:28.0501392Z The system cannot find the file specified.
2024-05-09T22:46:28.0501826Z File Not Found
2024-05-09T22:46:28.0502180Z File Not Found
2024-05-09T22:46:28.0502839Z "Copying over stray DLLS"
2024-05-09T22:46:28.0503360Z The system cannot find the path specified.
2024-05-09T22:46:28.0503681Z  Volume in drive D is Temporary Storage
2024-05-09T22:46:28.0504212Z  Volume Serial Number is C296-E83D
2024-05-09T22:46:28.0504411Z 
2024-05-09T22:46:28.0504593Z  Directory of %PREFIX%\Library\bin
2024-05-09T22:46:28.0505059Z 
2024-05-09T22:46:28.0505264Z The system cannot find the path specified.
2024-05-09T22:46:28.0505526Z  Volume in drive D is Temporary Storage
2024-05-09T22:46:28.0505852Z  Volume Serial Number is C296-E83D
2024-05-09T22:46:28.0506014Z 
2024-05-09T22:46:28.0506216Z  Directory of %PREFIX%\Library\bin
2024-05-09T22:46:28.0506372Z 
2024-05-09T22:46:29.1209946Z 
2024-05-09T22:46:29.1211508Z Resource usage statistics from building pywin32:
2024-05-09T22:46:29.1211997Z    Process count: 4
2024-05-09T22:46:29.1212456Z    CPU time: Sys=0:00:01.9, User=0:00:02.8
2024-05-09T22:46:29.1212883Z    Memory: 91.9M
2024-05-09T22:46:29.1213387Z    Disk usage: 23.1M
2024-05-09T22:46:29.1213804Z    Time elapsed: 0:01:19.1
2024-05-09T22:46:29.1214107Z 
2024-05-09T22:46:29.1214467Z 
2024-05-09T22:46:29.2748410Z Packaging pywin32
2024-05-09T22:46:29.2924231Z Packaging pywin32-308-py312h275cf98_0

@xhochy
Copy link
Member

xhochy commented May 17, 2024

Seems like this was an accidental release and the source no longer exists.

@xhochy xhochy closed this May 17, 2024
@carlodri
Copy link
Contributor

thanks @xhochy! Now that I think about it this is not the first time that this happens on this feedstock...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants