Search Criteria
Package Details: python-safehttpx 0.1.7-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-safehttpx.git (read-only, click to copy) |
|---|---|
| Package Base: | python-safehttpx |
| Description: | A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks. |
| Upstream URL: | https://github.com/gradio-app/safehttpx |
| Licenses: | Apache-2.0 |
| Submitter: | medaminezghal |
| Maintainer: | medaminezghal |
| Last Packager: | medaminezghal |
| Votes: | 1 |
| Popularity: | 0.000091 |
| First Submitted: | 2025-02-19 14:27 (UTC) |
| Last Updated: | 2025-12-01 09:03 (UTC) |
Dependencies (8)
- python
- python-httpx (python-httpx-gitAUR)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-asyncio (check)
Latest Comments
« First ‹ Previous 1 2
medaminezghal commented on 2025-08-11 11:39 (UTC)
@Felixoid I have made a script to test if the package works before I upload it to the
AUR.medaminezghal commented on 2025-08-11 11:37 (UTC)
@Felixoid the
sed -i "/93.184.215.14.nip.io/d" test/test.pyshould remove the broken link from the tests.Try to clear the cache and install it again.
Felixoid commented on 2025-08-11 11:34 (UTC) (edited on 2025-08-11 11:44 (UTC) by Felixoid)
Thanks.
Unfortunately, the
check()is still completely broken.venvlooks like an antipattern to me. Every package necessary forcheckmust be defined in checkdepends list, so no "install" should be required.That's how the
git diffis looking for addressed issues:medaminezghal commented on 2025-08-11 04:45 (UTC)
@Felixoid I have fixed the issue by removing just the broken link. Thanks for mentioning
python-buildpython-installer, I've added them tomakedepends.Felixoid commented on 2025-08-06 10:34 (UTC)
The package misses
python-build python-installermakedependspqatsi commented on 2025-07-18 13:12 (UTC)
Created upstream issue https://github.com/gradio-app/safehttpx/issues/14
pqatsi commented on 2025-07-18 13:02 (UTC)
Indeed the public url is falling:
salfter commented on 2025-07-03 16:46 (UTC)
Build test failures are causing the package to not install:
micwoj92 commented on 2025-04-10 23:37 (UTC)
Needs python-installer and python-build in makedeps.
« First ‹ Previous 1 2