Bug 1890022
| Summary: | jpype-1.3.0 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | jpype | Assignee: | Raphael Groner <projects.rg> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | projects.rg |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | jpype-1.3.0-1.fc36 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-09-20 18:42:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1899449 | ||
|
Description
Upstream Release Monitoring
2020-10-21 08:42:24 UTC
Latest upstream release: 1.1.1 Current version/release in rawhide: 1.0.2-1.fc34 URL: http://www.jpype.org/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/7443/ Latest upstream release: 1.1.2 Current version/release in rawhide: 1.0.2-1.fc34 URL: http://www.jpype.org/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/7443/ Latest upstream release: 1.2.0 Current version/release in rawhide: 1.0.2-1.fc34 URL: http://www.jpype.org/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/7443/ Latest upstream release: 1.2.1 Current version/release in rawhide: 1.0.2-1.fc34 URL: http://www.jpype.org/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/7443/ Pytest fails with backtrace:
E ValueError: option names {'--classpath'} already added
============================= test session starts ==============================
platform linux -- Python 3.9.1, pytest-6.0.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /builddir/build/BUILD/jpype-1.2.1, configfile: setup.cfg, testpaths: test, jpype/_pyinstaller
collecting ... collected 0 items / 1 error
==================================== ERRORS ====================================
________________________ ERROR collecting test session _________________________
/usr/lib/python3.9/site-packages/py/_path/common.py:383: in visit
for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
/usr/lib/python3.9/site-packages/py/_path/common.py:424: in gen
dirs = self.optsort([p for p in entries
/usr/lib/python3.9/site-packages/py/_path/common.py:425: in <listcomp>
if p.check(dir=1) and (rec is None or rec(p))])
/usr/lib/python3.9/site-packages/_pytest/nodes.py:574: in _recurse
ihook = self._gethookproxy(dirpath)
/usr/lib/python3.9/site-packages/_pytest/nodes.py:550: in _gethookproxy
my_conftestmodules = pm._getconftestmodules(
/usr/lib/python3.9/site-packages/_pytest/config/__init__.py:523: in _getconftestmodules
mod = self._importconftest(conftestpath, importmode)
/usr/lib/python3.9/site-packages/_pytest/config/__init__.py:574: in _importconftest
self.consider_conftest(mod)
/usr/lib/python3.9/site-packages/_pytest/config/__init__.py:650: in consider_conftest
self.register(conftestmodule, name=conftestmodule.__file__)
/usr/lib/python3.9/site-packages/_pytest/config/__init__.py:424: in register
ret = super().register(plugin, name) # type: Optional[str]
/usr/lib/python3.9/site-packages/pluggy/manager.py:127: in register
hook._maybe_apply_history(hookimpl)
/usr/lib/python3.9/site-packages/pluggy/hooks.py:333: in _maybe_apply_history
res = self._hookexec(self, [method], kwargs)
/usr/lib/python3.9/site-packages/pluggy/manager.py:93: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.9/site-packages/pluggy/manager.py:84: in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
test/sql/conftest.py:7: in pytest_addoption
parser.addoption('--classpath', action="store", default=None,
/usr/lib/python3.9/site-packages/_pytest/config/argparsing.py:95: in addoption
self._anonymous.addoption(*opts, **attrs)
/usr/lib/python3.9/site-packages/_pytest/config/argparsing.py:354: in addoption
raise ValueError("option names %s already added" % conflict)
E ValueError: option names {'--classpath'} already added
=========================== short test summary info ============================
ERROR - ValueError: option names {'--classpath'} already added
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.29s ===============================
pytest still fails, also with version 6.2.2:
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /builddir/build/BUILD/jpype-1.2.1, configfile: setup.cfg, testpaths: test, jpype/_pyinstaller
collecting ... collected 0 items / 1 error
==================================== ERRORS ====================================
________________________ ERROR collecting test session _________________________
/usr/lib/python3.9/site-packages/pluggy/manager.py:127: in register
hook._maybe_apply_history(hookimpl)
/usr/lib/python3.9/site-packages/pluggy/hooks.py:333: in _maybe_apply_history
res = self._hookexec(self, [method], kwargs)
/usr/lib/python3.9/site-packages/pluggy/manager.py:93: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.9/site-packages/pluggy/manager.py:84: in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
test/sql/conftest.py:7: in pytest_addoption
parser.addoption('--classpath', action="store", default=None,
/usr/lib/python3.9/site-packages/_pytest/config/argparsing.py:96: in addoption
self._anonymous.addoption(*opts, **attrs)
/usr/lib/python3.9/site-packages/_pytest/config/argparsing.py:355: in addoption
raise ValueError("option names %s already added" % conflict)
E ValueError: option names {'--classpath'} already added
=========================== short test summary info ============================
ERROR - ValueError: option names {'--classpath'} already added
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.33s ===============================
ERROR collecting jpype/_pyinstaller/test_jpype_pyinstaller.py _________
ImportError while importing test module '/builddir/build/BUILD/jpype-1.2.1/jpype/_pyinstaller/test_jpype_pyinstaller.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
jpype/_pyinstaller/test_jpype_pyinstaller.py:6: in <module>
import PyInstaller.__main__
E ModuleNotFoundError: No module named 'PyInstaller'
Obviously need help from upstream.
https://github.com/jpype-project/jpype/issues/947
Another known issue with 32 bits arch.
https://github.com/jpype-project/jpype/issues/944
Latest upstream release: 1.3.0 Current version/release in rawhide: 1.0.2-2.fc34 URL: http://www.jpype.org/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/7443/ |