--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-91b68ec022
2022-06-01 01:33:49.154935
--------------------------------------------------------------------------------
Name : ansible-packaging
Product : Fedora EPEL 9
Version : 1
Release : 5.el9
URL : None
Summary : RPM packaging macros and generators for Ansible collections
Description :
RPM packaging macros and generators for Ansible collections.
--------------------------------------------------------------------------------
Update Information:
Split macros required for building SRPMs into a separate ansible-srpm-macros
package, and require it from epel-rpm-macros to ensure installation in the
buildroot.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 17 2022 Maxwell G <gotmax(a)e.email> - 1-5
- Split macros required for building SRPMs into a separate package.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update ansible-packaging' 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-2022-30d92a71a6
2022-06-01 01:33:49.154924
--------------------------------------------------------------------------------
Name : python-typing-extensions
Product : Fedora EPEL 9
Version : 4.2.0
Release : 2.el9
URL : https://pypi.org/project/typing-extensions/
Summary : Python Typing Extensions
Description :
The `typing_extensions` module serves two related purposes:
- Enable use of new type system features on older Python versions. For example,
`typing.TypeGuard` is new in Python 3.10, but `typing_extensions` allows
users on Python 3.6 through 3.9 to use it too.
- Enable experimentation with new type system PEPs before they are accepted and
added to the `typing` module.
New features may be added to `typing_extensions` as soon as they are specified
in a PEP that has been added to the [python/peps](https://github.com/python/peps)
repository. If the PEP is accepted, the feature will then be added to `typing`
for the next CPython release. No typing PEP has been rejected so far, so we
haven't yet figured out how to deal with that possibility.
Starting with version 4.0.0, `typing_extensions` uses
[Semantic Versioning](https://semver.org/). The
major version is incremented for all backwards-incompatible changes.
Therefore, it's safe to depend
on `typing_extensions` like this: `typing_extensions >=x.y, <(x+1)`,
where `x.y` is the first version that includes all features you need.
`typing_extensions` supports Python versions 3.7 and higher. In the future,
support for older Python versions will be dropped some time after that version
reaches end of life.
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL9
--------------------------------------------------------------------------------
ChangeLog:
* Sun May 22 2022 Jonny Heggheim <hegjon(a)gmail.com> - 4.2.0-2
- Removed unused build depenencies
* Sat Apr 30 2022 Jonny Heggheim <hegjon(a)gmail.com> - 4.2.0-1
- Updated to version 4.2.0
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.10.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 31 2021 Fabian Affolter <mail(a)fabian-affolter.ch> - 3.10.0.2-1
- Update to latest upstream release 3.10.0.2 (closes rhbz#1955959)
* Thu Aug 26 2021 Fabian Affolter <mail(a)fabian-affolter.ch> - 3.10.0.0-1
- Update to latest upstream release 3.10.0.0 (closes rhbz#1955959)
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.7.4.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 3.7.4.3-3
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.7.4.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Aug 23 2020 Fabian Affolter <mail(a)fabian-affolter.ch> - 3.7.4.3-1
- Update to latest upstream release 3.7.4.3 (rhbz#1871451)
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.7.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hron��ok <mhroncok(a)redhat.com> - 3.7.4.2-2
- Rebuilt for Python 3.9
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2043761 - Please branch and build python-typing-extensions for EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2043761
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-typing-extensions' 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-2022-95da30dd3d
2022-06-01 01:33:49.154912
--------------------------------------------------------------------------------
Name : dropwatch
Product : Fedora EPEL 9
Version : 1.5.4
Release : 1.el9
URL : https://github.com/nhorman/dropwatch
Summary : Kernel dropped packet monitor
Description :
dropwatch is an utility to interface to the kernel to monitor for dropped
network packets.
--------------------------------------------------------------------------------
Update Information:
dropwatch is a utility to interface to the kernel to monitor for dropped network
packets.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 5 2022 Hangbin Liu <haliu(a)redhat.com> - 1.5.4-1
- Update to version 1.5.4
- Support packet drop reason reporting when included in netlink message
- fix some minor compilation warnings/errors
- clean up some comments about deadline support
- convert configure.ac to use AM_PROG_LIBTOOL from outdated LT_INIT
- Fix missing SOL_NETLINK define in glibc < 2.24
- Fix licensing issues that didn't make sense
- ignore ENOBUFS errors on data socket
- adding arm64 travis ci testing
- man page updates
- move to libnl3 from libnl
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update dropwatch' 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-2022-2e4e2a885c
2022-06-01 01:33:49.154831
--------------------------------------------------------------------------------
Name : webp-pixbuf-loader
Product : Fedora EPEL 9
Version : 0.0.5
Release : 1.el9
URL : https://github.com/aruiz/webp-pixbuf-loader
Summary : WebP image loader for GTK+ applications
Description :
webp-pixbuf-loader contains a plugin to load WebP images in GTK+ applications
--------------------------------------------------------------------------------
Update Information:
Update to 0.0.5
--------------------------------------------------------------------------------
ChangeLog:
* Mon May 23 2022 Mikel Olasagasti Uranga <mikel(a)olasagasti.info> 0.0.5-1
- Update to 0.0.5 - Closes rhbz#2089253
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update webp-pixbuf-loader' 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
--------------------------------------------------------------------------------