[Bug 2080342] Re: pymongo 4.7.3-1 lacks package metadata
Launchpad Bug Tracker
2080342 at bugs.launchpad.net
Thu Sep 12 10:17:42 UTC 2024
This bug was fixed in the package pymongo - 4.7.3-2ubuntu1
---------------
pymongo (4.7.3-2ubuntu1) oracular; urgency=medium
* d/python3-pymongo.install: Ensure package metadata is installed,
resolving autopkgtest failures in reverse dependencies (LP: #2080342).
-- James Page <james.page at ubuntu.com> Thu, 12 Sep 2024 08:02:27 +0100
** Changed in: pymongo (Ubuntu Oracular)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to pymongo in Ubuntu.
https://bugs.launchpad.net/bugs/2080342
Title:
pymongo 4.7.3-1 lacks package metadata
Status in pymongo package in Ubuntu:
Fix Released
Status in pymongo source package in Oracular:
Fix Released
Bug description:
The latest sync of pymongo from Debian lacks any egg-info data for the
package; this creates some issues in reverse depends (python-libmaas)
as the package version is not correctly detected and the test attempts
to install the right version using pip:
630s autopkgtest [09:01:45]: test unit-tests: [-----------------------
630s Running testsuite with python3.12:
630s /usr/lib/python3/dist-packages/setuptools/dist.py:679: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
630s !!
630s
630s ********************************************************************************
630s Please replace its usage with implicit namespaces (PEP 420).
630s
630s See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details.
630s ********************************************************************************
630s
630s !!
630s ep.load()(self, ep.name, value)
630s running test
630s WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
630s /usr/lib/python3/dist-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
630s !!
630s
630s ********************************************************************************
630s Requirements should be satisfied by a PEP 517 installer.
630s If you are using pip, you can try `pip install --use-pep517`.
630s ********************************************************************************
630s
630s !!
630s ir_d = dist.fetch_build_eggs(dist.install_requires)
630s WARNING: The wheel package is not available.
630s /usr/bin/python3.12: No module named pip
630s error: Command '['/usr/bin/python3.12', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpser21zqe', '--quiet', 'pymongo>=3.5.1']' returned non-zero exit status 1.
631s autopkgtest [09:01:46]: test unit-tests: -----------------------]
631s autopkgtest [09:01:46]: test unit-tests: - - - - - - - - - - results - - - - - - - - - -
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pymongo/+bug/2080342/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list