Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1890022 - jpype-1.4.0 is available
Summary: jpype-1.4.0 is available
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: jpype
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Raphael Groner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1899449
TreeView+ depends on / blocked
 
Reported: 2020-10-21 08:42 UTC by Upstream Release Monitoring
Modified: 2022-05-14 18:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Upstream Release Monitoring 2020-10-21 08:42:24 UTC
Latest upstream release: 1.1.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/

Comment 1 Upstream Release Monitoring 2020-10-22 02:27:19 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/

Comment 2 Upstream Release Monitoring 2020-10-24 03:59:16 UTC
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/

Comment 3 Upstream Release Monitoring 2020-11-30 18:58:43 UTC
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/

Comment 4 Upstream Release Monitoring 2021-01-04 02:51:19 UTC
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/

Comment 5 Raphael Groner 2021-01-27 19:12:17 UTC
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 ===============================

Comment 6 Raphael Groner 2021-03-09 19:00:57 UTC
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 ===============================

Comment 7 Raphael Groner 2021-03-09 19:41:48 UTC
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

Comment 8 Upstream Release Monitoring 2021-06-06 03:36:28 UTC
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/

Comment 9 Upstream Release Monitoring 2022-05-14 18:32:53 UTC
Releases retrieved: 1.4.0
Upstream release that is considered latest: 1.4.0
Current version/release in rawhide: 0.6.3-8.fc30
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://stg.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://stg.release-monitoring.org/project/7443/


To change the monitoring settings for the project, please visit:
https://src.stg.fedoraproject.org/rpms/jpype


Note You need to log in before you can comment on or make changes to this bug.