Karolina Surma
                                            Karolina Surma
                                        
                                    In Fedora Linux, we've successfully built httptools with Cython 3.0.5 (see [build log](https://download.copr.fedorainfracloud.org/results/churchyard/cython-3-forced/fedora-rawhide-x86_64/06624183-python-httptools/builder-live.log.gz) for details). Would you consider unpinning the requirement on Cython < 3 in the project? I can...
When I build RPM and it produces an SRPM correctly, but fails in the RPM build phase, I expect the full RPM build log to be present in `build.log` Actual...
The failures: ``` =================================== FAILURES =================================== _________________________ test_dates_behave_like_dates _________________________ def test_dates_behave_like_dates(): i = item(date(2018, 7, 22)) assert i == date(2018, 7, 22) assert i.as_string() == "2018-07-22" i += timedelta(days=1) >...
private _Py_RestoreSignals() has been moved to CPython internals as of Python 3.13 See: https://github.com/python/cpython/pull/106400 Its implementation has been the same in all supported by uvloop Pythons (3.8+), so the inlining...
* **uvloop version**: 0.19.0 * **Python version**: 3.13.0a5 * **Platform**: Fedora Linux 41 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: n/a * **Does uvloop behave differently from...
Hey, As suggested in #277 I've added newer Sphinx versions to the CI. It uncovers some issues with Sphinx 3.5 and 4.0, which may be worth looking into.
Not sure if this behavior is intended or not. The build of photocollage in Fedora Linux fails with setuptools 69.0.3 with this error: ``` + /usr/bin/python3 setup.py build /usr/lib/python3.12/site-packages/setuptools/_distutils/command/build.py:130: SetuptoolsDeprecationWarning:...
The definitions were originally included in (the draft of) PEP 639, refining and extending the existing glossary terms. Having the unified vocabulary in place is essential to accurately describe the...
### setuptools version 69.0.3 ### Python version Python 3.13.0a3 ### OS Fedora Linux 40 ### Additional environment information This happens in the context of the RPM build of setuptools for...
project: https://github.com/ionelmc/python-lazy-object-proxy/ download the source code, extract the tar archive and enter the folder: https://github.com/ionelmc/python-lazy-object-proxy/archive/refs/tags/v1.10.0.tar.gz In pyproject.toml there is empty table `[tool.setuptools_scm]` defined. In setup.py you can find the `use_scm_version`...