15
0
forked from pool/python-param

Accepting request 437354 from home:TheBlackCat:branches:devel:languages:python

Update to 1.4.2

OBS-URL: https://build.opensuse.org/request/show/437354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=4
This commit is contained in:
Todd R
2016-10-25 21:35:29 +00:00
committed by Git OBS Bridge
parent cdbb662e18
commit 838372bad4
4 changed files with 44 additions and 6 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Oct 25 20:58:02 UTC 2016 - toddrme2178@gmail.com
- Update to version 1.4.2:
* Improved version reporting from version module
* Minor bugfixes
- update to version 1.4.1:
* Changed Selector parameters to respect order of provided options
* Allow softbounds to be accessed like an attribute
- update to version 1.4.0:
* Improved import ordering in parameterized.py
* Fixed problematic travis shield link
* Added 1.3.2 release notes
* Add pypy to .travis.yml
* Updated badge definitions to point to working URLS
* Added optional support for setuptools in setup.py
* Removed out-of-date pyflakes ignore (imports are used). 69d00b5
* Added flake8 to travis config (and for now, output does not affect...
* flake8: ignore rule about white space after comma
* Fixed the 'python versions' shield.
* Enabled cythonizing of param modules if Cython is available
* Removed testing of Python 3.2 from travis.yml
* Added shared_parameters context manager
* Added unit test for shared_parameters context manager
* Skip processing non-parameterized classes in setup_param
* Update index.rst
* Fixed formatting in docs
* Fixed date in docs
* Fixed typo in docs
* Cleaned up get_range 6942b4f
* Fixed formatting of print_param_defaults under Python2.7 and
Python3
* Added new Parameter types from the paramnb project
* Fixed previous commit for Python2.6 compatibility
* Fixed tests for python2.6 compatibility
* commit_count can now be set via the Version constructor
* Updated docstring of param.Version constructor
-------------------------------------------------------------------
Fri Jul 10 08:16:23 UTC 2015 - toddrme2178@gmail.com