1
0
python-freezegun/python-freezegun.changes

110 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
Thu Jan 10 14:29:14 CET 2019 - mcepl@suse.com
- Update to 0.3.11:
* Performance improvements
* Fix nesting time.time
* Add nanosecond property
- Remove nose dependency by adding denose.patch
- Remove _u_p37_tests.patch, which is superseeded by new release.
-------------------------------------------------------------------
Tue Dec 4 12:48:13 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Tue Sep 4 16:32:05 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Add remove_dependency_on_mock.patch which removes dependency on
python-mock for Python 3, where it is not required.
-------------------------------------------------------------------
Sun Jul 15 20:55:20 UTC 2018 - mimi.vx@gmail.com
- update to 0.3.10
- add _u_p37_tests.patch
* Performance improvements
* Coroutine support
-------------------------------------------------------------------
Fri Feb 23 20:12:29 UTC 2018 - tbechtold@suse.com
- Drop python-sure BuildRequires. Add python-mock BuildRequires.
-------------------------------------------------------------------
Mon May 22 17:13:40 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Fix source URL
- update to version 0.3.9
* If no time to be frozen, use current time
* Fix uuid1 issues
* Add support for python 3.6
- Remove unused freeze_hideDeps.patch
-------------------------------------------------------------------
Fri Nov 25 07:35:48 UTC 2016 - tbechtold@suse.com
update to version 0.3.8
* Improved unpatching when importing modules after freeze_time start()
* Tidy up tick=True
* PEP8-ify code
* 0.3.7
* Add manual increment via tick method
* Add @zmsmith to authors.
* Clean up and speed up start().
* Globally exclude __pycache__ and py[co] from sdist
* Catch TypeError when fetching attribute values
* Fix bug with time.localtime not being reset. Closes #112.
* Fix test to work when current timezone is GMT-14 or GMT+14.
* 0.3.8
* 0.3.6
* Updated readme.md with svg badges
* Speed up stop() like commit e93c7b4
* Fix assertion in usage example
* Add method to change freezed time
* Fixed #162 - allow decorating old-style classes.
* Add support to PyMySQL
* Cleanup code.
* do not use hex numbers in readme
* Assume the default time to freeze is "now".
* Register fake types in PyMySQL conversions
* Ignore threading and Queue modules. Closes #129.
* Add missing parenthesis
* Lock down coverage version since new coverage doesnt support py3.2
* Add test case
* Fix or py3 astimezone and not passing tz. Closes #138.
* Fixing halfdone work using None parameter for freeze_time(),
when using 'with freeze_time() as ...' syntax.
* Fixed #101 - ignore warnings when patching imported modules.
* Add docs for tick argument.
* Set default tz to None
* Add note about deafult arguments. Closes #140.
* Add license info. Closes #120.
-------------------------------------------------------------------
Fri Feb 26 13:08:39 UTC 2016 - tbechtold@suse.com
- Require python-python-dateutil. package was renamed
-------------------------------------------------------------------
Fri Sep 4 13:28:47 UTC 2015 - toddrme2178@gmail.com
- Update to 0.3.5
* No upstream changelog
- Remove unneeded freeze_hideDeps.patch
-------------------------------------------------------------------
Mon Feb 9 15:26:49 UTC 2015 - p.drouand@gmail.com
- Use download Url as source
- Use tarball provided by pypi
-------------------------------------------------------------------
Sun Feb 1 18:43:03 UTC 2015 - rjschwei@suse.com
- Initial build version 0.2.8
+ add freeze_hideDeps.patch