[EPEL-devel] Fedora EPEL 10.0 updates-testing report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following builds have been pushed to Fedora EPEL 10.0 updates-testing

    libmongocrypt-1.13.0-1.el10_0
    perl-File-Touch-0.12-10.el10_0
    php-pecl-mongodb-1.21.0-1.el10_0
    python-cattrs-24.1.2-10.el10_0
    python-httpcore-1.0.7-8.el10_0
    python-jaraco-envs-2.6.0-6.el10_0
    python-jupyterlab_pygments-0.3.0-8.el10_0
    python-ndindex-1.9.2-5.el10_0
    python-pydantic-settings-2.8.1-1.el10_0
    python-soupsieve-2.6-5.el10_0
    python-typer-0.15.2-1.el10_0
    python-yarl-1.18.3-1.el10_0
    rust-b3sum-1.6.1-1.el10_0
    rust-blake3-1.6.1-1.el10_0

Details about builds:


================================================================================
 libmongocrypt-1.13.0-1.el10_0 (FEDORA-EPEL-2025-fd2b7fb0ae)
 The companion C library for client side encryption in drivers
--------------------------------------------------------------------------------
Update Information:

Version 1.13.0
New features
Support automatic encryption for $lookup stages in aggregate pipelines on
MongoDB server 8.1+.
Fixed
Restore default behavior to disable extra alignment when importing libbson. This
was the default behavior in 1.11. This can be overridden by setting the CMake
option ENABLE_EXTRA_ALIGNMENT=ON.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 28 2025 Remi Collet <remi@xxxxxxxxxxxx> - 1.13.0-1
- update to 1.13.0
- re-license spec file to CECILL-2.1
--------------------------------------------------------------------------------


================================================================================
 perl-File-Touch-0.12-10.el10_0 (FEDORA-EPEL-2025-4f0945e888)
 Update access, modification timestamps, creating nonexistent files
--------------------------------------------------------------------------------
Update Information:

This update brings a new perl-File-Touch package, a Perl module for creating
files and updating file time stamps.
--------------------------------------------------------------------------------
ChangeLog:

* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Apr 27 2023 Petr Pisar <ppisar@xxxxxxxxxx> - 0.12-5
- Modernize a spec file
- Package the tests
* Fri Jan 20 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2348397 - Please branch and build  perl-File-Touch for EPEL 9 and 10
        https://bugzilla.redhat.com/show_bug.cgi?id=2348397
--------------------------------------------------------------------------------


================================================================================
 php-pecl-mongodb-1.21.0-1.el10_0 (FEDORA-EPEL-2025-52e6dac8c3)
 MongoDB driver for PHP
--------------------------------------------------------------------------------
Update Information:

Version 1.21.0
What's Changed
PHPC-2343: Require PHP 8.1 by @alcaeus in https://github.com/mongodb/mongo-php-
driver/pull/1631
Update branch names for GHA workflows by @alcaeus in
https://github.com/mongodb/mongo-php-driver/pull/1646
Bump version to 1.21-dev by @alcaeus in https://github.com/mongodb/mongo-php-
driver/pull/1661
Document how to run part of the test suite by @GromNaN in
https://github.com/mongodb/mongo-php-driver/pull/1690
PHPC-2458: Deprecate float arg for UTCDateTime constructor by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1695
PHPC-2464: Emit deprecation notice for negative "limit" Query option by @jmikola
in https://github.com/mongodb/mongo-php-driver/pull/1710
PHPC-2460: Use zend_zval_type_name instead of internal macros by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1714
PHPC-1247: Update links to PHP.net docs by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1735
Test PPC and Zseries on RHEL 9 by @alcaeus in https://github.com/mongodb/mongo-
php-driver/pull/1740
PHPC-2472: Update to libmongocrypt 1.12.0 by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1743
PHPC-2473: Bump to libmongoc 1.29.0 by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1748
PHPC-2471: Sync BSON corpus tests for Y10K date parsing by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1742
Use correct arch name in Windows artifacts. by @mickverm in
https://github.com/mongodb/mongo-php-driver/pull/1762
PHPC-2499: Update to libmongoc 1.29.2 by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1766
PHPC-2496: WriteException stub should inherit ServerException by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1769
PHPC-2477: Remove unused libmongoc and libbson constants by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1768
PHPC-2502: Remove XFAIL in server-executeQuery-012.phpt by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1772
PHPC-2489: Deprecate passing WriteConcern and ReadPreference objects to execute
methods by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1770
PHPC-2501: Conditionally define MONGOC_CYRUS_PLUGIN_PATH_PREFIX on Windows by
@jmikola in https://github.com/mongodb/mongo-php-driver/pull/1777
PHPC-2503: Conditionally allow more concise output for libbson 1.30 by @jmikola
in https://github.com/mongodb/mongo-php-driver/pull/1779
PHPC:2498: Accept integer types for Document array access by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1781
PHPC-2508 and PHPC-2506: Bump libmongoc to 1.30 by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1785
PHPC-2513: Check for returned _id before appending insert by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1788
PHPC-2519: Bump libmongoc to 1.30.1 by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1792
PHPC-2518: Support sort option for updateOne and replaceOne by @jmikola in
https://github.com/mongodb/mongo-php-driver/pull/1794
Use pre-packaged-source for pie downloads by @asgrim in
https://github.com/mongodb/mongo-php-driver/pull/1782
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 28 2025 Remi Collet <remi@xxxxxxxxxxxx> - 1.21.0-1
- update to 1.21.0
- raise dependency on PHP 8.1
- raise dependency on libbson and libmongc 1.30
- raise dependency on libmongocrypt 1.12
- re-license spec file to CECILL-2.1
- add pie virtual provides
--------------------------------------------------------------------------------


