Sandro
Sandro
According to [upstream's documentation](https://docs.python.org/3.13/library/pathlib.html#pathlib.PurePath.is_reserved) the behavior of `PurePath.is_reserved()` has changed in Python 3.13: > _Changed in version 3.13_: Windows path names that contain a colon, or end with a dot...
The PyPI release is missing [`__init__.py`](https://github.com/G-Node/python-odml/blob/master/test/__init__.py) and [`util.py`](https://github.com/G-Node/python-odml/blob/master/test/util.py) in `test/`, making it impossible to run the tests. Could these be added to the PyPI release, please?
I'm in the process of writing an nftables plugin for Munin and came across PyMunin. Installing it through pip failed due to Pyhton 2 syntax in `setup.py` and `pymunin/__ini__.py`. With...
### Description Today, I took my fist steps configuring an upstream Packit job. :baby: Going through the [available triggers](https://packit.dev/docs/configuration/upstream/copr_build#supported-triggers) for `copr_build` jobs, I didn't see one that exactly fitted my...
The function has been deprecated since Python 3.9 and will be removed from Python 3.13. See: https://docs.python.org/3.13/whatsnew/3.13.html#id9
The `read_text` and other methods will be removed from Python 3.13. As a stop gap measure fall back to `pkgutil`.
I'm trying to update `MorphIO` to the latest release in Fedora. Since we already have `ghc_filesystem` packaged as `gulrak-filesystem` (different name to avoid clashes with Haskell packages), I would like...
I'm reporting this here as a starting point since FMN is sending those messages. It may well prove to be an issue elsewhere (e.g. Copr). Feel free to transfer. Now...
I have a [rule](https://notifications.fedoraproject.org/rules/86) for sending notifications by e-mail for certain applications. Pagure being one of them. Whenever Packit creates a new branch for opening a package update PR, I...
This fixes issue #30.