Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
libdiscid.patch | Replace discid with python-libdiscid discid is not in the archive, but python-libdiscid is. |
Sebastian Ramacher <sramacher@debian.org> | not-needed | 2014-03-04 | ||
0002-Explicitly-declare-the-package-in-setup.py.patch | Explicitly declare the package in setup.py Setuptools recently added automatic discovery of packages and namespaces within given source trees/projects, however isrcsubmit’s current layout does not play well with this autodiscovery. Explicitly declaring which Python package is being touched by using this setup.py is probably the easiest and quickest way to remedy this. We may want to switch to another solution down the line, but this should work okay for the time being. See https://setuptools.pypa.io/en/latest/userguide/package_discovery.html for more details. Fixes https://github.com/JonnyJD/musicbrainz-isrcsubmit/issues/140 |
=?utf-8?b?IkZyZWRlcmlrIOKAnEZyZXNv4oCdIFMuIE9sZXNlbiI=?= | no | 2022-12-08 | ||
0003-Fix-the-package-declaration.patch | Fix the package declaration Since isrcsubmit.py is currently contained in a single file, that means package declaration is a bit different. Instead of specifying a `packages` entry, we just mark the singular module file in `py_modules` instead. Note that the script still isn’t working, but that requires a bit more refactoring, so that’ll be done in a separate commit. Follow-up to 73c820da82701e560b51e3a0d29128bffcc28528 |
=?utf-8?b?IkZyZWRlcmlrIOKAnEZyZXNv4oCdIFMuIE9sZXNlbiI=?= | no | 2023-05-12 | ||
0004-Make-argv-of-main-optional.patch | Make argv of main optional | Sebastian Ramacher <sebastian@ramacher.at> | no | 2023-10-28 |