Karolina Surma
Karolina Surma
Sure! See vendored dependencies of [pipenv](https://github.com/pypa/pipenv/tree/master/pipenv/vendor/pipreqs). It looks pipreqs is bundled alongside with its installable dependencies and used in [this](https://github.com/pypa/pipenv/blob/master/pipenv/core.py#L254) function. The two dependencies mentioned in the PR are only...
@alan-barzilay, thanks for taking time to look at this issue :) Your point is completely understandable to me. Good luck with the refactoring efforts!
In Fedora, I manually relaxed the docutils version requirement and built the package as RPM against the version 0.18.1 & Sphinx 5.0.2. Please note, we patch our package (especially fonts),...
I checked ~10 most popular packages from [PyPI stats](https://pypistats.org/top) where none of them gets installed with tests. Those you mention, however are. As from packager point of view, the tests...
That's a part of an early effort to integrate Python 3.13 into Fedora - we package everything with the consecutive alpha releases to provide the early feedback all the interested...
For the Python package rebuilds in Copr we try to determine the reason of the build failure. Typically if the build log is short, this indicates a problem with missing...
I'm running `python -m pytest -k "test_remain_abstract" -vvv` in a venv with Python 3.13.0a3 and the project configured according to the contributors guide. It gets weirder, now `slots = False`...
In an interactive Python 3.13.0a3 console in both cases TypeError is raised. I'm really confused.
`_Py_RestoreSignals()` has apparently been moved to internal CPython: https://github.com/python/cpython/commit/c9ce983ae1a361f431a0303aeb6f4b8e1d674275
This has become the case with Python 3.13 from which read_binary was removed. We are already hit by this as downstream packagers in Fedora Linux during the early integration with...