Search Criteria
Package Details: python-class-registry 5.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-class-registry.git (read-only, click to copy) |
|---|---|
| Package Base: | python-class-registry |
| Description: | The intersection of the Registry and Factory patterns |
| Upstream URL: | https://github.com/todofixthis/class-registry |
| Licenses: | MIT |
| Submitter: | 2bluesc |
| Maintainer: | None |
| Last Packager: | micwoj92 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-07-22 05:00 (UTC) |
| Last Updated: | 2025-11-27 21:09 (UTC) |
Dependencies (4)
- python (placeholder-for-pythonAUR)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
Latest Comments
ghoti commented on 2025-08-07 21:32 (UTC)
I'm getting a bunch of user facing errors because setuptools is depreciating something.
The message being spammed at me:
I have verified that class-registry has fixed this problem in 4.1.0, would you mind upgrading?
ectospasm commented on 2022-09-08 01:28 (UTC)
@2bluesc: Thanks for the tip! I should have tried this first before reaching out. It looks like my python-class-registry package was still in Python 3.9, while I upgraded to 3.10 several weeks ago. Forcing a rebuild of both backblaze-b2 and python-class-registry fixed the problem for me, I was able to authorize my account without having to move .b2_account_info (it didn't exist on my target laptop).
The package name in PyPi is phx-class-registry, not sure if that matters.
2bluesc commented on 2022-09-03 20:52 (UTC)
@ectospasm I don't think there's a bug here as I can't recreate the issue, this package name (and
backblaze-b2requirements.txt) hasn't been changed in 2+ years and manybackblaze-b2users seem to not have issues.I just tested
backblaze-b2 authorize-accounton my account after deleting my~/.b2_account_infoand it works without issue.You should check that your environment and make sure you have this package correctly installed.
Test cases:
Tried loading the
phx-class-registrydistribution directly and it seems happy as well:ectospasm commented on 2022-09-01 23:42 (UTC) (edited on 2022-09-08 02:20 (UTC) by ectospasm)
@2bluesc: Here's the diff you requested:
ectospasm commented on 2022-08-29 03:11 (UTC) (edited on 2022-09-08 02:23 (UTC) by ectospasm)
It appears this package has been renamed to
phx-class-registry.backblaze-b2requires this package at the new name, see the following Python Traceback:jaantoots commented on 2020-07-22 08:46 (UTC)
'python-setuptools' is missing from makedepends