Results 54 comments of danigm

There's a PR related to this that's not linked in this issue: https://github.com/rpm-software-management/rpmlint/pull/430

The current version in pypi is `2.2.0`, it's not the latest release, but I think this issue can be closed.

I think we can close this one, the missing patch check is now there and there are a lot of tests, for example: https://github.com/rpm-software-management/rpmlint/blob/main/test/test_speccheck.py#L42-L44 And I've been testing and `rpmlint`...

I've created a PR in `metaextract` project that should fix this issue: https://github.com/toabctl/metaextract/pull/16 But `hatch_vcs` will continue failing because it looks like the `pyproject.toml` file in the current release is...

There's a new release of `metaextract` that comes with `pyproject` support, so updating that, now `py2pack` should work with this kind of packages.

This is caused by what I think is a bad `setup.py` file. It tries to import `jupyter_packaging` in the `setup.py` file and when `py2pack` tries to parse that package it...

It's weird, I can't reproduce this problem. It looks like the `source` url is different from template, but we're using a hardcoded value here: https://github.com/openSUSE/py2pack/blob/master/py2pack/__init__.py#L223 So I don't know where...

@kloczek can you give more information about how you run these tests? the only place where I found the `pypi.io` path is versions before 0.6.5. This commit changes the path:...

I think this patch will fix the issue [flake8-v5-compatibility.patch.txt](https://github.com/grantjenks/blue/files/9598516/flake8-v5-compatibility.patch.txt)

I think this issue can be closed now that #955 has been merged