diff --git a/param-1.2.1.tar.gz b/param-1.2.1.tar.gz deleted file mode 100644 index 9fed6a1..0000000 --- a/param-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e560c44232186dada63f3189d44829bcec306edeb6cccef86b07fd392768f300 -size 44687 diff --git a/param-1.3.1.tar.gz b/param-1.3.1.tar.gz new file mode 100644 index 0000000..fe6f5be --- /dev/null +++ b/param-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46735bfd351c9c899b4829f3aae5d1913a0dbe31ecc559b12d41d2cfd5225d9a +size 49949 diff --git a/python-param.changes b/python-param.changes index 24cf2ad..b9900c5 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,5 +1,30 @@ +------------------------------------------------------------------- +Fri Apr 10 13:47:17 UTC 2015 - toddrme2178@gmail.com + +- update to version 1.3.1: + * Minor bugfix release to restore pre-1.3.0 script_repr behavior + (accidentally changed in 1.3.0) and to fix issues with logging. + * Param’s logging interface now matches that of Python’s logging + module, making it simpler to use logging (see Python’s logging + module for details). Note therefore that Param’s logging methods + (a) no longer call functions that are passed as arguments + (instead, Python’s logging module does lazy string merges), and + (b) no longer automatically combine strings passed as arguments + (instead, Python’s logging module supports string formatting). +- update to version 1.3.0: + * Added ‘allow_None’ support to all Parameters. Any subclass of + Parameter that checks types and/or values should be modified to + add appropriate handling of allow_None. + * Improved pretty printing (script_repr) of Parameterized instances, + and made available via the pprint method. The script_repr name + will be removed in a future release. + * Added (reproducible) time-dependent random streams + (numbergen.TimeAwareRandomState). + * Added label and unit parameters to param.Time class. + * Improved optional IPython extension. + ------------------------------------------------------------------- Mon Jul 14 11:33:03 UTC 2014 - toddrme2178@gmail.com -- - Initial version +- Initial version diff --git a/python-param.spec b/python-param.spec index feffd2f..d290d68 100644 --- a/python-param.spec +++ b/python-param.spec @@ -1,7 +1,7 @@ # # spec file for package python-param # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-param -Version: 1.2.1 +Version: 1.3.1 Release: 0 Summary: Declarative Python programming using Parameters License: BSD-3-Clause