Miro Hrončok

Results 179 issues of Miro Hrončok

Similarly to https://github.com/pypa/auditwheel/issues/321 I was struggling when we package this in Fedora. The fact is that we re-generate the dist-info with `prepare_metadata_for_build_wheel` hook and when the files are not mentioned...

to-review 🔍
c1-quick 🕐
p3-framework ⚒

Hi there. > PrusaControl is an alternative user interface for Slic3r Prusa Edition Slic3r is licensed with AGPLv3. I'm not sure whether this alternative user interface isn't by design also...

Fallback to tomli, which has the same API. Fixes https://github.com/tox-dev/tox/issues/2462 ## Contribution checklist: (also see [CONTRIBUTING.rst](../tree/master/CONTRIBUTING.rst) for details) - [x] wrote descriptive pull request text - [ ] added/updated test(s)...

Hey, would you accept a pull request that uses tomllib rom the standard library on Python 3.11+ and fallbacks to tomli, instead of toml?

feature:new

### What were you trying to do? Build mu in Fedora ### What steps did you take to trigger the issue? flake8 was updated to 5.0.3 / pyflakes to 2.5.0...

One of the Fedora Linux users had this traceback reported automatically: Traceback (most recent call last): File "/usr/bin/mu-editor", line 8, in sys.exit(run()) File "/usr/lib/python3.10/site-packages/mu/app.py", line 111, in run setup_logging() File...

Just a heads up that I see the following warning on Python 3.10 when I start Cura 4.12.1: ``` /usr/lib/python3.10/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib...

I'd like to edit https://bodhi.fedoraproject.org/updates/FEDORA-2020-cb72ecb134 to raise the karma limit, but I get: `The supplied from_tag doesn't exist.` error.

Side-tags

Packagers are confused today about the F30 EOL cut off: https://lists.fedoraproject.org/archives/list/[email protected]/thread/Z472V5GV5WLEEXLPP3EM2F5PXHAHFMMJ/ It was suggested that bodhi could issue a warning to the updates before the EOL happens. Obviously fo this...

RFE

After https://github.com/eventlet/eventlet/issues/475 is fixed on greenlet side, there are still test failures on python 3.7: ``` ====================================================================== ERROR: test_connect_ssl (tests.api_test.TestApi) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/eventlet-0.23.0/tests/api_test.py", line 67,...