Karolina Surma

Results 37 comments of Karolina Surma

PyPI has in time gained the concept of "yanking" a release and I concur, it would be very nice to have the information here.

With Python 3.14.0a5 there's one more thing happening: ``` ________________ ERROR collecting _empty/tests/test_aiohttp.py _________________ ImportError while importing test module '/builddir/build/BUILD/python-uvloop-0.21.0-build/uvloop-0.21.0/_empty/tests/test_aiohttp.py'. Hint: make sure your test modules/packages have valid Python names....

In the `What's new in Python 3.14` document we can see that ByteString was removed from both typing and collections.abc. I believe that's the core reason behind the test failures....

It seems so, I updated the PR.

Hello, Please review the updated page: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license The diff of changes can be seen here: https://github.com/pypa/packaging.python.org/pull/1815/files

Huh, it's true. @webknjaz - could you take a look? The cron jobs of packaging.python.org appear to have run successfully from commits containing the change.

And after a rename of the function, this is the test run: ``` ====================================================================== FAIL: test_cidr_adapt (tests.test_ipaddress.NetworkingTestCase.test_cidr_adapt) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/psycopg2-2.9.9/tests/test_ipaddress.py", line 112, in test_cidr_adapt self.assertEquals(cur.fetchone()[0],...

FYI: pyp2spec 0.10.0, released today, will no longer error when encountering a non-compliant license.

First is has to land in all Fedora repositories (soon, up to 7 dayss: https://bodhi.fedoraproject.org/updates/?packages=pyp2spec) Then, once this PR https://github.com/fedora-copr/copr/pull/3473 is merged, it'll be automatically pulled and invoked correctly in...

I can make it 3.8 compatible, but since that version of Python is past the support phase, maybe that's not needed anymore?