Fabian Affolter

Results 253 issues of Fabian Affolter

It would be very helpful if you could tag releases as well. This would enable distributions to use the GitHub release tarballs. Thanks

In NixOS we get some test failures. It happens on Python 3.10 too. At first glances I would say it's `pytest`-related. ```bash platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0 rootdir:...

The release is missing for the egg-info. ```bash /usr/lib/python3.8/site-packages/pylacrosse-unknown-py3.8.egg-info/PKG-INFO /usr/lib/python3.8/site-packages/pylacrosse-unknown-py3.8.egg-info/SOURCES.txt /usr/lib/python3.8/site-packages/pylacrosse-unknown-py3.8.egg-info/dependency_links.txt /usr/lib/python3.8/site-packages/pylacrosse-unknown-py3.8.egg-info/entry_points.txt /usr/lib/python3.8/site-packages/pylacrosse-unknown-py3.8.egg-info/requires.txt /usr/lib/python3.8/site-packages/pylacrosse-unknown-py3.8.egg-info/top_level.txt ``` Would be nice to have a new release after it's fixed as this is an...

`strenum` is a[ runtime dependency](https://github.com/alexdelorenzo/limiter/blob/master/limiter/limiter.py#L19).

0.3.0 will break pretty much all of it's consumers if they haven't pinned the release. The changelog simply says ["Update API"](https://github.com/alexdelorenzo/limiter/releases/tag/v0.3.0). ```bash ImportError: cannot import name 'get_limiter' from 'limiter' ```

Could you please tag the source? This allows distributions to track new releases easier. Thanks

`keyring` is currently limited to < [24.x](https://github.com/HuntDownProject/KoodousFinder/blob/main/pyproject.toml#L21C1-L21C21). Distributions have started to ship later `keyring` releases. It would be helpful to allow `keyring` releases. Thanks

With https://github.com/NixOS/nixpkgs/pull/280312 the current way of `nix-init` setting the `version` of `unstable` packages doesn't match with the new guidelines.

It would be very helpful if you could tag releases as well. This would enable distributions who want to fetch the package from GitHub instead of PyPI. Thanks and happy...