Accepting request 441940 from home:tbechtold:branches:devel:languages:python
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(), OBS-URL: https://build.opensuse.org/request/show/441940 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=8
This commit is contained in:
parent
195002770f
commit
28af8591bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee59b2eedd4011eeaae8a95eec31aa977ec355df7f4eca1067f402cb79429e0a
|
|
||||||
size 43439
|
|
3
freezegun-0.3.8.tar.gz
Normal file
3
freezegun-0.3.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a184d75f850e408e38daae15132a0c13fba8336ca78b92378432ec154743c3e9
|
||||||
|
size 17447
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Feb 26 13:08:39 UTC 2016 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-freezegun
|
Name: python-freezegun
|
||||||
Version: 0.3.5
|
Version: 0.3.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/spulec/freezegun
|
Url: https://github.com/spulec/freezegun
|
||||||
Summary: Mock time date for Python
|
Summary: Mock time date for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://pypi.python.org/packages/source/f/freezegun/freezegun-%{version}.tar.gz
|
Source: https://pypi.io/packages/source/f/freezegun/freezegun-%{version}.tar.gz
|
||||||
# Patch0: freeze_hideDeps.patch
|
# Patch0: freeze_hideDeps.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user