https://bugzilla.redhat.com/show_bug.cgi?id=2276669
Bug ID: 2276669
Summary: HIP support isn't enabled unless rocm-hip-devel is
installed
Product: Fedora
Version: 40
Hardware: x86_64
OS: Linux
Status: NEW
Component: blender
Severity: medium
Assignee: luya_tfz(a)thefinalzone.net
Reporter: farchord(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: code(a)musicinmybrain.net,
design-devel(a)lists.fedoraproject.org,
epel-packagers-sig(a)lists.fedoraproject.org,
joao.manganelli.86(a)gmail.com, kwizart(a)gmail.com,
luya_tfz(a)thefinalzone.net, negativo17(a)gmail.com
Target Milestone: ---
Classification: Fedora
It looks like HIP support doesn't work in blender in the current testing
version of blender
(https://bodhi.fedoraproject.org/updates/FEDORA-2024-45862e3ed9) Is it
possible that it needs that package in the spec as a recommended package?
Seems a bit odd that it requires a devel package though.
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2276669
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2251779
Bug ID: 2251779
Summary: python-zope-testrunner fails to build with Python
3.13: ImportError: cannot import name
'_start_new_thread' from 'threading'
Product: Fedora
Version: rawhide
Status: NEW
Component: python-zope-testrunner
Assignee: loganjerry(a)gmail.com
Reporter: ksurma(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: aurelien(a)bompard.org,
epel-packagers-sig(a)lists.fedoraproject.org,
infra-sig(a)lists.fedoraproject.org, ksurma(a)redhat.com,
loganjerry(a)gmail.com, mhroncok(a)redhat.com,
michel(a)michel-slm.name
Blocks: 2244836 (PYTHON3.13)
Target Milestone: ---
Classification: Fedora
python-zope-testrunner fails to build with Python 3.13.0a1.
This report is automated and not very verbose, but we'll try to get back here
with details.
+ python3 -m unittest discover -s zope/testrunner -t .
.........................................E
======================================================================
ERROR: zope.testrunner.tests.test_threadsupport
(unittest.loader._FailedTest.zope.testrunner.tests.test_threadsupport)
----------------------------------------------------------------------
ImportError: Failed to import test module:
zope.testrunner.tests.test_threadsupport
Traceback (most recent call last):
File "/usr/lib64/python3.13/unittest/loader.py", line 394, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/unittest/loader.py", line 337, in
_get_module_from_name
__import__(name)
File
"/builddir/build/BUILDROOT/python-zope-testrunner-6.2-1.fc40.x86_64/usr/lib/python3.13/site-packages/zope/testrunner/tests/test_threadsupport.py",
line 16, in <module>
from threading import _start_new_thread
ImportError: cannot import name '_start_new_thread' from 'threading'
(/usr/lib64/python3.13/threading.py). Did you mean: '_start_joinable_thread'?
----------------------------------------------------------------------
Ran 42 tests in 0.014s
https://docs.python.org/3.13/whatsnew/3.13.html
For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-r…
For all our attempts to build python-zope-testrunner with Python 3.13, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python-…
Testing and mass rebuild of packages is happening in copr.
You can follow these instructions to test locally in mock if your package
builds with Python 3.13:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/
Let us know here if you have any questions.
Python 3.13 is planned to be included in Fedora 41.
To make that update smoother, we're building Fedora packages with all
pre-releases of Python 3.13.
A build failure prevents us from testing all dependent packages (transitive
[Build]Requires),
so if this package is required a lot, it's important for us to get it fixed
soon.
We'd appreciate help from the people who know this package best,
but if you don't want to work on this now, let us know so we can try to work
around it on our side.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2244836
[Bug 2244836] Python 3.13
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2251779
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2271387
Bug ID: 2271387
Summary: python-tblib fails to build with Python 3.13:
traceback pointing characters changed
Product: Fedora
Version: rawhide
Status: NEW
Component: python-tblib
Assignee: quantum.analyst(a)gmail.com
Reporter: ksurma(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
ksurma(a)redhat.com, mhroncok(a)redhat.com,
michel(a)michel-slm.name,
python-packagers-sig(a)lists.fedoraproject.org,
quantum.analyst(a)gmail.com
Blocks: 2244836 (PYTHON3.13)
Target Milestone: ---
Classification: Fedora
python-tblib fails to build with Python 3.13.0a5.
____________________________ test_install[class-5]
_____________________________
tests/test_pickle_exception.py:95: in test_install
assert expected_format_exception ==
strip_locations(''.join(format_exception(type(exc), exc, exc.__traceback__)))
E assert 'Traceback (most recent call last):\n File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 47, in
test_install\n 1 / 0 # noqa: B018\nZeroDivisionError: division by
zero\n\nDuring handling of the above exception, another exception
occurred:\n\nTraceback (most recent call last):\n File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 50, in
test_install\n raise ValueError(\'blah\')\nValueError: blah\n\nThe above
exception was the direct cause of the following exception:\n\nTraceback (most
recent call last):\n File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 59, in
test_install\n raise new_e from e\ntest_pickle_exception.CustomError:
foo\nnote 1\nnote 2\n' == 'Traceback (most recent call last):\n File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 47, in
test_install\n 1 / 0 # noqa: B018\n ~~^~~~~\nZeroDivisionError: division
by zero\n\nDuring handling of the above exception, another exception
occurred:\n\nTraceback (most recent call last):\n File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 50, in
test_install\n raise ValueError(\'blah\')\n ^^^^^^^\nValueError:
blah\n\nThe above exception was the direct cause of the following
exception:\n\nTraceback (most recent call last):\n File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 59, in
test_install\n raise new_e from e\n
^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n'
E Traceback (most recent call last):
E File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 47, in
test_install
E 1 / 0 # noqa: B018
E - ~~^~~~~
E ZeroDivisionError: division by zero
E
E During handling of the above exception, another exception occurred:
E
E Traceback (most recent call last):
E File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 50, in
test_install
E raise ValueError('blah')
E - ^^^^^^^
E ValueError: blah
E
E The above exception was the direct cause of the following exception:
E
E Traceback (most recent call last):
E File
"/builddir/build/BUILD/tblib-3.0.0/tests/test_pickle_exception.py", line 59, in
test_install
E raise new_e from e
E - ^^^^^^^^^^^
E test_pickle_exception.CustomError: foo
E note 1
E note 2
=========================== short test summary info
============================
FAILED tests/test_pickle_exception.py::test_install[global-1] - assert
'Trace...
FAILED tests/test_pickle_exception.py::test_install[global-2] - assert
'Trace...
FAILED tests/test_pickle_exception.py::test_install[global-3] - assert
'Trace...
FAILED tests/test_pickle_exception.py::test_install[global-4] - assert
'Trace...
FAILED tests/test_pickle_exception.py::test_install[global-5] - assert
'Trace...
FAILED tests/test_pickle_exception.py::test_install[instance-1] - assert
'Tra...
FAILED tests/test_pickle_exception.py::test_install[instance-2] - assert
'Tra...
FAILED tests/test_pickle_exception.py::test_install[instance-3] - assert
'Tra...
FAILED tests/test_pickle_exception.py::test_install[instance-4] - assert
'Tra...
FAILED tests/test_pickle_exception.py::test_install[instance-5] - assert
'Tra...
FAILED tests/test_pickle_exception.py::test_install[class-1] - assert
'Traceb...
FAILED tests/test_pickle_exception.py::test_install[class-2] - assert
'Traceb...
FAILED tests/test_pickle_exception.py::test_install[class-3] - assert
'Traceb...
FAILED tests/test_pickle_exception.py::test_install[class-4] - assert
'Traceb...
FAILED tests/test_pickle_exception.py::test_install[class-5] - assert
'Traceb...
======================== 15 failed, 28 passed in 0.92s
=========================
https://docs.python.org/3.13/whatsnew/3.13.html
For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-r…
For all our attempts to build python-tblib with Python 3.13, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python-…
Testing and mass rebuild of packages is happening in copr.
You can follow these instructions to test locally in mock if your package
builds with Python 3.13:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/
Let us know here if you have any questions.
Python 3.13 is planned to be included in Fedora 41.
To make that update smoother, we're building Fedora packages with all
pre-releases of Python 3.13.
A build failure prevents us from testing all dependent packages (transitive
[Build]Requires),
so if this package is required a lot, it's important for us to get it fixed
soon.
We'd appreciate help from the people who know this package best,
but if you don't want to work on this now, let us know so we can try to work
around it on our side.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2244836
[Bug 2244836] Python 3.13
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2271387
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2263594
Bug ID: 2263594
Summary: python-dask-2024.2.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: python-dask
Keywords: FutureFeature, Triaged
Assignee: quantum.analyst(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org,
python-packagers-sig(a)lists.fedoraproject.org,
quantum.analyst(a)gmail.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2024.2.0
Upstream release that is considered latest: 2024.2.0
Current version/release in rawhide: 2024.1.1-1.fc40~bootstrap
URL: https://github.com/dask/dask/
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://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_M…
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/18909/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/python-dask
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2263594
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2256773
Bug ID: 2256773
Summary: OpenImageIO with OpenColorIO
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: OpenImageIO
Assignee: hobbes1069(a)gmail.com
Reporter: manuel.rais(a)nousvoir.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
hobbes1069(a)gmail.com
Target Milestone: ---
Classification: Fedora
Description of problem:
OpenImageIO is build without OpenColorIO support
Version-Release number of selected component (if applicable):
How reproducible:
oiiotool -help : the command output shows No OpenColorIO, color config:
built-in
Steps to Reproduce:
1.
2.
3.
Actual results:
oiiotool cannot use Opencolor profile to change image colors
Expected results:
oiiotool should read opencolor profiles
Additional info:
In this folder
https://github.com/AcademySoftwareFoundation/OpenImageIO/tree/master/src/bu…,
several bash scripts can be found to build OpenImageIO dependencies.
https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/src/bu…
is one of them.
I've tested to build locally and it works.
Is it possible to add this feature to OpenImageIO rpm package ?
Thanks
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2256773
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2248129
Bug ID: 2248129
Summary: python-pyqt6 fails to build with Python 3.13:
RecursionError: maximum recursion depth exceeded in
comparison
Product: Fedora
Version: rawhide
Status: NEW
Component: python-pyqt6
Assignee: thunderbirdtr(a)fedoraproject.org
Reporter: ksurma(a)redhat.com
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org,
kde-sig(a)lists.fedoraproject.org, ksurma(a)redhat.com,
manisandro(a)gmail.com, mhroncok(a)redhat.com,
thunderbirdtr(a)fedoraproject.org
Blocks: 2244836 (PYTHON3.13)
Target Milestone: ---
Classification: Fedora
python-pyqt6 fails to build with Python 3.13.0a1.
WARNING: Couldn't create 'sipbuild.generator.parser.parsetab'. [Errno 13]
Permission denied:
'/usr/lib64/python3.13/site-packages/sipbuild/generator/parser/parsetab.py'
Generating the QtCore .api file...
Generating the QtCore .pyi file...
sip-build: An internal error occurred...
Traceback (most recent call last):
File "/usr/bin/sip-build", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib64/python3.13/site-packages/sipbuild/tools/build.py", line 37,
in main
handle_exception(e)
File "/usr/lib64/python3.13/site-packages/sipbuild/exceptions.py", line 81,
in handle_exception
raise e
File "/usr/lib64/python3.13/site-packages/sipbuild/tools/build.py", line 34,
in main
project.build()
File "/usr/lib64/python3.13/site-packages/sipbuild/project.py", line 245, in
build
self.builder.build()
File "/usr/lib64/python3.13/site-packages/sipbuild/builder.py", line 48, in
build
self._generate_bindings()
File "/usr/lib64/python3.13/site-packages/sipbuild/builder.py", line 280, in
_generate_bindings
buildable = bindings.generate()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/site-packages/sipbuild/bindings.py", line 214, in
generate
output_pyi(spec, project, pyi_path)
File "/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/pyi.py",
line 53, in output_pyi
_module(pf, spec, module)
File "/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/pyi.py",
line 132, in _module
_class(pf, spec, module, klass, defined)
File "/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/pyi.py",
line 282, in _class
_ctor(pf, spec, module, ctor, nr_overloads > 1, defined, indent)
File "/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/pyi.py",
line 356, in _ctor
as_str = _argument(spec, module, arg, defined, arg_nr=arg_nr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/pyi.py",
line 676, in _argument
s += _type(spec, module, arg, defined, out=out)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/pyi.py",
line 710, in _type
return ArgumentFormatter(spec, arg).as_type_hint(module, out, defined)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/formatters/argument.py",
line 327, in as_type_hint
s += TypeHintManager(self.spec).as_type_hint(hint, out, context,
^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib64/python3.13/site-packages/sipbuild/generator/outputs/type_hints.py",
line 107, in __new__
manager = cls._spec_manager_map[spec]
~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/lib64/python3.13/weakref.py", line 415, in __getitem__
return self.data[ref(key)]
~~~~~~~~~^^^^^^^^^^
File "<string>", line 4, in __eq__
File "<string>", line 4, in __eq__
File "<string>", line 4, in __eq__
[Previous line repeated 495 more times]
RecursionError: maximum recursion depth exceeded in comparison
https://docs.python.org/3.13/whatsnew/3.13.html
For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-r…
For all our attempts to build python-pyqt6 with Python 3.13, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python-…
Testing and mass rebuild of packages is happening in copr.
You can follow these instructions to test locally in mock if your package
builds with Python 3.13:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/
Let us know here if you have any questions.
Python 3.13 is planned to be included in Fedora 41.
To make that update smoother, we're building Fedora packages with all
pre-releases of Python 3.13.
A build failure prevents us from testing all dependent packages (transitive
[Build]Requires),
so if this package is required a lot, it's important for us to get it fixed
soon.
We'd appreciate help from the people who know this package best,
but if you don't want to work on this now, let us know so we can try to work
around it on our side.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2244836
[Bug 2244836] Python 3.13
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2248129
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2250671
Bug ID: 2250671
Summary: python-numexpr fails to build with Python 3.13:
AttributeError: module 'unittest' has no attribute
makeSuite
Product: Fedora
Version: rawhide
Status: NEW
Component: python-numexpr
Assignee: jonathan(a)almalinux.org
Reporter: ksurma(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org, ksurma(a)redhat.com,
mhroncok(a)redhat.com,
python-packagers-sig(a)lists.fedoraproject.org,
thibault(a)north.li, zbyszek(a)in.waw.pl
Blocks: 2244836 (PYTHON3.13)
Target Milestone: ---
Classification: Fedora
python-numexpr fails to build with Python 3.13.0a1.
AttributeError: module 'unittest' has no attribute 'makeSuite'
According to https://docs.python.org/3.13/whatsnew/3.13.html:
Removed the following unittest functions, deprecated in Python 3.11:
- unittest.findTestCases()
- unittest.makeSuite()
- unittest.getTestCaseNames()
https://docs.python.org/3.13/whatsnew/3.13.html
For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-r…
For all our attempts to build python-numexpr with Python 3.13, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python-…
Testing and mass rebuild of packages is happening in copr.
You can follow these instructions to test locally in mock if your package
builds with Python 3.13:
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/
Let us know here if you have any questions.
Python 3.13 is planned to be included in Fedora 41.
To make that update smoother, we're building Fedora packages with all
pre-releases of Python 3.13.
A build failure prevents us from testing all dependent packages (transitive
[Build]Requires),
so if this package is required a lot, it's important for us to get it fixed
soon.
We'd appreciate help from the people who know this package best,
but if you don't want to work on this now, let us know so we can try to work
around it on our side.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2244836
[Bug 2244836] Python 3.13
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2250671
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…