-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
maturin 1.3 produces invalid source distributions for workspace packages #1837
Comments
Not sure why but windows redirector isn't included in $ cargo package --list --allow-dirty
warning: manifest has no description.
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
.cargo/config.toml
.github/FUNDING.yml
.github/dependabot.yml
.github/python-version.txt
.github/scripts/build-macos-redirector.sh
.github/scripts/pin-versions.py
.github/workflows/autofix.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
Cargo.toml.orig
LICENSE
README.md
architecture.png
benches/.gitignore
benches/local.conf
benches/nonlocal.conf
benches/openvpnserv.exe
benches/plot.py
benches/process.rs
benches/py_echo_client.py
benches/py_echo_server.py
benches/wg_echo_client.py
benches/wg_echo_server.py
mitmproxy-macos/.swift-format
mitmproxy-macos/.swiftlint.yml
mitmproxy-macos/README.md
mitmproxy-macos/mitmproxy_macos/__init__.py
mitmproxy-macos/mitmproxy_macos/macos-certificate-truster.app/Contents/Info.plist
mitmproxy-macos/mitmproxy_macos/macos-certificate-truster.app/Contents/Resources/mitmproxy.icns
mitmproxy-macos/pyproject.toml
mitmproxy-macos/redirector/.gitignore
mitmproxy-macos/redirector/ExportOptions.plist
mitmproxy-macos/redirector/README.md
mitmproxy-macos/redirector/ipc/mitmproxy_ipc.pb.swift
mitmproxy-macos/redirector/ipc/utils.swift
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/Contents.json
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/logo-circle-1024.png
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/logo-circle-128.png
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/logo-circle-16.png
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/logo-circle-256.png
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/logo-circle-32.png
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/logo-circle-512.png
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/AppIcon.appiconset/logo-circle-64.png
mitmproxy-macos/redirector/macos-redirector/Assets.xcassets/Contents.json
mitmproxy-macos/redirector/macos-redirector/app.swift
mitmproxy-macos/redirector/macos-redirector/macos_redirector.entitlements
mitmproxy-macos/redirector/macos-redirector.xcodeproj/project.pbxproj
mitmproxy-macos/redirector/macos-redirector.xcodeproj/project.xcworkspace/contents.xcworkspacedata
mitmproxy-macos/redirector/macos-redirector.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
mitmproxy-macos/redirector/macos-redirector.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
mitmproxy-macos/redirector/macos-redirector.xcodeproj/xcshareddata/xcschemes/macos-redirector.xcscheme
mitmproxy-macos/redirector/network-extension/FlowExtensions.swift
mitmproxy-macos/redirector/network-extension/Info.plist
mitmproxy-macos/redirector/network-extension/InterceptConf.swift
mitmproxy-macos/redirector/network-extension/ProcessInfoCache.swift
mitmproxy-macos/redirector/network-extension/TransparentProxyProvider.swift
mitmproxy-macos/redirector/network-extension/libproc-Bridging-Header.h
mitmproxy-macos/redirector/network-extension/main.swift
mitmproxy-macos/redirector/network-extension/network_extension.entitlements
mitmproxy-macos/version-info.toml
mitmproxy-windows/README.md
mitmproxy-windows/mitmproxy_windows/LICENSE
mitmproxy-windows/mitmproxy_windows/WINDIVERT_VERSION
mitmproxy-windows/mitmproxy_windows/WinDivert.dll
mitmproxy-windows/mitmproxy_windows/WinDivert.lib
mitmproxy-windows/mitmproxy_windows/WinDivert64.sys
mitmproxy-windows/mitmproxy_windows/__init__.py
mitmproxy-windows/mitmproxy_windows/editable.marker
mitmproxy-windows/pyproject.toml
src/intercept_conf.rs
src/ipc/mitmproxy_ipc.proto
src/ipc/mitmproxy_ipc.rs
src/ipc/mod.rs
src/lib.rs
src/macos.rs
src/messages.rs
src/network/mod.rs
src/network/task.rs
src/network/tests.rs
src/network/virtual_device.rs
src/packet_sources/macos.rs
src/packet_sources/mod.rs
src/packet_sources/windows.rs
src/packet_sources/wireguard.rs
src/processes.rs
src/shutdown.rs
src/util.rs
src/windows/icons.rs
src/windows/mod.rs
src/windows/network.rs
src/windows/processes.rs |
Sorry for the slow turnaround and thank you for the nonetheless super quick fix. You folks are fantastic! 🤩🤩🤩 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Hi folks!
First off, thank y'all for building maturin. It's been super pleasant and smooth sailing so far. 🍰
We've hit a small roadbump with 1.3.0 and 1.3.1 which I wanted to report. :)
Your maturin version (
maturin --version
)1.3.1
Your Python version (
python -V
)Python 3.12
Your pip version (
pip -V
)pip 23.2.1
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
maturin 1.2.3:
maturin 1.3.1:
It looks like
mitmproxy-windows/redirector
is missing entirely from the sdist, even though it's a workspace member.See mitmproxy/mitmproxy_rs#123 for a full reproducer. :)
The text was updated successfully, but these errors were encountered: