forked from pool/python-smmap
Matej Cepl
9c624aa63b
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smmap?expand=0&rev=11
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 4 12:54:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 15 17:49:10 UTC 2017 - daniel.molkentin@suse.com
|
|
|
|
- Converted to python singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 5 17:54:52 UTC 2015 - benoit.monin@gmx.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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:14:45 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 14 13:40:44 UTC 2012 - saschpe@suse.de
|
|
|
|
- Use upstream tarball
|
|
- Simplified macro usage
|
|
- Run testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 19 02:02:31 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 0.8.2:
|
|
- Sorry, no changelog yet.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 6 22:09:01 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
- Initial package (0.8.1) for openSUSE.
|