Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#78304 - [httpie] upgrading from 3.2.1-1 to 3.2.1-2 breaks httpie

Attached to Project: Community Packages
Opened by Md Samin Yasar Islam (GuessWhatBBQ) - Tuesday, 25 April 2023, 17:00 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 26 April 2023, 21:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Daurnimator (daurnimator)
Morten Linderud (Foxboron)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I believe the PKGBUILD for the httpie has been updated which results in the following error every time I try to run the application
```
Traceback (most recent call last):
File "/usr/bin/http", line 33, in <module>
sys.exit(load_entry_point('httpie==3.2.1', 'console_scripts', 'http')())
File "/usr/bin/http", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 969, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for httpie
```

Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:

1. run `pacman -Syu httpie` as root
2. try to run any command using httpie
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 26 April 2023, 21:22 GMT
Reason for closing:  Fixed
Additional comments about closing:  httpie 3.2.1-3
Comment by Md Samin Yasar Islam (GuessWhatBBQ) - Wednesday, 26 April 2023, 15:26 GMT
I believe the issue has been solved after the package was rebuilt

Loading...