The following Fedora EPEL 8 Security updates need testing: Age URL 5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-a2ba6db56b seamonkey-2.53.15-1.el8 4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-5792a74fc0 advancecomp-2.5-1.el8 4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-1d186ca718 python-rq-1.12.0-1.el8 1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-d92a0ff759 syncthing-1.23.0-2.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
beep-1.4.12-7.el8 cc1541-4.0-3.el8 chromium-109.0.5414.119-1.el8 etckeeper-1.18.20-1.el8 fedora-license-data-1.12-1.el8 partclone-0.3.23-1.el8 python-AppTools-5.2.0-1.el8 python-Traits-5.1.2-1.el8 python-markdown2-2.4.7-1.el8
Details about builds:
================================================================================ beep-1.4.12-7.el8 (FEDORA-EPEL-2023-8353251535) Beep the PC speaker any number of ways -------------------------------------------------------------------------------- Update Information:
For EL7, this fixes the dependency on `systemd` instead of `systemd-udev` so that the `beep` package can actually be installed on EL7. For EL8 and EL9, this makes sure a package update path exists. For EPEL in general, this updates from upstream `beep-1.4.11` to `beep-1.4.12` which only changes documentation and the build system, no behaviour. For Fedora, this does not change anything despite the spec file change affecting EL7, which also needed to be verified. -------------------------------------------------------------------------------- ChangeLog:
* Fri Jan 27 2023 Hans Ulrich Niedermann hun@n-dimensional.de - 1.4.12-7 - Require: systemd only on EL7, not on Fedora (#2157788) * Fri Jan 27 2023 Hans Ulrich Niedermann hun@n-dimensional.de - 1.4.12-6 - On EL7, Require: systemd instead of systemd-udev (#2157788) * Wed Jan 18 2023 Fedora Release Engineering releng@fedoraproject.org - 1.4.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Aug 16 2022 Hans Ulrich Niedermann hun@n-dimensional.de - 1.4.12-4 - Pass through some more package flags * Wed Jul 20 2022 Fedora Release Engineering releng@fedoraproject.org - 1.4.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 28 2022 Hans Ulrich Niedermann hun@n-dimensional.de - 1.4.12-1 - Update to beep-1.4.12 with simplified makefile * Thu Jan 27 2022 Hans Ulrich Niedermann hun@n-dimensional.de - 1.4.11-4 - fix broken rpm build from 1.4.11-3 (missing COMPILERS= in %install) * Thu Jan 27 2022 Hans Ulrich Niedermann hun@n-dimensional.de - 1.4.11-3 - only use %doc with absolute paths (removes duplicate listings) - stop using env vars in favour of rpm macros - remove non-functional explicit %attr -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2157788 - Requires: systemd-udev which is not available for epel7 https://bugzilla.redhat.com/show_bug.cgi?id=2157788 --------------------------------------------------------------------------------
================================================================================ cc1541-4.0-3.el8 (FEDORA-EPEL-2023-d519481e9b) Tool for creating Commodore Floppy disk images in D64, G64, D71 or D81 format -------------------------------------------------------------------------------- Update Information:
- Apply two upstream patches fixing verbose file allocation table printout. - Tweak Makefile to build all targets in parallel. - Compile and link test binary during %build stage. -------------------------------------------------------------------------------- ChangeLog:
* Sat Jan 28 2023 Bj��rn Esser besser82@fedoraproject.org - 4.0-3 - Apply two upstream patches fixing verbose file allocation table printout - Tweak Makefile to build all targets in parallel - Compile and link test binary during %build stage * Wed Jan 18 2023 Fedora Release Engineering releng@fedoraproject.org - 4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ chromium-109.0.5414.119-1.el8 (FEDORA-EPEL-2023-0ce720405a) A WebKit (Blink) powered web browser that Google doesn't want you to use -------------------------------------------------------------------------------- Update Information:
Update to 109.0.5414.119. Fixes the following security issues: CVE-2023-0471 CVE-2023-0472 CVE-2023-0473 CVE-2023-0474 -------------------------------------------------------------------------------- ChangeLog:
* Wed Jan 25 2023 Than Ngo than@redhat.com - 109.0.5414.119-1 - update to 109.0.5414.119 * Sun Jan 22 2023 Than Ngo than@redhat.com - 109.0.5414.74-4 - clean up * Wed Jan 18 2023 Fedora Release Engineering releng@fedoraproject.org - 109.0.5414.74-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jan 15 2023 Than Ngo than@redhat.com - 109.0.5414.74-2 - conditionalize system_build_flags - cleaned up gn defines - add BR on python3-importlib-metadata - set correct toolchain gcc|clang - fix FTBFS with gcc13 --------------------------------------------------------------------------------
================================================================================ etckeeper-1.18.20-1.el8 (FEDORA-EPEL-2023-8fe90c6cd1) Store /etc in a SCM system (git, mercurial, bzr or darcs) -------------------------------------------------------------------------------- Update Information:
Update etckeeper to the latest released version. See the upstream changelog for [1.18.19](https://etckeeper.branchable.com/news/version_1.18.19/) and [1.18.20](https://etckeeper.branchable.com/news/version_1.18.20/) for the full list of changes. ---- Update etckeeper to the latest released version. See the upstream changelog for [1.18.18](https://etckeeper.branchable.com/news/version_1.18.18/) for the full list of changes. Additionally, update the patch originally added for [bug 1762693](https://bugzilla.redhat.com/show_bug.cgi?id=1762693). -------------------------------------------------------------------------------- ChangeLog:
* Sat Jan 28 2023 Thomas Moschny thomas.moschny@gmx.de - 1.18.20-1 - Update to 1.18.20. * Fri Dec 2 2022 Thomas Moschny thomas.moschny@gmx.de - 1.18.18-1 - Update to 1.18.18. - Rebase patches. - Update patch to fix logging with Ansible (#1917461). - BuildRequire setuptools when Python >= 3.12. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1917461 - etckeeper dnf plugin doesn't halt dnf on unclean /etc https://bugzilla.redhat.com/show_bug.cgi?id=1917461 --------------------------------------------------------------------------------
================================================================================ fedora-license-data-1.12-1.el8 (FEDORA-EPEL-2023-1a0b73bf84) Fedora Linux license data -------------------------------------------------------------------------------- Update Information:
- address change in LICENSING structure in spec file - Make REUSE conformant - Use revised LicenseRef-Not-Copyrightable - Revise usage note for CC0-1.0 -------------------------------------------------------------------------------- ChangeLog:
* Sat Jan 28 2023 Miroslav Such�� msuchy@redhat.com 1.12-1 - address change in LICENSING structure in spec file - Make REUSE conformant - Use revised LicenseRef-Not-Copyrightable - Revise usage note for CC0-1.0 * Thu Jan 19 2023 Fedora Release Engineering releng@fedoraproject.org - 1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ partclone-0.3.23-1.el8 (FEDORA-EPEL-2023-894501bcc8) Utility to clone and restore a partition -------------------------------------------------------------------------------- Update Information:
# partclone v0.3.23 * Update btrfs clone to 6.0.1 * Create GitHub actions for build test * Support parallel unit-testing * Reflect partclone 0.3.22 release in `configure.ac` * Don't target Btrfs and exFAT tests twice * Create `manual-on-host.yml` -------------------------------------------------------------------------------- ChangeLog:
* Sat Jan 28 2023 Robert Scheck robert@fedoraproject.org 0.3.23-1 - Upgrade to 0.3.23 (#2165166) * Thu Jan 19 2023 Fedora Release Engineering releng@fedoraproject.org - 0.3.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2165166 - partclone-0.3.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2165166 --------------------------------------------------------------------------------
================================================================================ python-AppTools-5.2.0-1.el8 (FEDORA-EPEL-2023-8c6a4d7ede) Enthought Tool Suite Application Tools -------------------------------------------------------------------------------- Update Information:
Build for EPEL8 -------------------------------------------------------------------------------- ChangeLog:
* Thu Aug 18 2022 Orion Poplawski orion@nwra.com - 5.2.0-1 - Update to 5.2.0 * Fri Jul 22 2022 Fedora Release Engineering releng@fedoraproject.org - 5.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint python-maint@redhat.com - 5.1.0-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Sep 2 2021 Chedi Toueiti chedi.toueiti@gmail.com - 5.1.0-1 - Update to version 5.1.0 (#1906657) * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 5.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 4 2021 Python Maint python-maint@redhat.com - 5.0.0-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 5.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 25 2021 Orion Poplawski orion@nwra.com - 5.0.0-1 - Update to 5.0.0 * Tue Jul 28 2020 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hron��ok mhroncok@redhat.com - 4.5.0-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Oct 16 2019 Orion Poplawski orion@nwra.com - 4.5.0-1 - Update to 4.5.0 * Thu Oct 3 2019 Miro Hron��ok mhroncok@redhat.com - 4.4.0-17 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hron��ok mhroncok@redhat.com - 4.4.0-16 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 4.4.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 2 2019 Fedora Release Engineering releng@fedoraproject.org - 4.4.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 28 2018 Miro Hron��ok mhroncok@redhat.com - 4.4.0-13 - Subpackage python-apptools-doc has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Fri Jul 13 2018 Fedora Release Engineering releng@fedoraproject.org - 4.4.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hron��ok mhroncok@redhat.com - 4.4.0-11 - Rebuilt for Python 3.7 * Fri Feb 9 2018 Iryna Shcherbina ishcherb@redhat.com - 4.4.0-10 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 9 2018 Fedora Release Engineering releng@fedoraproject.org - 4.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering releng@fedoraproject.org - 4.4.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 4.4.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Dec 31 2016 Orion Poplawski orion@cora.nwra.com - 4.4.0-6 - Make sure we build docs with python2-sphinx * Mon Dec 19 2016 Miro Hron��ok mhroncok@redhat.com - 4.4.0-5 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.4.0-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Pac... * Wed Mar 2 2016 Orion Poplawski orion@cora.nwra.com - 4.4.0-3 - Build python3 package * Wed Mar 2 2016 Orion Poplawski orion@cora.nwra.com - 4.4.0-2 - Fix requires * Mon Feb 29 2016 Orion Poplawski orion@cora.nwra.com - 4.4.0-1 - Update to 4.4.0 - Ship python2-apptools * Thu Feb 4 2016 Fedora Release Engineering releng@fedoraproject.org - 4.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 25 2015 Orion Poplawski orion@cora.nwra.com - 4.2.1-2 - BR /usr/bin/sphinx-build instead of python-sphinx * Thu Nov 5 2015 Orion Poplawski orion@cora.nwra.com - 4.3.0-1 - Update to 4.3.0 * Thu Jun 18 2015 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 7 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Jan 30 2014 Orion Poplawski orion@cora.nwra.com - 4.2.1-1 - Update to 4.2.1 * Tue Aug 6 2013 Orion Poplawski orion@cora.nwra.com - 4.2.0-3 - Drop BR on python-setupdocs, no longer used * Sun Aug 4 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Apr 30 2013 Orion Poplawski orion@cora.nwra.com - 4.2.0-1 - Update to 4.2.0 - Split off documentation into a separate package * Thu Feb 14 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 8 2011 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jan 5 2011 Rakesh Pandit rakesh@fedoraproject.org 3.4.0-1 - Updated to 3.4.0 * Fri Aug 13 2010 Chen Lei supercyper@163.com 3.3.2-1 - Update spec to match latest guidelines w.r.t %clean - Fix several rpmlint warnings * Wed Jul 21 2010 David Malcolm dmalcolm@redhat.com - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sun Jan 31 2010 Rakesh Pandit rakesh@fedoraproject.org 3.3.0-1 - Updated to 3.3.0 * Sun Jul 26 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jun 12 2009 Rakesh Pandit rakesh@fedoraproject.org 3.2.0-1 - Updated * Thu Jun 4 2009 Rakesh Pandit rakesh@fedoraproject.org 3.1.0-4 - Added README.fedora * Fri Apr 24 2009 Rakesh Pandit rakesh@fedoraproject.org 3.1.0-3 - Removed AppTools.egg-info directory * Fri Mar 6 2009 Rakesh Pandit rakesh@fedoraproject.org 3.1.0-2 - Included examples in %doc, added python-TraitsGUI & python-EnthoughtBase - as Requires. Added html folder. * Tue Jan 27 2009 Rakesh Pandit rakesh@fedoraproject.org 3.1.0-1 - Initial package --------------------------------------------------------------------------------
================================================================================ python-Traits-5.1.2-1.el8 (FEDORA-EPEL-2023-8c6a4d7ede) Explicitly typed attributes for Python -------------------------------------------------------------------------------- Update Information:
Build for EPEL8 -------------------------------------------------------------------------------- ChangeLog:
* Tue Aug 27 2019 Orion Poplawski orion@nwra.com - 5.1.2-1 - Update to 5.1.2 * Mon Aug 19 2019 Miro Hron��ok mhroncok@redhat.com - 5.1.1-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 5.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Apr 18 2019 Orion Poplawski orion@nwra.com - 5.1.1-1 - Update to 5.1.1 * Mon Apr 15 2019 Orion Poplawski orion@nwra.com - 5.1.0-1 - Update to 5.1.0 * Tue Feb 5 2019 Orion Poplawski orion@nwra.com - 5.0.0-1 - Update to 5.0.0 * Sat Feb 2 2019 Fedora Release Engineering releng@fedoraproject.org - 4.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 14 2019 Miro Hron��ok mhroncok@redhat.com - 4.6.0-2 - Subpackage python2-Traits has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Fri Jul 20 2018 Orion Poplawski orion@nwra.com - 4.6.0-1 - Update to 4.6.0 * Fri Jul 13 2018 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-18.gitac5d029 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hron��ok mhroncok@redhat.com - 4.5.0-17.gitac5d029 - Rebuilt for Python 3.7 * Fri Feb 9 2018 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-16.gitac5d029 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 3 2017 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-15.gitac5d029 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-14.gitac5d029 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-13.gitac5d029 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hron��ok mhroncok@redhat.com - 4.5.0-12.gitac5d029 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.5.0-11.gitac5d029 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Pac... * Wed Mar 2 2016 Orion Poplawski orion@cora.nwra.com - 4.5.0-10.gitac5d029 - Provide python2/3-traits * Thu Feb 4 2016 Fedora Release Engineering releng@fedoraproject.org - 4.5.0-9.gitac5d029 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 11 2015 Fedora Release Engineering rel-eng@lists.fedoraproject.org 4.5.0-8.gitac5d029 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Fri Nov 6 2015 Igor Gnatenko i.gnatenko.brain@gmail.com - 4.5.0-7.gitac5d029 - Update to snapshot - Add python3 subpackage * Mon Aug 10 2015 Orion Poplawski orion@cora.nwra.com - 4.5.0-5 - Modernize spec * Thu Jun 18 2015 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 7 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Orion Poplawski orion@cora.nwra.com - 4.5.0-1 - Update to 4.5.0 * Thu Jan 30 2014 Orion Poplawski orion@cora.nwra.com - 4.4.0-1 - Update to 4.4.0 * Tue Aug 6 2013 Orion Poplawski orion@cora.nwra.com - 4.3.0-3 - Drop BR on python-setupdocs, no longer used * Sun Aug 4 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Apr 23 2013 Orion Poplawski orion@cora.nwra.com - 4.3.0-1 - Update to 4.3.0 - Add python lib provides filter - Add Provides: python-traits - Drop line-ending fix, no longer needed - Add %check - Drop %defattr * Thu Feb 14 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 6 2012 Orion Poplawski orion@cora.nwra.com - 4.2.0-1 - Update to 4.2.0 * Sat Jan 14 2012 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 8 2011 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jan 5 2011 Rakesh Pandit rakesh@fedoraproject.org 3.5.0-1 - Updated to 3.5.0 * Fri Aug 13 2010 Chen Lei supercyper@163.com 3.4.0-1 - Update spec to match latest guidelines w.r.t %clean - Fix timestamps for example files - Remove BR:numpy * Wed Jul 21 2010 David Malcolm dmalcolm@redhat.com - 3.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sun Jan 31 2010 Rakesh Pandit rakesh@fedoraproject.org 3.2.0-1 - Updated to 3.2.0 * Sun Jul 26 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jun 12 2009 Rakesh Pandit rakesh@fedoraproject.org 3.1.0-2 - Fixed missing setupdocs BR * Fri Jun 12 2009 Rakesh Pandit rakesh@fedoraproject.org 3.1.0-1 - Updated * Tue Jan 27 2009 Rakesh Pandit rakesh@fedoraproject.org 3.0.2-2 - Fixed permissions for ctraits.so and _speedups.so - Fixed license after confirming from upstream * Sun Dec 7 2008 Rakesh Pandit rakesh@fedoraproject.org 3.0.2-1 - Initial package --------------------------------------------------------------------------------
================================================================================ python-markdown2-2.4.7-1.el8 (FEDORA-EPEL-2023-3d30a31e02) A fast and complete Python implementation of Markdown -------------------------------------------------------------------------------- Update Information:
## python-markdown2 2.4.7 ## - [pull #483] Fix hashing nested HTML blocks - [pull #486] Fix backslash being unable to escape raw HTML tags - [pull #482] Add support for telegram spoiler in extras - [pull #485] mermaid support - [pull #487] Fix escaping ampersands in hrefs - [pull #490] Fix indented codeblocks inside fences (#489) - [pull #490] Remove `code-color` extra -------------------------------------------------------------------------------- ChangeLog:
* Sat Jan 28 2023 Thomas Moschny thomas.moschny@gmx.de - 2.4.7-1 - Update to 2.4.7. * Sat Dec 3 2022 Thomas Moschny thomas.moschny@gmx.de - 2.4.6-1 - Update to 2.4.6. --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org