diff --git a/param-1.3.2.tar.gz b/param-1.3.2.tar.gz deleted file mode 100644 index d37880f..0000000 --- a/param-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df43b5dd653ac47e6aced6eec698ab1e4d92fb99cda5b5abbb17425940657060 -size 49689 diff --git a/param-1.4.2.tar.gz b/param-1.4.2.tar.gz new file mode 100644 index 0000000..b84b4f0 --- /dev/null +++ b/param-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2060623885d413238292f7b86b876ac4de0c5f5d9f4c76c021dc9bef043e73c3 +size 50990 diff --git a/python-param.changes b/python-param.changes index 0e230c2..3b8f953 100644 --- a/python-param.changes +++ b/python-param.changes @@ -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 diff --git a/python-param.spec b/python-param.spec index 8968811..aaa852c 100644 --- a/python-param.spec +++ b/python-param.spec @@ -1,7 +1,7 @@ # # spec file for package python-param # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,13 +17,13 @@ Name: python-param -Version: 1.3.2 +Version: 1.4.2 Release: 0 Summary: Declarative Python programming using Parameters License: BSD-3-Clause Group: Development/Languages/Python Url: http://ioam.github.com/param/ -Source: https://pypi.python.org/packages/source/p/param/param-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/param/param-%{version}.tar.gz BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110