--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-c38dfa917f
2025-08-31 01:57:10.226904+00:00
--------------------------------------------------------------------------------
Name : python-python-ulid
Product : Fedora EPEL 10.0
Version : 3.1.0
Release : 1.el10_0
URL : https://github.com/mdomke/python-ulid
Summary : Universally unique lexicographically sortable identifier
Description :
A ULID is a universally unique lexicographically sortable identifier. It is
* 128-bit compatible with UUID
* 1.21e+24 unique ULIDs per millisecond
* Lexicographically sortable!
* Canonically encoded as a 26 character string, as opposed to the 36
character UUID
* Uses Crockford's base32 for better efficiency and readability (5 bits per
character)
* Case insensitive
* No special characters (URL safe)
For more information have a look at the original specification,
https://github.com/alizain/ulid#specification.
--------------------------------------------------------------------------------
Update Information:
3.1.0 - 2025-08-18
Changed
Added Python 3.13 to the trove classifiers.
Optimize @property to @cached_property
When generating ULIDs within the same millisecond, the library will ensure
monotonic sort order by
incrementing the randomness component by 1 bit. This process is descrbied in the
spec.
Fixed
Sharpen regular expression for Pydantic.
Fix Sphinx warnings when referencing ULID from an external project.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 22 2025 Packit <hello(a)packit.dev> - 3.1.0-1
- Update to 3.1.0 upstream release
- Resolves: rhbz#2389208
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2389208 - python-python-ulid-3.1.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2389208
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-python-ulid' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-9ddc48770d
2025-08-31 01:57:10.226923+00:00
--------------------------------------------------------------------------------
Name : easy-rsa
Product : Fedora EPEL 10.0
Version : 3.2.4
Release : 1.el10_0
URL : https://github.com/OpenVPN/easy-rsa
Summary : Simple shell based CA utility
Description :
This is a small RSA key management package, based on the openssl
command line tool, that can be found in the easy-rsa subdirectory
of the OpenVPN distribution. While this tool is primary concerned
with key management for the SSL VPN application space, it can also
be used for building web certificates.
--------------------------------------------------------------------------------
Update Information:
Build for other point releases.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 27 2025 Gwyn Ciesla <gwync(a)protonmail.com> - 3.2.4-1
- 3.2.4
* Wed Jul 23 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jun 13 2025 Gwyn Ciesla <gwync(a)protonmail.com> - 3.2.3-1
- 3.2.3
* Mon Feb 3 2025 Gwyn Ciesla <gwync(a)protonmail.com> - 3.2.2-1
- 3.2.2
* Thu Jan 16 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Sep 16 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 3.2.1-1
- 3.2.1
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon May 20 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 3.2.0-1
- 3.2.0
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Oct 16 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 3.1.7-1
- 3.1.7
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2391399 - Please branch and build easy-rsa in epel10.0
https://bugzilla.redhat.com/show_bug.cgi?id=2391399
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update easy-rsa' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-dee35d9c0f
2025-08-31 01:53:26.541899+00:00
--------------------------------------------------------------------------------
Name : python-python-ulid
Product : Fedora EPEL 10.1
Version : 3.1.0
Release : 1.el10_1
URL : https://github.com/mdomke/python-ulid
Summary : Universally unique lexicographically sortable identifier
Description :
A ULID is a universally unique lexicographically sortable identifier. It is
* 128-bit compatible with UUID
* 1.21e+24 unique ULIDs per millisecond
* Lexicographically sortable!
* Canonically encoded as a 26 character string, as opposed to the 36
character UUID
* Uses Crockford's base32 for better efficiency and readability (5 bits per
character)
* Case insensitive
* No special characters (URL safe)
For more information have a look at the original specification,
https://github.com/alizain/ulid#specification.
--------------------------------------------------------------------------------
Update Information:
3.1.0 - 2025-08-18
Changed
Added Python 3.13 to the trove classifiers.
Optimize @property to @cached_property
When generating ULIDs within the same millisecond, the library will ensure
monotonic sort order by
incrementing the randomness component by 1 bit. This process is descrbied in the
spec.
Fixed
Sharpen regular expression for Pydantic.
Fix Sphinx warnings when referencing ULID from an external project.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 22 2025 Packit <hello(a)packit.dev> - 3.1.0-1
- Update to 3.1.0 upstream release
- Resolves: rhbz#2389208
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2389208 - python-python-ulid-3.1.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2389208
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-python-ulid' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-bef50f7f7a
2025-08-31 01:53:26.541903+00:00
--------------------------------------------------------------------------------
Name : ccache
Product : Fedora EPEL 10.1
Version : 4.11.3
Release : 1.el10_1
URL : http://ccache.dev/
Summary : C/C++ compiler cache
Description :
ccache is a compiler cache. It speeds up recompilation of C/C++ code
by caching previous compiles and detecting when the same compile is
being done again. The main focus is to handle the GNU C/C++ compiler
(GCC), but it may also work with compilers that mimic GCC good enough.
--------------------------------------------------------------------------------
Update Information:
Update to 4.11.3
--------------------------------------------------------------------------------
ChangeLog:
* Fri May 9 2025 Orion Poplawski <orion(a)nwra.com> - 4.11.3-1
- Update to 4.11.3
* Tue Mar 25 2025 Orion Poplawski <orion(a)nwra.com> - 4.11.2-1
- Update to 4.11.2
* Tue Mar 18 2025 Orion Poplawski <orion(a)nwra.com> - 4.11.1-1
- Update to 4.11.1
* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 4.10.2-3
- Add sysusers.d config file to allow rpm to create users/groups automatically
* Thu Jan 16 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.10.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update ccache' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-a9e4ef87a6
2025-08-31 01:53:26.541878+00:00
--------------------------------------------------------------------------------
Name : radicale
Product : Fedora EPEL 10.1
Version : 3.5.5
Release : 1.el10_1
URL : https://radicale.org
Summary : A simple CalDAV (calendar) and CardDAV (contact) server
Description :
The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It
aims to be a light solution, easy to use, easy to install, easy to configure.
As a consequence, it requires few software dependencies and is pre-configured
to work out-of-the-box.
The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD,
MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone
and Android clients. It is free and open-source software, released under GPL
version 3.
--------------------------------------------------------------------------------
Update Information:
Update to 3.5.5
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 22 2025 Peter Bieringer <pb(a)bieringer.de> - 3.5.5-1
- Update to 3.5.5
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update radicale' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-3d60df796c
2025-08-31 01:49:02.656510+00:00
--------------------------------------------------------------------------------
Name : go-rpm-macros-epel
Product : Fedora EPEL 8
Version : 1.0.0
Release : 2.el8
URL : https://src.fedoraproject.org/rpms/go-rpm-macros-epel/tree/epel8
Summary : Minimal go-rpm-macros backport
Description :
This is a minimal go-rpm-macros backport.
See the README for information on what is included in this package.
--------------------------------------------------------------------------------
Update Information:
New minimal go-rpm-macros backport for EPEL 8. See the package README for more
information.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 29 2025 Maxwell G <maxwell(a)gtmx.me> - 1.0.0-2
- Remove go_mod_vendor generator for now
* Fri Aug 29 2025 Maxwell G <maxwell(a)gtmx.me> - 1.0.0-1
- Add initial package for EPEL 8
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update go-rpm-macros-epel' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-2b8cbad303
2025-08-31 01:49:02.656488+00:00
--------------------------------------------------------------------------------
Name : radicale
Product : Fedora EPEL 8
Version : 3.5.5
Release : 1.el8
URL : https://radicale.org
Summary : A simple CalDAV (calendar) and CardDAV (contact) server
Description :
The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It
aims to be a light solution, easy to use, easy to install, easy to configure.
As a consequence, it requires few software dependencies and is pre-configured
to work out-of-the-box.
The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD,
MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone
and Android clients. It is free and open-source software, released under GPL
version 3.
--------------------------------------------------------------------------------
Update Information:
Update to 3.5.5
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 22 2025 Peter Bieringer <pb(a)bieringer.de> - 3.5.5-1
- Update to 3.5.5
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update radicale' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-b363f0f39c
2025-08-31 01:42:54.968025+00:00
--------------------------------------------------------------------------------
Name : python-opensearch-py
Product : Fedora EPEL 9
Version : 3.0.0
Release : 1.el9
URL : https://github.com/opensearch-project/opensearch-py
Summary : Python low-level client for OpenSearch
Description :
opensearch-py is a community-driven, open source OpenSearch client
licensed under the Apache v2.0 License.
For more information, see opensearch.org.
--------------------------------------------------------------------------------
Update Information:
Update to 3.0.0
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 14 2025 Steve Traylen <steve.traylen(a)cern.ch> - 3.0.0-1
- Release 3.0.0
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-opensearch-py' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-bec714d640
2025-08-31 01:42:54.968050+00:00
--------------------------------------------------------------------------------
Name : radicale
Product : Fedora EPEL 9
Version : 3.5.5
Release : 1.el9
URL : https://radicale.org
Summary : A simple CalDAV (calendar) and CardDAV (contact) server
Description :
The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It
aims to be a light solution, easy to use, easy to install, easy to configure.
As a consequence, it requires few software dependencies and is pre-configured
to work out-of-the-box.
The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD,
MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone
and Android clients. It is free and open-source software, released under GPL
version 3.
--------------------------------------------------------------------------------
Update Information:
Update to 3.5.5
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 22 2025 Peter Bieringer <pb(a)bieringer.de> - 3.5.5-1
- Update to 3.5.5
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update radicale' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-a02a39eebb
2025-08-30 04:00:24.505714+00:00
--------------------------------------------------------------------------------
Name : pthreadpool
Product : Fedora EPEL 10.1
Version : 0.0^git20230829.4fe0e1e
Release : 7.el10_1
URL : https://github.com/Maratyszcza/pthreadpool
Summary : Portable thread pool
Description :
pthreadpool is a portable and efficient thread pool
implementation. It provides similar functionality
to #pragma omp parallel for, but with additional features.
Features:
* C interface (C++-compatible).
* 1D-6D loops with step parameters.
* Run on user-specified or auto-detected number of threads.
* Work-stealing scheduling for efficient work balancing.
* Wait-free synchronization of work items.
* Compatible with Linux (including Android), macOS,
iOS, Windows, Emscripten environments.
* 100% unit tests coverage.
* Throughput and latency microbenchmarks.
--------------------------------------------------------------------------------
Update Information:
PyTorch and its dependencies.
Remove roctracer
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 25 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0^git20230829.4fe0e1e-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0^git20230829.4fe0e1e-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0^git20230829.4fe0e1e-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0^git20230829.4fe0e1e-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0^git20230829.4fe0e1e-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Oct 2 2023 Tom Rix <trix(a)redhat.com> - 0.0^git20230829.4fe0e1e-2
- Address review comments
* Sat Sep 16 2023 Tom Rix <trix(a)redhat.com> - 1.0^git20230829.4fe0e1e-1
- Initial package
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pthreadpool' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------