David Hotham

Results 125 issues of David Hotham

Build and publish a wheel, in addition to a source distribution Also direct invocation of setup.py is deprecated.

size/XS
ok-to-test

I notice that this package publishes [only source distributions](https://pypi.org/project/impacket/#files), so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

cf https://github.com/pypa/hatch/pull/1771#issuecomment-2439688437

Publish a wheel, as well as a source distribution In python, all package installation is from wheel. So if maintainers do not publish wheels, then every user install must start...

Running against Azure Managed Redis with its default clustering policy "OSSCluster" we see failures with `redis.exceptions.MovedError` Apparently the solution should be to use a cluster-aware client, as in `from redis.cluster...

### Description release 39.0.0 of rucio-clients publishes only a source distribution, no wheel - https://pypi.org/project/rucio-clients/39.0.0/#files previous releases included a wheel; and I see you have [code](https://github.com/rucio/rucio/blob/master/tools/build_sdist_wheel.sh) for building a wheel,...

bug

I notice that this package publishes [only source distributions](https://pypi.org/project/PyAstronomy/#files), so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

Direct invocation of setup.py is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). setuptools dependency is not required. Build and publish wheels.

this project only publishes a source distribution eg see https://pypi.org/project/wagon/#files (how ironic!) it looks as though the makefile tries to build and publish wheels, I do not know where that...