The following Fedora EPEL 8 Security updates need testing: Age URL 0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-4215541875 puppet-6.25.1-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
pyotherside-1.5.9-10.el8.1 python-niapy-2.0.0-0.2rc18.el8 python-resultsdb_api-2.1.5-3.el8
Details about builds:
================================================================================ pyotherside-1.5.9-10.el8.1 (FEDORA-EPEL-2021-68d92d297a) Asynchronous Python 3 Bindings for Qt 5 -------------------------------------------------------------------------------- Update Information:
Rebuild for Qt 5.15.2 (RHEL 8.5) -------------------------------------------------------------------------------- ChangeLog:
* Fri Nov 19 2021 Orion Poplawski orion@nwra.com - 1.5.9-10.1 - Rebuild for Qt 5.15.2 (RHEL 8.5) --------------------------------------------------------------------------------
================================================================================ python-niapy-2.0.0-0.2rc18.el8 (FEDORA-EPEL-2021-a29af83c88) Micro framework for building nature-inspired algorithms -------------------------------------------------------------------------------- Update Information:
New package for epel8 -------------------------------------------------------------------------------- ChangeLog:
* Fri Nov 19 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.2rc18 - For EPEL8 only: remove docs and disable tests * Wed Aug 18 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.1rc18 - Update to the latest upstream's release - rc18 * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-0.2rc17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 11 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.1rc17 - Update to the latest upstream's release - rc17 - Remove patch * Fri Jun 4 2021 Python Maint python-maint@redhat.com - 2.0.0-0.2rc16 - Rebuilt for Python 3.10 * Wed May 26 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.1rc16 - Update to the latest upstream's release - rc16 * Fri May 21 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.2rc15 - Add additional doc files found in repository to docs * Sat May 15 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.1rc15 - Update to the latest upstream's release - rc15 * Fri Apr 23 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.2rc14 - Removing sed commands - dependencies already removed - Added JOSS paper in documents * Fri Apr 23 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.1rc14 - New version of package * Thu Apr 15 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.5rc13 - Add examples in subpackage * Tue Apr 6 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.4rc13 - Install additional docs * Tue Mar 23 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.3rc13 - Skip one test (it is failing from time to time, because of random) * Fri Mar 19 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.2rc13 - Remove dependency generator - Conditional imports for tests * Wed Mar 10 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.1rc13 - New version * Thu Feb 11 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.5rc12 - Removing linter errors and typos * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-0.4rc12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Dec 4 2020 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.3rc12 - New release - 2.0.0rc12 - Remove dependencies - xlwt, xlsxwriter - New dependency - openpyxl * Fri Nov 20 2020 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 2.0.0-0.1rc11 - New release - 2.0.0rc11 * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-0.2rc10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 2 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.0.0-0.1rc10 - Remove dep on enum34 - Add python_provides for F32 * Sat Jun 27 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.0.2-1 - Initial package --------------------------------------------------------------------------------
================================================================================ python-resultsdb_api-2.1.5-3.el8 (FEDORA-EPEL-2021-1789f12fb5) Interface api to ResultsDB -------------------------------------------------------------------------------- Update Information:
This update backports [a fix](https://pagure.io/taskotron/resultsdb_api/pull- request/14) for a problem which caused version 2.1.5 not to work on urllib3 versions earlier than 1.26.0. This didn't affect Fedora 35, but we are updating the package there just to keep the versions in order. ---- - Drop use of deprecated Retry parameter - Drop unnecessary `_KEEP` and just `None` instead - Make tox work (just runs pytest for now) - Port tests to unittest.mock and ResultsDB API v2 (#1) - Simplify update_testcase - update_testcase: fix variable name - ResultsDBAuth: it's `@staticmethod`, not `@static_method` - Drop Python 2 string type blob - Enable tests during the rpm build -------------------------------------------------------------------------------- ChangeLog:
* Fri Nov 19 2021 Adam Williamson awilliam@redhat.com - 2.1.5-3 - Update the patch from -2 to *really* fix the problem * Fri Nov 19 2021 Adam Williamson awilliam@redhat.com - 2.1.5-2 - Fix Retry allowed methods for urllib 1.25 (F34 and earlier) * Sun Nov 14 2021 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.5-1 - Drop use of deprecated Retry parameter - Drop unnecessary `_KEEP` and just `None` instead - Make tox work (just runs pytest for now) - Port tests to unittest.mock and ResultsDB API v2 (#1) - Simplify update_testcase - update_testcase: fix variable name - ResultsDBAuth: it's `@staticmethod`, not `@static_method` - Drop Python 2 string type blob - Enable tests during the rpm build * Sun Nov 14 2021 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.4-3 - Revert backported patch for auth code * Thu Nov 11 2021 Adam Williamson awilliam@redhat.com - 2.1.4-2 - Backport patch to fix critical error in auth code * Mon Nov 8 2021 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.4-1 - add auth class with basic http auth support * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.1.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 4 2021 Python Maint python-maint@redhat.com - 2.1.3-10 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.1.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Nov 9 2020 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.3-8 - Drop BR: git * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.1.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hron��ok mhroncok@redhat.com - 2.1.3-6 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 2.1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 3 2019 Miro Hron��ok mhroncok@redhat.com - 2.1.3-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hron��ok mhroncok@redhat.com - 2.1.3-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 2.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue May 28 2019 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.3-1 - Fix 'RetryError' object has no attribute 'message' * Sat Feb 2 2019 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 22 2019 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.2-4 - Drop Python 2 subpackage - Clean spec - Update Source0 url * Sat Jul 14 2018 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hron��ok mhroncok@redhat.com - 2.1.2-2 - Rebuilt for Python 3.7 * Mon Jun 11 2018 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.2-1 - Python 3 subpacakage for Fedora - Drop dependency on python-six * Fri Apr 6 2018 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.1-1 - Fix the python.six interaction with non-string inputs * Wed Mar 28 2018 Frantisek Zatloukal fzatlouk@redhat.com - 2.1.0-1 - Add support for auth token - Retry on HTTP 500 errors by default - py3: Updates to work with Python 3 * Mon Feb 19 2018 Steve Milner smilner@redhat.com - 2.0.1-1 - Added six to support py2/py3 changes in the source. * Thu Feb 8 2018 Kamil P��ral kparal@redhat.com - 2.0.0-9 - fix yet another dependency issue for EPEL * Mon Feb 5 2018 Iryna Shcherbina ishcherb@redhat.com - 2.0.0-8 - Fix condition for EPEL * Mon Feb 5 2018 Kamil P��ral kparal@redhat.com - 2.0.0-7 - Fix deps for EPEL * Fri Feb 2 2018 Kamil P��ral kparal@redhat.com - 2.0.0-6 - Accomodate deps for F27 and older * Tue Jan 30 2018 Iryna Shcherbina ishcherb@redhat.com - 2.0.0-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sat Aug 19 2017 Zbigniew J��drzejewski-Szmek zbyszek@in.waw.pl - 2.0.0-4 - Python 2 binary package renamed to python2-resultsdb_api See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 2 2017 Kamil P��ral kparal@redhat.com - 2.0.0-1 - fix like: filter - synchronize major version number with resultsdb major number - disable the test suite until it is fixed * Thu Nov 3 2016 Tim Flink tflink@fedoraproject.org - 1.3.0-1 - add support for resultsdb 2.0 * Wed May 25 2016 Martin Krizek mkrizek@redhat.com - 1.2.2-3 - remove not needed custom python_sitelib macro * Tue May 24 2016 Martin Krizek mkrizek@redhat.com - 1.2.2-2 - rename to python-resultsdb_api (obsolete resultsdb_api) - add python_provide - add LICENSE file - add check * Wed Jul 8 2015 Martin Krizek mkrizek@redhat.com - 1.2.2-1 - Remove trailing slashes from url before it's used - Add missing python-simplejson dependency * Thu Apr 9 2015 Tim Flink tflink@fedoraproject.org - 1.2.1-1 - added option for retrieving job data after update_job (T456) * Wed Apr 1 2015 Tim Flink tflink@fedoraproject.org - 1.2.0-1 - added logging capability, logging response errors - added UUID support for execdb integration * Fri May 16 2014 Tim Flink tflink@fedoraproject.org - 1.1.0-1 - Releasing resultsdb_api 1.1.0 * Fri Apr 25 2014 Tim Flink tflink@fedoraproject.org - 1.0.2-1 - bugfixes from upstream * Fri Apr 11 2014 Tim Flink tflink@fedoraproject.org - 1.0.1-1 - initial packaging --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org