--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2021-ee8a110aeb
2022-01-01 00:42:10.020282
--------------------------------------------------------------------------------
Name : pyzor
Product : Fedora EPEL 7
Version : 1.0.0
Release : 28.20200530gitf46159b.el7
URL : https://github.com/SpamExperts/pyzor
Summary : Collaborative spam filtering system
Description :
Pyzor is a collaborative, networked system to detect
and block spam using identifying digests of messages.
Pyzor is similar to Vipul's Razor except implemented
in python, and using fully open source servers.
Pyzor can be used either standalone, or to augment the
spam filtering ability of spamassassin. spamassassin
is highly recommended.
--------------------------------------------------------------------------------
Update Information:
# Pyzor 1.0.0 * New features: * New pyzor commands `local_[un]whitelist`
are available for managing a local whitelist on the client side. * New
`PreFork` option for the pyzor server. This allows creating multiple workers for
handling pyzor requests. * Performance enhancements: * Improve usage of
the Redis engine by using Hashes instead of string for storing digests. The
migration tool can be used to update you current database. * Others: *
PyPy3 compatibility verified and introduced into the Travis-CI system. *
Unification of the storage engines types. * Improved check on the public
whitelisting request service to skip sending requests to whitelist message that
have not been reported to the public database or have been already whitelisted.
# Pyzor 0.9.0 * Bug fixes: * Fix gdbm decoding issue. * Fix
inconsistencies accounts and addresses. * New features: * Strip content
inside `<style>` and `<script>` tags during HTML normalization. *
Improvements in Pyzor client error codes. * Add support for logging to
Sentry * Performance enhancements: * Do report and whitelist in a single
step for MySQL Server Engine. * Others: * You can now requests
whitelisting a message by using a simple form available at:
https://app.pyzor.org/whitelist/ # Pyzor 0.8.0 * Bug fixes: * Fix
unicode decoding issues. * New features: * A new option for the pyzor
server to set-up digest forwarding. * A new script `pyzor-migrate` is now
available. The script allows migrating your digest database from one engine to
another. * Performance enhancements: * Use multiple threads when
connecting to multiple servers in the pyzor client script. (#5) * A new
`BatchClient` is available in pyzor client API. The client now send reports in
batches to the pyzor server. (#13) * Others: * Small adjustments to the
pyzor scripts to add Windows compatibility. * Automatically build
documentation. * Continuous integration on Travis-CI. * Test coverage on
coveralls. # Pyzor 0.7.0 * Bug fixes: * Fix decoding bug when messages
are badly formed * Pyzor now correctly creates the specified homedir, not
the user���s one * New features: * Logging is now disabled by default *
Automatically run 2to3 during installation (if required) * New pyzord
features: * Added ability to disable expiry * New redis engine support
has been added * New option to enable gevent * Added the ability to
reload accounts and access files using `USR1` signal * Added the ability to
safely stop the daemon with `TERM` signal * Split the usage-log and normal
log in two separate files * Pyzord daemon can now daemonize and detach
itself # Pyzor 0.6.0 * pyzor and pyzord will now work with Python 3.3 (if
the the 2to3-3.3 is previously ran) * pyzord and pyzor now supports IPv6 *
Improved handling of multi-threading (signals where again removed) for the mysql
engine * Introduced multi-processing capabilities * Improved HTML parsing
* Introduced self document sample configurations * Introduced ability to set
custom report/whitelist thresholds for the pyzor client * Greatly improved
tests coverage
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 23 2021 Robert Scheck <robert(a)fedoraproject.org> - 1.0.0-28
- Added patch for unittests to fix Python 3.11 build (#2026772)
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 1.0.0-26
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri May 29 2020 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-23.20200530gitf46159b
- Update to current git snapshot (fixes python 3.9 build).
- Remove merged patch.
* Tue May 26 2020 Miro Hron��ok <mhroncok(a)redhat.com> - 1.0.0-22
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 3 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 1.0.0-20
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 1.0.0-19
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Feb 2 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-17.git2b8d76d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jul 24 2018 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-16.20180724git2b8d76d
- Update to current git snapshot, which has some python3 fixes.
- Include an additional python3 fix.
- Use modern py3 macros.
- Use forge macros.
- Minor spec cleanups.
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-15.20160210gitf16e1b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.0.0-14.20160210gitf16e1b6
- Rebuilt for Python 3.7
* Fri Feb 9 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-13.20160210gitf16e1b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-12.20160210gitf16e1b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-11.20160210gitf16e1b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Dec 19 2016 Miro Hron��ok <mhroncok(a)redhat.com> - 1.0.0-10.20160210gitf16e1b6
- Rebuild for Python 3.6
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.0-9.20160210gitf16e1b6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Pa…
* Wed Feb 10 2016 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-8.20160210git
- Call as much of the test suite as we can.
* Wed Feb 10 2016 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-7.20160210git
- Update to current git snapshot.
* Thu Feb 4 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Dec 7 2015 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-5
- Use github site as upstream instead of sourceforge.
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Mar 6 2015 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-2
- Upstream clarified that the license is indeed GPLv2:
https://github.com/SpamExperts/pyzor/issues/35
* Thu Mar 5 2015 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-1
- Update to 1.0.0.
- Clean up and greatly simplify the specfile.
- Use python3 as the program supports it.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1948518 - Pyzor 1.0 for EPEL 7
https://bugzilla.redhat.com/show_bug.cgi?id=1948518
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pyzor' 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-2021-0fdc753583
2022-01-01 00:42:10.020269
--------------------------------------------------------------------------------
Name : pyshp
Product : Fedora EPEL 7
Version : 1.2.12
Release : 1.el7
URL : https://github.com/GeospatialPython/pyshp
Summary : Pure Python read/write support for ESRI Shapefile format
Description :
The Python Shapefile Library (PyShp) provides read and write support for the
Esri Shapefile format. The Shapefile format is a popular Geographic Information
System vector data format created by Esri. For more information about this
format please read the well-written ���ESRI Shapefile Technical Description ���
July 1998��� located at
http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf. The Esri document
describes the shp and shx file formats. However a third file format called dbf
is also required. This format is documented on the web as the ���XBase File
Format Description��� and is a simple file-based database format created in the
1960���s. For more on this specification see:
http://www.clicketyclick.dk/databases/xbase/format/index.html
Both the Esri and XBase file-formats are very simple in design and memory
efficient which is part of the reason the shapefile format remains popular
despite the numerous ways to store and exchange GIS data available today.
--------------------------------------------------------------------------------
Update Information:
Update to 1.2.12 and generally improve packaging. Please see the [upstream
release notes](https://github.com/GeospatialPython/pyshp/releases) for details.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 23 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> 1.2.12-1
- Update to pyshp 1.2.12 and generally improve packaging
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pyshp' 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-2021-afc31f929c
2022-01-01 00:42:10.020173
--------------------------------------------------------------------------------
Name : seamonkey
Product : Fedora EPEL 7
Version : 2.53.10.1
Release : 1.el7
URL : http://www.seamonkey-project.org
Summary : Web browser, e-mail, news, IRC client, HTML editor
Description :
SeaMonkey is an all-in-one Internet application suite (previously made
popular by Netscape and Mozilla). It includes an Internet browser,
advanced e-mail, newsgroup and feed client, a calendar, IRC client,
HTML editor and a tool to inspect the DOM for web pages. It is derived
from the application formerly known as Mozilla Application Suite.
--------------------------------------------------------------------------------
Update Information:
Update to 2.53.10.1 Backport fixes to improve compatibility of some sites
--------------------------------------------------------------------------------
ChangeLog:
* Wed Dec 15 2021 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.10.1-1
- backport new regexp stuff (derived from Waterfox-Classic)
- backport fixes for mozbz 1434478, 1449641, 1460295
- fix possible postMessage race conditions
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update seamonkey' 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-2021-aef7932797
2022-01-01 00:34:25.873515
--------------------------------------------------------------------------------
Name : libopenmpt
Product : Fedora EPEL 8
Version : 0.6.0
Release : 1.el8
URL : https://lib.openmpt.org/libopenmpt/
Summary : C/C++ library to decode tracker music module (MOD) files
Description :
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream.
libopenmpt is based on the player code of the OpenMPT project (Open
ModPlug Tracker). In order to avoid code base fragmentation, libopenmpt is
developed in the same source code repository as OpenMPT.
--------------------------------------------------------------------------------
Update Information:
libopenmpt 0.6.0 (2021-12-23) * [New] `MUS` files from Psycho Pinball and
Micro Machines 2 are now supported. * [New] `SymMOD` files created with
Symphonie / Symphonie Pro are now supported. * [New] `FMT` files created with
Davey W Taylor���s FM Tracker are now supported. * [New] `DSYM` files created
with Digital Symphony are now supported. * [New] TakeTracker MODs with `TDZ1`
to `TDZ3` magic bytes are now supported. * [New] openmpt123: openmpt123 will
now expand file wildcards passed on the command line in Windows when built with
MSVC. * [New] libopenmpt_ext: New interface `interactive2` adding
`openmpt::ext::interactive2::note_off()`,
`openmpt::ext::interactive2::note_fade()`,
`openmpt::ext::interactive2::set_channel_panning()`,
`openmpt::ext::interactive2::get_channel_panning()`,
`openmpt::ext::interactive2::set_note_finetune()`, and
`openmpt::ext::interactive2::get_note_finetune()` (C++) and
`openmpt_module_ext_interface_interactive2.note_off()`,
`openmpt_module_ext_interface_interactive2.note_fade()`,
`openmpt_module_ext_interface_interactive2.set_channel_panning()`,
`openmpt_module_ext_interface_interactive2.get_channel_panning()`,
`openmpt_module_ext_interface_interactive2.set_note_finetune()`, and
`openmpt_module_ext_interface_interactive2.get_note_finetune()` (C). * [New]
`Makefile` `CONFIG=emscripten` now supports
`EMSCRIPTEN_TARGET=audioworkletprocessor` which builds an ES6 module in a single
file with reduced dependencies suitable to be used in an AudioWorkletProcessor.
* [New] `Makefile` `CONFIG=emscripten` now supports `EMSCRIPTEN_PORTS=1` which
uses dependencies (zlib, mp123, ogg, and vorbis) from Emscripten Ports instead
of using miniz, minimp3, and stb_vorbis locally or building zlib, mp123, ogg,
and vorbis locally. * [New] `Makefile` `CONFIG=emscripten` and `CONFIG=djgpp`
can now build zlib, mpg123, and vorbis locally instead of only supporting miniz,
minimp3, and stb_vorbis via ALLOW_LGPL=1. * [Change] `Makefile`
`CONFIG=emscripten` now supports `EMSCRIPTEN_TARGET=all` which provides
WebAssembly as well as fallback to JavaScript in a single build. * [Change]
openmpt123: DOS builds now use the Mercury fork of `liballegro 4.2` for improved
hardware compatibility. * [Change] libopenmpt no longer generates internal
interpolation tables on library load time, but instead only on first module load
time. * [Regression] `Makefile` `CONFIG=emscripten` does not support
`EMSCRIPTEN_TARGET=asmjs` or `EMSCRIPTEN_TARGET=asmjs128m` any more because
support has been removed from current Emscripten versions. * [Regression]
Support for GCC 7 has been removed. * [Regression] Support for Clang 5, 6 has
been removed. * [Regression] Support for Emscripten versions older than 1.39.7
has been removed. * [Regression] Building with Android NDK older than NDK r19c
is not supported any more. * libopenmpt can now detect infinite pattern loops
and treats them as the song end. This means that setting a repeat count other
than -1 now always guarantees that playback will eventually end. The song loop
counter is decremented each time it ends up at the start of the infinite loop,
so the song does not restart from the beginning even if the repeat count is not
0. * `openmpt::module::set_position_seconds()` accuracy has been improved for
modules with pattern loops. * IT: Portamentos in files with Linear Slides
disabled are now more accurate. * IT: Pitch/Pan Separation was affected by
note-off commands, and wasn���t reset by panning commands like in Impulse Tracker.
* IT: Even after libopenmpt 0.5.14 the filter reset logic was still not 100%
identical to Impulse Tracker: A note triggered on tick 0 of a row with a Pattern
Delay effect still caused the filter to be reset on repetitions of that row even
though the note wasn���t retriggered. * IT: Added read-only support for
BeRoTracker commands 1 and 2 (equivalent to XM commands K and L). * XM:
BeRoTracker saves smooth MIDI macros in a different way from OpenMPT. This
command is now imported correctly. * XM: Emulate FT2 Tone Portamento quirk
that inverts portamento direction after the target was reached (if target note
was higher than previous note). * S3M files saved with Impulse Tracker and
latest Schism Tracker now also compute sample playback speed in Hertz. *
Depending on whether an S3M file was last saved in Scream Tracker with the Sound
Blaster or Gravis Ultrasound drivers loaded, different compatibility flags are
now applied. For files saved with the GUS, the sample volume factor is now also
ignored (fixes volume levels in S3Ms made on the GUS, in particular if they use
both samples and OPL instruments). * S3M: Enforce the lower frequency bound.
* MOD: Loosened VBlank timing heuristics so that the original copy of Guitar
Slinger from Dizzy Tunes II plays correctly. * FAR: Correct portamento depth
is now used. * DMF / IMF: Improved accuracy of finetune commands. * MDL:
Implemented finetune command. * OKT: Various accuracy improvements such as:
Sharing volume between mixed channels, volume commands on mixed channels are
permanent (not reset with new notes), mixed channels do not support default
sample volume, 7-bit samples are actually supposed to be played as-is (not
amplified to full 8-bit range), reject speed command parameters >= 20.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 23 2021 Michael Schwendt <mschwendt(a)fedoraproject.org> - 0.6.0-1
- upgrade to 0.6.0 (new stable release branch)
* Thu Dec 23 2021 Michael Schwendt <mschwendt(a)fedoraproject.org> - 0.5.15-1
- update to 0.5.15 (security release)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2035378 - libopenmpt-0.6.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2035378
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update libopenmpt' 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-2021-268a0c7b8c
2022-01-01 00:34:25.873504
--------------------------------------------------------------------------------
Name : qwt
Product : Fedora EPEL 8
Version : 6.1.5
Release : 5.el8
URL : http://qwt.sourceforge.net
Summary : Qt Widgets for Technical Applications
Description :
The Qwt library contains GUI Components and utility classes which are primarily
useful for programs with a technical background.
Besides a 2D plot widget it provides scales, sliders, dials, compasses,
thermometers, wheels and knobs to control or display values, arrays
or ranges of type double.
--------------------------------------------------------------------------------
Update Information:
Update qwt version to go with updated qt5 version
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.1.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.1.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2027464 - Current qwt version is incompatible with latest Qt5 version in Appstream repo (Centos 8)
https://bugzilla.redhat.com/show_bug.cgi?id=2027464
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update qwt' 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-2021-a772a99568
2022-01-01 00:34:25.873493
--------------------------------------------------------------------------------
Name : intel-ipp-crypto-mb
Product : Fedora EPEL 8
Version : 1.0.4
Release : 2.el8
URL : https://github.com/intel/ipp-crypto
Summary : Intel(R) IPP Cryptography multi-buffer library
Description :
A software crypto library optimized for Intel architecture for packet
processing applications.
It contains universal and OpenSSL compatible APIs for cryptography operations.
For additional information please refer to:
https://github.com/intel/ipp-crypto/tree/ippcp_2021.5/sources/ippcp/crypto_…
--------------------------------------------------------------------------------
Update Information:
Update for release of crypto_mb version 1.0.4 (upstream version 2021.5).
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 23 2021 Andrey Matyukov <andrey.matyukov(a)intel.com> - 1.0.4-2
- Fixed a symbolic link in intel-ipp-crypto-mb-devel package.
* Wed Dec 22 2021 Andrey Matyukov <andrey.matyukov(a)intel.com> - 1.0.4-1
- Added ECDSA/ECDHE for the NIST P-521 curve;
- Added ECC over SM2 curve: Public Key Generation, ECDSA Signature / Verification, ECDHE;
- Added SM3 algorithm;
- Added SM4 algorithm (ECB, CBC, CTR, OFB and CFB modes of operation);
- Added ed25519 Signature / Verification schemes;
- Added x25519 key agreement functionality: public key generation, shared key computation;
- Added modular exponentiation for fixed sizes: 1k, 2k, 3k, 4k.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update intel-ipp-crypto-mb' 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-2021-910fd71fbc
2022-01-01 00:34:25.873482
--------------------------------------------------------------------------------
Name : rclone
Product : Fedora EPEL 8
Version : 1.57.0
Release : 1.el8
URL : http://rclone.org/
Summary : Rsync for cloud storage
Description :
Rclone is a command line program to sync files and directories to and
from various cloud services.
--------------------------------------------------------------------------------
Update Information:
Update to 1.57.0
--------------------------------------------------------------------------------
ChangeLog:
* Wed Dec 22 2021 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 1.57.0-1
- Update to 1.57.0
- Close: rhbz#1953788
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1953788 - rclone-1.57.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1953788
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rclone' 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-2021-424264f842
2022-01-01 00:34:25.873471
--------------------------------------------------------------------------------
Name : pyzor
Product : Fedora EPEL 8
Version : 1.0.0
Release : 28.20200530gitf46159b.el8
URL : https://github.com/SpamExperts/pyzor
Summary : Collaborative spam filtering system
Description :
Pyzor is a collaborative, networked system to detect
and block spam using identifying digests of messages.
Pyzor is similar to Vipul's Razor except implemented
in python, and using fully open source servers.
Pyzor can be used either standalone, or to augment the
spam filtering ability of spamassassin. spamassassin
is highly recommended.
--------------------------------------------------------------------------------
Update Information:
Update to latest Git snapshot
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 23 2021 Robert Scheck <robert(a)fedoraproject.org> - 1.0.0-28
- Added patch for unittests to fix Python 3.11 build (#2026772)
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 1.0.0-26
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri May 29 2020 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.0.0-23.20200530gitf46159b
- Update to current git snapshot (fixes python 3.9 build).
- Remove merged patch.
* Tue May 26 2020 Miro Hron��ok <mhroncok(a)redhat.com> - 1.0.0-22
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 3 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 1.0.0-20
- Rebuilt for Python 3.8.0rc1 (#1748018)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pyzor' 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-2021-2ee979e8ab
2022-01-01 00:34:25.873448
--------------------------------------------------------------------------------
Name : pyshp
Product : Fedora EPEL 8
Version : 2.1.3
Release : 2.el8
URL : https://github.com/GeospatialPython/pyshp
Summary : Pure Python read/write support for ESRI Shapefile format
Description :
The Python Shapefile Library (PyShp) provides read and write support for the
Esri Shapefile format. The Shapefile format is a popular Geographic Information
System vector data format created by Esri. For more information about this
format please read the well-written ���ESRI Shapefile Technical Description ���
July 1998��� located at
http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf. The Esri document
describes the shp and shx file formats. However a third file format called dbf
is also required. This format is documented on the web as the ���XBase File
Format Description��� and is a simple file-based database format created in the
1960���s. For more on this specification see:
http://www.clicketyclick.dk/databases/xbase/format/index.html
Both the Esri and XBase file-formats are very simple in design and memory
efficient which is part of the reason the shapefile format remains popular
despite the numerous ways to store and exchange GIS data available today.
--------------------------------------------------------------------------------
Update Information:
**VERSION 2.1.3 2021-01-14** *Bug fixes:* - Fix recent bug in geojson hole-in-
polygon checking - Misc fixes to allow geo interface dump to json (eg dates as
strings) - Handle additional dbf date null values, and return faulty dates as
unicode - Add writer target typecheck - Fix bugs to allow reading shp/shx/dbf
separately - Allow delayed shapefile loading by passing no args - Fix error with
writing empty z/m shapefile - Fix signed_area() so ignores z/m coords - Enforce
writing the 11th field name character as null-terminator (only first 10 are
used) - Minor README fixes - Added more tests **VERSION 2.1.2 2020-09-10**
*Bug fixes:* - Fix issue where `warnings.simplefilter('always')` changes global
warning behavior **VERSION 2.1.1 2020-09-09** *Improvements:* - Handle
shapes with no coords and represent as geojson with no coords (GeoJSON null-
equivalent) - Expand testing to Python 3.6, 3.7, 3.8 and PyPy; drop 3.3 and 3.4
- Added pytest testing *Bug fixes:* - Fix incorrect geo interface handling of
multipolygons with complex exterior-hole relations - Enforce shapefile
requirement of at least one field, to avoid writing invalid shapefiles - Fix
Reader geo interface including DeletionFlag field in feature properties - Fix
polygons not being auto closed, which was accidentally dropped - Fix error for
null geometries in feature geojson - Misc docstring cleanup
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 23 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> 2.1.3-1
- Update to 2.1.3
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pyshp' 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
--------------------------------------------------------------------------------