https://bugzilla.redhat.com/show_bug.cgi?id=2210415
Bug ID: 2210415
Summary: gajim-1.8.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: gajim
Keywords: FutureFeature, Triaged
Assignee: mschmidt(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
lemenkov(a)gmail.com, mschmidt(a)redhat.com,
redhat-bugzilla(a)linuxnetz.de, suraia(a)ikkoku.de
Target Milestone: ---
Classification: Fedora
Releases retrieved: 1.8.0
Upstream release that is considered latest: 1.8.0
Current version/release in rawhide: 1.7.3-2.fc39
URL: https://gajim.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://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/870/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/gajim
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2210415
https://bugzilla.redhat.com/show_bug.cgi?id=2278142
Bug ID: 2278142
Summary: msmtp-1.8.26 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: msmtp
Keywords: FutureFeature, Triaged
Assignee: lemenkov(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,
gbcox(a)bzb.us, lemenkov(a)gmail.com, ndevos(a)redhat.com,
wart(a)kobold.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 1.8.26
Upstream release that is considered latest: 1.8.26
Current version/release in rawhide: 1.8.25-3.fc40
URL: https://marlam.de/msmtp/
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/2024/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/msmtp
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2278142
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=2328038
Bug ID: 2328038
Summary: python-hypothesis fails with Python 3.14: from
hypothesis.internal.conjecture.optimiser import
Optimiser results in SyntaxError: could not convert
string to float: 'R' - Consider hexadecimal for huge
integer literals to avoid decimal conversion limits.
Product: Fedora
Version: rawhide
Status: NEW
Component: python-hypothesis
Assignee: mhroncok(a)redhat.com
Reporter: ksurma(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: davide(a)cavalca.name,
epel-packagers-sig(a)lists.fedoraproject.org,
igor.raits(a)gmail.com, kkeithle(a)redhat.com,
ksurma(a)redhat.com, mhroncok(a)redhat.com,
michel(a)michel-slm.name, pingou(a)pingoured.fr,
python-packagers-sig(a)lists.fedoraproject.org
Blocks: 2322407 (PYTHON3.14)
Target Milestone: ---
Classification: Fedora
This failure comes from python-cramjam which fails to build with Python
3.14.0a2.
Given the sole import of the hypothesis object causes a test failure, I'm
inclined to assign this to hypothesis first. We've built it without tests so
far.
____________ test_variants_decompress_into[snappy-memoryview-numpy]
____________
[gw1] linux -- Python 3.14.0 /usr/bin/python3
variant_str = 'snappy', input_type = 'numpy', output_type = <class
'memoryview'>
tmp_path_factory =
TempPathFactory(_given_basetemp=PosixPath('/tmp/pytest-of-mockbuild/pytest-0/popen-gw1'),
_trace=<pluggy._tracing.TagT...f6f0>,
_basetemp=PosixPath('/tmp/pytest-of-mockbuild/pytest-0/popen-gw1'),
_retention_count=3, _retention_policy='all')
is_pypy = False
@pytest.mark.parametrize(
> "input_type", (bytes, bytearray, "numpy", cramjam.Buffer, cramjam.File, memoryview)
tests/test_variants.py:145:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.14/site-packages/hypothesis/internal/conjecture/engine.py:754:
in run
self._run()
/usr/lib/python3.14/site-packages/hypothesis/internal/conjecture/engine.py:1216:
in _run
self.generate_new_examples()
/usr/lib/python3.14/site-packages/hypothesis/internal/conjecture/engine.py:1062:
in generate_new_examples
self.optimise_targets()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <hypothesis.internal.conjecture.engine.ConjectureRunner object at
0x7f328f42ae90>
def optimise_targets(self) -> None:
"""If any target observations have been made, attempt to optimise them
all."""
if not self.should_optimise:
return
> from hypothesis.internal.conjecture.optimiser import Optimiser
E File
"/usr/lib/python3.14/site-packages/hypothesis/internal/conjecture/optimiser.py",
line 43
E self.improvements = 0
E SyntaxError: could not convert string to float: 'R' - Consider
hexadecimal for huge integer literals to avoid decimal conversion limits.
/usr/lib/python3.14/site-packages/hypothesis/internal/conjecture/engine.py:1169:
SyntaxError
---------------------------------- Hypothesis
----------------------------------
You can add @seed(212344181825535987951636017873018613235) to this test or run
pytest with --hypothesis-seed=212344181825535987951636017873018613235 to
reproduce this failure.
This report is automated and not very verbose, but we'll try to get back here
with details.
https://docs.python.org/3.14/whatsnew/3.14.html
For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.14/fedora-r…
For all our attempts to build python-cramjam with Python 3.14, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.14/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.14:
https://copr.fedorainfracloud.org/coprs/g/python/python3.14/
Let us know here if you have any questions.
Python 3.14 is planned to be included in Fedora 43.
To make that update smoother, we're building Fedora packages with all
pre-releases of Python 3.14.
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=2322407
[Bug 2322407] Python 3.14
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2328038
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=2266404
Bug ID: 2266404
Summary: luarocks-3.10.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: luarocks
Keywords: FutureFeature, Triaged
Assignee: michel(a)michel-slm.name
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
ktdreyer(a)ktdreyer.com,
lua-packagers-sig(a)lists.fedoraproject.org,
michel(a)michel-slm.name
Target Milestone: ---
Classification: Fedora
Releases retrieved: 3.10.0
Upstream release that is considered latest: 3.10.0
Current version/release in rawhide: 3.9.2-4.fc40
URL: https://luarocks.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://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/1856/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/luarocks
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2266404
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…