From cdbb662e189aac775969419f45938a151480fecc359abc3f8bd1669874afd1ff Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 10 Jul 2015 08:20:42 +0000 Subject: [PATCH] Accepting request 315793 from home:TheBlackCat:branches:devel:languages:python update to version 1.3.2 OBS-URL: https://build.opensuse.org/request/show/315793 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=3 --- param-1.3.1.tar.gz | 3 --- param-1.3.2.tar.gz | 3 +++ python-param.changes | 15 +++++++++++++++ python-param.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 param-1.3.1.tar.gz create mode 100644 param-1.3.2.tar.gz diff --git a/param-1.3.1.tar.gz b/param-1.3.1.tar.gz deleted file mode 100644 index fe6f5be..0000000 --- a/param-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46735bfd351c9c899b4829f3aae5d1913a0dbe31ecc559b12d41d2cfd5225d9a -size 49949 diff --git a/param-1.3.2.tar.gz b/param-1.3.2.tar.gz new file mode 100644 index 0000000..d37880f --- /dev/null +++ b/param-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df43b5dd653ac47e6aced6eec698ab1e4d92fb99cda5b5abbb17425940657060 +size 49689 diff --git a/python-param.changes b/python-param.changes index b9900c5..0e230c2 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jul 10 08:16:23 UTC 2015 - toddrme2178@gmail.com + +- update to version 1.3.2: + * Updated unit test of ParamPager in the param IPython extension + * Suppressing default parameter object names from the ParamPager + title + * Made _get_param_info and _param_docstrings methods of Pager public + * Unicode support for param.String + * Added shield displaying all supported Python versions + * Added check for default value of String + * Minor fix to logging: python loggers can accept keyword arguments. + * Fixed Pyflakes errors + * Fixed trailing whitespaces + ------------------------------------------------------------------- Fri Apr 10 13:47:17 UTC 2015 - toddrme2178@gmail.com diff --git a/python-param.spec b/python-param.spec index d290d68..8968811 100644 --- a/python-param.spec +++ b/python-param.spec @@ -17,7 +17,7 @@ Name: python-param -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Declarative Python programming using Parameters License: BSD-3-Clause