Changelog for
python3-smmap-5.0.0-qubes.bp154.2.46.noarch.rpm :
* Tue Feb 22 2022 Dirk Müller
- update to 5.0.0:
* Dropped support 3.5
* Added support for Python 3.10
* Mon Jul 19 2021 Dirk Müller - update to 4.0.0:
* drop python 2 support
* Mon Feb 01 2021 Dirk Müller - update to 3.0.5: - Restored Python 2 support removed in v3.0.2
* Sun Aug 16 2020 John Vandenberg - Replace nose with pytest
* Sun Jun 14 2020 Dirk Mueller - update to 3.0.4
* minor changes
* Wed Apr 15 2020 Marketa Calabkova - update to 3.0.2
* Add github actions
* Remove basestring reference, no py2 support
* Update badges to represent reality
* Change required key to 2CF
*, which seems to be the only good one
* Mon Mar 30 2020 Tomáš Chvátal - Install doc/license- Sync the package with smmap2 to have the same fixes in
* Mon Mar 16 2020 Dirk Mueller - update to 3.0.1:
* Switched back to the smmap package name on PyPI and fixed the smmap2 mirror package (#44)
* Fixed setup.py long_description rendering (#40)- remove delete_platform_specific_test.patch (upstream)
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue Aug 15 2017 daniel.molkentinAATTsuse.com- Converted to python singlespec
* Tue May 05 2015 benoit.moninAATTgmx.fr- update to version 0.9.0:
* Fixed issue with resources never being freed as mmaps were never closed
* Client counting is now done manually, instead of relying on pyton\'s reference count- additional changes from version 0.8.5:
* Fixed Python 3.0-3.3 regression, which also causes smmap to become about 3 times slower depending on the code path. It\'s related to this bug (http://bugs.python.org/issue15958), which was fixed in python 3.4- additional changes from version 0.8.4:
* Fixed Python 3 performance regression- additional changes from version 0.8.3:
* Cleaned up code and assured it works sufficiently well with python 3- update project URL- add fdupes as BuildRequires and call it after install- add dependencies (nose, nosexcover) for the tests- add delete_platform_specific_test.patch: fix tests on powerpc- pass -q to the test to avoid spamming the build log