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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df43b5dd653ac47e6aced6eec698ab1e4d92fb99cda5b5abbb17425940657060
size 49689

3
param-1.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2060623885d413238292f7b86b876ac4de0c5f5d9f4c76c021dc9bef043e73c3
size 50990

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

View File

@@ -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