pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/www/py-yarl
On Wed, Oct 09, 2024 at 08:23:20AM +0000, Adam Ciarcinski wrote:
> Module Name: pkgsrc
> Committed By: adam
> Date: Wed Oct 9 08:23:20 UTC 2024
>
> Modified Files:
> pkgsrc/www/py-yarl: Makefile PLIST distinfo
>
> Log Message:
> py-yarl: updated to 1.14.0
>
> 1.14.0
>
> Packaging updates and notes for downstreams
>
> - Switched to using the :mod:`propcache <propcache.api>` package for property caching
The dependency for propcache seems to be missing from Makefile. I don't
see a py-propcache package in pkgsrc at all.
After the py-yarl upgrade, mta-sts-daemon fails to start with
ModuleNotFoundError: No module named 'propcache'
Please add the missing dependency, or revert the upgrade.
Kind regards,
+ Kimmo
Traceback (most recent call last):
File "/usr/pkg/bin/mta-sts-daemon-3.12", line 33, in <module>
sys.exit(load_entry_point('postfix-mta-sts-resolver==1.4.0', 'console_scripts', 'mta-sts-daemon')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pkg/bin/mta-sts-daemon-3.12", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/pkg/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
module = import_module(match.group('module'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pkg/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/pkg/lib/python3.12/site-packages/postfix_mta_sts_resolver/daemon.py", line 16, in <module>
from .proactive_fetcher import STSProactiveFetcher
File "/usr/pkg/lib/python3.12/site-packages/postfix_mta_sts_resolver/proactive_fetcher.py", line 7, in <module>
from postfix_mta_sts_resolver.resolver import STSResolver, STSFetchResult
File "/usr/pkg/lib/python3.12/site-packages/postfix_mta_sts_resolver/resolver.py", line 8, in <module>
import aiohttp
File "/usr/pkg/lib/python3.12/site-packages/aiohttp/__init__.py", line 6, in <module>
from .client import (
File "/usr/pkg/lib/python3.12/site-packages/aiohttp/client.py", line 37, in <module>
from yarl import URL
File "/usr/pkg/lib/python3.12/site-packages/yarl/__init__.py", line 1, in <module>
from ._url import (
File "/usr/pkg/lib/python3.12/site-packages/yarl/_url.py", line 35, in <module>
from propcache.api import under_cached_property as cached_property
ModuleNotFoundError: No module named 'propcache'
Home |
Main Index |
Thread Index |
Old Index