Search Criteria
Package Details: python-fangfrisch 1.9.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-fangfrisch.git (read-only, click to copy) |
---|---|
Package Base: | python-fangfrisch |
Description: | Freshclam like utility that allows downloading unofficial virus definition files |
Upstream URL: | https://rseichter.github.io/fangfrisch/ |
Licenses: | GPL-3.0-or-later |
Conflicts: | clamav-unofficial-sigs |
Provides: | clamav-unofficial-sigs |
Submitter: | amish |
Maintainer: | amish (Morbius) |
Last Packager: | Morbius |
Votes: | 28 |
Popularity: | 0.54 |
First Submitted: | 2020-02-22 16:48 (UTC) |
Last Updated: | 2025-04-04 18:15 (UTC) |
Dependencies (7)
- clamav
- python-requests
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (1)
- clamav-openrc (requires clamav-unofficial-sigs) (optional)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »
amish commented on 2023-02-21 10:12 (UTC)
@Morbius - I believe it would affect any distribution which uses python-alchemy 1.3 instead of 1.4. But its your choice, if to make it backward compatible or not.
Morbius commented on 2023-02-21 09:21 (UTC)
@amish: Also, you will probably understand me when I say that I won’t change Fangfrisch to deal with a problem that only affects one particular Linux distribution.
amish commented on 2023-02-21 09:04 (UTC) (edited on 2023-02-21 09:05 (UTC) by amish)
python-sqlachemy1.3 provides python-sqlachemy but it appears that tests are not compatible with python-sqlachemy 1.3 but requires 1.4.
So either @Morbius needs to update tests to succeed on python-sqlalchemy 1.3 version OR people move to its version 1.4
Based on Arch's "always up-to-date" principle, I would say that people need to move to python-alchemy 1.4 as eventually 1.3 will be removed from repos anyway.
samueldy commented on 2023-02-21 09:01 (UTC) (edited on 2023-02-21 10:22 (UTC) by samueldy)
Can confirm from my end that replacing
python-sqlalchemy1.3
withpython-sqlalchemy
allows thecheck()
to succeed:So
python-sqlalchemy
needs to be incheckdepends
as well as independs
? Hopefully this won't cause too much conflict. Looks like in the official repos onlypgadmin4
,pychess
, andsopel
depend onpython-sqlalchemy1.3
specifically.Morbius commented on 2023-02-21 08:48 (UTC)
Given that the changes in Fangfrisch 1.6.0 are mostly related to the way SQLAlchemy sessions are handled, as stated in the change log, @emphire is probably on the right track.
emphire commented on 2023-02-21 08:32 (UTC)
@amish I tried it with the python packages you listed and the tests passed. I had to uninstall python-sqlalchemy1.3 to get python-sqlalchemy installed and if I had to guess I'd be guessing that one is the culprit.
amish commented on 2023-02-21 08:16 (UTC)
Can those getting error, install python-* packages mentioned in my previous comment.
And then test if it works. If yes then we need to figure out which package is dependency.
Little bit of manual work required but it should resolve the issue
Ferdinand commented on 2023-02-21 07:44 (UTC) (edited on 2023-02-21 08:08 (UTC) by Ferdinand)
Sorry for the late reply.
Here are the errors I get after running 'makepkg -sric': http://ix.io/4oLj
No pyenv, and no VM or container or anything. Python 3.10.9.
I also deleted and re-cloned the repository, and tried again, but get the same errors.
amish commented on 2023-02-21 00:57 (UTC)
@emphire - no I am not using pyenv.
I am building directly (without chroot or sandbox or container)
And it builds fine.
Here is the list of python related packages in my system. If that helps in anyway.
i.e. output of: pacman -Qqs ^python
samueldy commented on 2023-02-21 00:53 (UTC) (edited on 2023-02-21 00:57 (UTC) by samueldy)
If it helps, here is my
makepkg
output using system Python 3.10.9 (no pyenv, venv, conda env): https://pastebin.com/77QRqEDk« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »