Tomasz Kłoczko

Results 1130 issues of Tomasz Kłoczko

According to https://endoflife.date/python python 3.7 has been EOSed 27 Jun 2023. Filter all code over `pyupgrade --py38-plus`.

According to https://endoflife.date/python python 3.7 has been EOSed 27 Jun 2023. Filter all code over `pyupgracde --py38-plus`. TODO: - [ ] Write new tests or update the old ones to...

Switch to standard `zoneinfo` module. Below may help https://github.com/pydantic/pydantic-core/commit/fd262933 ```console CHANGES.rst:* Dates: `pytz` is now optional; Babel will prefer it but will use `zoneinfo` when available. (:gh:`940`) - @ds-cbo CHANGES.rst:*...

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

According to https://endoflife.date/python python 3.7 has been EOSed almost year ago. Filter all the code over `pyupgrade --py38-plus`. - [x] Tests written and passed - [ ] Documentation and changelog...

I found in autoconf possibility to build zbar against Qt 6.x however looks like that possibility os not finished and it is even issue with correct Qt 6.x detection ```console...

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

Looks like pep517 based build fails ```console + /usr/bin/python3 -sBm build -w --no-isolation * Getting build dependencies for wheel... /usr/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `license` defined outside of `pyproject.toml` is ignored. !! ********************************************************************************...

Probably easiest way to fix that probably will be just move src/chameleon/tests/ to tests/

Looks like some code can be removed now ```console [tkloczko@pers-jacek wrapt-1.16.0]$ grep -rE "PY2|PY3" src/wrapt/decorators.py:PY2 = sys.version_info[0] == 2 src/wrapt/decorators.py:if PY2: src/wrapt/decorators.py: if PY2: src/wrapt/decorators.py: if PY2: src/wrapt/decorators.py: if PY2:...