================================================================================
 python-cattrs-24.1.2-10.el10_0 (FEDORA-EPEL-2025-9570271b60)
 Python library for structuring and unstructuring data
--------------------------------------------------------------------------------
Update Information:

Enable the msgpack extra in EPEL10
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb 27 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 24.1.2-10
- Drop release-based conditionals
- Allow the EPEL10 branches to permanently diverge from Fedora
* Thu Feb 27 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 24.1.2-9
- Enable the bson extra starting with Fedora 43
* Thu Feb 27 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 24.1.2-8
- Enable the msgpack extra in EPEL10
* Thu Feb 27 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 24.1.2-6
- Drop Sphinx-generated PDF docs and obsolete `-doc` subpackage in F42+
* Thu Feb 27 2025 Miro HronÄ?ok <miro@xxxxxxxxxx> - 24.1.2-4
- Avoid unneeded doc dependency on the furo theme
--------------------------------------------------------------------------------


================================================================================
 python-httpcore-1.0.7-8.el10_0 (FEDORA-EPEL-2025-88d8324475)
 Minimal low-level HTTP client
--------------------------------------------------------------------------------
Update Information:

Initial EPEL 10.0 package.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb 27 2025 Carl George <carlwgeorge@xxxxxxxxxxxxxxxxx> - 1.0.7-8
- Run an import check when tests are disabled
* Thu Feb 27 2025 Carl George <carlwgeorge@xxxxxxxxxxxxxxxxx> - 1.0.7-7
- Remove duplicate license file
* Sat Jan 25 2025 Roman Inflianskas <rominf@xxxxx> - 1.0.7-3
- Add http2 and socks extras
* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Nov 17 2024 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.0.7-1
- UPdate to latest upstream release (closes rhbz#2326467)
* Tue Oct  1 2024 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.0.6-1
- Update to latest upstream release (closes rhbz#2315972)
* Wed Sep  4 2024 Miroslav Suchý <msuchy@xxxxxxxxxx> - 1.0.5-4
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jun  9 2024 Python Maint <python-maint@xxxxxxxxxx> - 1.0.5-2
- Rebuilt for Python 3.13
* Sun Apr  7 2024 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.0.5-1
- Update to latest upstream release 1.0.5 (closes rhbz#2264246)
* Mon Feb  5 2024 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.0.2-1
- Update to latest upstream release (closes rhbz#2249058)
* Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Nov  4 2023 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.0.1-1
- Update to latest upstream release (closes rhbz#2238019)
* Sat Jul 29 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@xxxxxxxxx> - 0.17.3-1
- feat: update to 0.17.3 (fixes rhbz#2140663, rhbz#2171677)
* Fri Jul 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.15.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul  3 2023 Python Maint <python-maint@xxxxxxxxxx> - 0.15.0-4
- Rebuilt for Python 3.12
* Mon Jul  3 2023 Miro HronÄ?ok <miro@xxxxxxxxxx> - 0.15.0-3
- Don't treat DeprecationWarnings as errors in tests
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2345702 - Please branch and build python-httpcore in epel10
        https://bugzilla.redhat.com/show_bug.cgi?id=2345702
--------------------------------------------------------------------------------


================================================================================
 python-jaraco-envs-2.6.0-6.el10_0 (FEDORA-EPEL-2025-d7d6c096f6)
 Classes for orchestrating Python (virtual) environments
--------------------------------------------------------------------------------
Update Information:

First EPEL 10.0 build
--------------------------------------------------------------------------------
ChangeLog:

* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.6.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Sep 18 2024 Cristian Le <cristian.le@xxxxxxxxxxx> - 2.6.0-5
- Simplify the packaging
* Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.6.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun  7 2024 Python Maint <python-maint@xxxxxxxxxx> - 2.6.0-3
- Rebuilt for Python 3.13
* Tue Feb 27 2024 Packit <hello@xxxxxxxxxx> - 2.6.0-1
- Update to 2.6.0 - Resolves rhbz#2245684
* Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.4.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Python Maint <python-maint@xxxxxxxxxx> - 2.4.0-3
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2345494 - Please branch and build python-jaraco-envs in epel10
        https://bugzilla.redhat.com/show_bug.cgi?id=2345494
--------------------------------------------------------------------------------


================================================================================
 python-jupyterlab_pygments-0.3.0-8.el10_0 (FEDORA-EPEL-2025-310f8f006e)
 Pygments theme
--------------------------------------------------------------------------------
Update Information:

First EPEL 10.0 build
--------------------------------------------------------------------------------
ChangeLog:

* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.3.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.3.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun  7 2024 Python Maint <python-maint@xxxxxxxxxx> - 0.3.0-6
- Rebuilt for Python 3.13
* Wed Jan 31 2024 Karolina Surma <ksurma@xxxxxxxxxx> - 0.3.0-4
- Don't require jupyterlab to build the package
* Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Nov 23 2023 Lumír Balhar <lbalhar@xxxxxxxxxx> - 0.3.0-1
- Update to 0.3.0 (rhbz#2251177)
* Fri Jul 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.1.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@xxxxxxxxxx> - 0.1.2-9
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.1.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2348967 - Please branch and build python-jupyterlab_pygments in epel10
        https://bugzilla.redhat.com/show_bug.cgi?id=2348967
--------------------------------------------------------------------------------


================================================================================
 python-ndindex-1.9.2-5.el10_0 (FEDORA-EPEL-2025-997de1bdf9)
 Python library for manipulating indices of ndarrays
--------------------------------------------------------------------------------
Update Information:

bootstrap for epel10 w/ tests (i.e. %check) disabled.
package will be rebuilt with testing enabled when all the dependencies, e.g.
sympy, are available.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 28 2025 Kaleb S. KEITHLEY <kkeithle@xxxxxxxxxx> - 1.9.2-5
- epel10.0 "bootstrap" build, i.e. w/o tests and BRs for test
* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.9.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 20 2024 Sandro <devel@xxxxxxxxxxxxx> - 1.9.2-1
- Update to 1.9.2
- Support NumPy 2.x
* Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.7-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jun  8 2024 Python Maint <python-maint@xxxxxxxxxx> - 1.7-12
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.7-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.7-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.7-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jul 16 2023 Zbigniew JÄ?drzejewski-Szmek <zbyszek@xxxxxxxxx> - 1.7-8
- Fix build with python 3.12 (rhbz#2220349)
* Thu Jun 15 2023 Python Maint <python-maint@xxxxxxxxxx> - 1.7-7
- Rebuilt for Python 3.12
* Sat May 20 2023 Zbigniew JÄ?drzejewski-Szmek <zbyszek@xxxxxxxxx> - 1.7-6
- Do not build for i686
* Fri May 19 2023 Zbigniew JÄ?drzejewski-Szmek <zbyszek@xxxxxxxxx> - 1.7-2
- Fix license tag
* Sun May 14 2023 Zbigniew JÄ?drzejewski-Szmek <zbyszek@xxxxxxxxx> - 1.7-1
- First working version
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2348729 - Please branch and build python-ndindex in epel10
        https://bugzilla.redhat.com/show_bug.cgi?id=2348729
--------------------------------------------------------------------------------


================================================================================
 python-pydantic-settings-2.8.1-1.el10_0 (FEDORA-EPEL-2025-dfc9827933)
 Settings management using pydantic
--------------------------------------------------------------------------------
Update Information:

Update to 2.8.1
https://github.com/pydantic/pydantic-settings/releases/tag/v2.8.1
Update to 2.8.0
https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.8.0
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb 27 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.8.1-1
- Update to 2.8.1 (close RHBZ#2348704)
* Sat Feb 22 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.8.0-1
- Update to 2.8.0 (close RHBZ#2346958)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2346958 - python-pydantic-settings-2.8.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2346958
  [ 2 ] Bug #2348704 - python-pydantic-settings-2.8.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2348704
--------------------------------------------------------------------------------


================================================================================
 python-soupsieve-2.6-5.el10_0 (FEDORA-EPEL-2025-8038487726)
 CSS selector library
--------------------------------------------------------------------------------
Update Information:

First EPEL 10.0 build.
--------------------------------------------------------------------------------
ChangeLog:

* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2318426 - Please branch and build python-soupsieve for EPEL 10
        https://bugzilla.redhat.com/show_bug.cgi?id=2318426
--------------------------------------------------------------------------------


================================================================================
 python-typer-0.15.2-1.el10_0 (FEDORA-EPEL-2025-49c6bda9ee)
 Build great CLIs; easy to code; based on Python type hints
--------------------------------------------------------------------------------
Update Information:

Update to 0.15.2
https://github.com/fastapi/typer/blob/0.15.2/docs/release-notes.md#0152
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 28 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.15.2-1
- Update to 0.15.2 (close RHBZ#2348921)
* Fri Feb 14 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.15.1-4
- Add Obsoletes/Conflicts for python3-typer+all in F40 and before
- Fixes RHBZ#2345612
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2348921 - python-typer-0.15.2 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2348921
--------------------------------------------------------------------------------


================================================================================
 python-yarl-1.18.3-1.el10_0 (FEDORA-EPEL-2025-9d18d75ba0)
 Python module to handle URLs
--------------------------------------------------------------------------------
Update Information:

Initial EPEL 10.0 package.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 14 2025 Romain Geissler <romain.geissler@xxxxxxxxxxx> - 1.18.3-1
- Update to 1.18.3
* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Sep 28 2024 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.13.1-1
- Update to latest upstream release (closes rhbz#2315385)
* Tue Sep 24 2024 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.12.1-1
- Update to latest upstream release (closes rhbz#2314377)
* Mon Sep 16 2024 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.11.1-1
- Update to latest upstream release 1.11.1 (closes rhbz#2309712)
* Wed Jul 24 2024 Miroslav Suchý <msuchy@xxxxxxxxxx> - 1.9.4-3
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.9.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun  7 2024 Sandro <devel@xxxxxxxxxxxxx> - 1.9.4-1
- Update to 1.9.4 (RHBZ#2251098)
* Fri Jun  7 2024 Python Maint <python-maint@xxxxxxxxxx> - 1.9.2-6
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.9.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.9.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.9.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@xxxxxxxxxx> - 1.9.2-2
- Rebuilt for Python 3.12
* Mon May 15 2023 Tomáš HrnÄ?iar <thrnciar@xxxxxxxxxx> - 1.9.2-1
- Update to 1.9.2
- Fixes: rhbz#2161299
- Fixes: rhbz#2188511
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2345826 - Please branch and build python-yarl in epel10
        https://bugzilla.redhat.com/show_bug.cgi?id=2345826
--------------------------------------------------------------------------------


================================================================================
 rust-b3sum-1.6.1-1.el10_0 (FEDORA-EPEL-2025-a761bd2073)
 Command line implementation of the BLAKE3 hash function
--------------------------------------------------------------------------------
Update Information:

Update rust-blake3 and rust-b3sum to 1.6.1.
https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.6.1
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 28 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 1.6.1-1
- Update to 1.6.1 (close RHBZ#2348851)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2348851 - rust-b3sum-1.6.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2348851
  [ 2 ] Bug #2348852 - rust-blake3-1.6.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2348852
--------------------------------------------------------------------------------


================================================================================
 rust-blake3-1.6.1-1.el10_0 (FEDORA-EPEL-2025-a761bd2073)
 BLAKE3 hash function
--------------------------------------------------------------------------------
Update Information:

Update rust-blake3 and rust-b3sum to 1.6.1.
https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.6.1
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 28 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 1.6.1-1
- Update to version 1.6.1; Fixes RHBZ#2348852
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2348851 - rust-b3sum-1.6.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2348851
  [ 2 ] Bug #2348852 - rust-blake3-1.6.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2348852
--------------------------------------------------------------------------------


-- 
_______________________________________________
epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue

[Index of Archives]     [Fedora Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Announce]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux