commit python-pypet for openSUSE:Factory

2020-06-30 Thread root
Hello community,

here is the log from the commit of package python-pypet for openSUSE:Factory 
checked in at 2020-06-30 21:56:45

Comparing /work/SRC/openSUSE:Factory/python-pypet (Old)
 and  /work/SRC/openSUSE:Factory/.python-pypet.new.3060 (New)


Package is "python-pypet"

Tue Jun 30 21:56:45 2020 rev:4 rq:817771 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pypet/python-pypet.changes
2018-08-03 12:40:30.563855943 +0200
+++ /work/SRC/openSUSE:Factory/.python-pypet.new.3060/python-pypet.changes  
2020-06-30 21:56:48.266821850 +0200
@@ -1,0 +2,12 @@
+Tue Jun 23 20:05:26 UTC 2020 - Todd R 
+
+- Update to 0.5.1
+  * Updated package description to automatically convert md to rst for pypi
+  * Updated pngpath for Sphinx
+- Update to 0.5.0
+  * Fix to work with pandas 1.0
+  * Fix to work with brian2 2.3
+  * Fix to work with Python 3.7 and 3.8
+  * Removal `expectedrows` and `filters` option for HDF5Storage.put as this is 
no longer supported by pandas
+
+---

Old:

  pypet-0.4.3.tar.gz

New:

  pypet-0.5.1.tar.gz



Other differences:
--
++ python-pypet.spec ++
--- /var/tmp/diff_new_pack.6NAytZ/_old  2020-06-30 21:56:48.890823781 +0200
+++ /var/tmp/diff_new_pack.6NAytZ/_new  2020-06-30 21:56:48.894823793 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pypet
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,16 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-# Tests take forever
-%bcond_with test
+%bcond_without  test
 Name:   python-pypet
-Version:0.4.3
+Version:0.5.1
 Release:0
 Summary:Parameter exploration and storage of results for numerical 
simulations
 License:BSD-3-Clause
@@ -36,7 +35,6 @@
 BuildRequires:  %{python_module numpy >= 1.6.1}
 BuildRequires:  %{python_module pandas >= 0.15.0}
 BuildRequires:  %{python_module scipy >= 0.9.0}
-BuildRequires:  %{python_module scoop >= 0.7.1}
 BuildRequires:  %{python_module tables >= 3.1.1}
 %endif
 Requires:   python-numpy >= 1.6.1
@@ -74,11 +72,13 @@
 %if %{with test}
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py test
+pushd pypet/tests
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+$python -B all_single_core_tests.py
+}
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE
 %{python_sitelib}/*

++ pypet-0.4.3.tar.gz -> pypet-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pypet-0.4.3/LICENSE new/pypet-0.5.1/LICENSE
--- old/pypet-0.4.3/LICENSE 2018-06-24 19:39:52.0 +0200
+++ new/pypet-0.5.1/LICENSE 2020-06-01 22:42:02.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2018, Robert Meyer
+Copyright (c) 2013-2020, Robert Meyer
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without 
modification,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pypet-0.4.3/PKG-INFO new/pypet-0.5.1/PKG-INFO
--- old/pypet-0.4.3/PKG-INFO2018-06-24 20:51:52.0 +0200
+++ new/pypet-0.5.1/PKG-INFO2020-06-02 12:57:56.386352800 +0200
@@ -1,19 +1,45 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: pypet
-Version: 0.4.3
+Version: 0.5.1
 Summary: A toolkit for numerical simulations to allow easy parameter 
exploration and storage of results.
 Home-page: https://github.com/SmokinCaterpillar/pypet
 Author: Robert Meyer
-Author-email: robert.me...@ni.tu-berlin.de
+Author-email: robert.me...@alcemy.tech
 License: BSD
-Description: # pypet
+Description: 
+pypet
+=
+
+
+.. image:: 
https://travis-ci.org/SmokinCaterpillar/pypet.svg?branch=master
+   :target: https://travis-ci.org/SmokinCaterpillar/pypet
+   :alt: Travis Build Status
+
+
+.. image:: 
https://ci.appveyor.com/api/projects/status/9amhj3iyf105xa2y/branch/master?svg=true
+   :target: 
https://ci.appveyor.com/project/SmokinCaterpillar/pypet/branch/master
+   :alt: Appveyor Build status
+
+
+.. image:: 

commit python-pypet for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package python-pypet for openSUSE:Factory 
checked in at 2018-08-03 12:40:29

Comparing /work/SRC/openSUSE:Factory/python-pypet (Old)
 and  /work/SRC/openSUSE:Factory/.python-pypet.new (New)


Package is "python-pypet"

Fri Aug  3 12:40:29 2018 rev:3 rq:627216 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pypet/python-pypet.changes
2018-05-29 10:31:41.261804045 +0200
+++ /work/SRC/openSUSE:Factory/.python-pypet.new/python-pypet.changes   
2018-08-03 12:40:30.563855943 +0200
@@ -1,0 +2,7 @@
+Fri Aug  3 03:47:08 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 0.4.3
+  * DEPR: Removed pandas Panel and Panel4D (see also 
https://github.com/pandas-dev/pandas/pull/13776)
+  * Removed support for Python 3.3 and 3.4
+
+---

Old:

  pypet-0.4.2.tar.gz

New:

  pypet-0.4.3.tar.gz



Other differences:
--
++ python-pypet.spec ++
--- /var/tmp/diff_new_pack.rXOBtN/_old  2018-08-03 12:40:30.915856468 +0200
+++ /var/tmp/diff_new_pack.rXOBtN/_new  2018-08-03 12:40:30.919856474 +0200
@@ -21,7 +21,7 @@
 # Tests take forever
 %bcond_with test
 Name:   python-pypet
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Parameter exploration and storage of results for numerical 
simulations
 License:BSD-3-Clause

++ pypet-0.4.2.tar.gz -> pypet-0.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pypet-0.4.2/PKG-INFO new/pypet-0.4.3/PKG-INFO
--- old/pypet-0.4.2/PKG-INFO2017-12-03 12:47:06.0 +0100
+++ new/pypet-0.4.3/PKG-INFO2018-06-24 20:51:52.0 +0200
@@ -1,15 +1,19 @@
 Metadata-Version: 1.1
 Name: pypet
-Version: 0.4.2
+Version: 0.4.3
 Summary: A toolkit for numerical simulations to allow easy parameter 
exploration and storage of results.
 Home-page: https://github.com/SmokinCaterpillar/pypet
 Author: Robert Meyer
 Author-email: robert.me...@ni.tu-berlin.de
 License: BSD
-Description: =
-pypet
-=
+Description: # pypet
 
+[![Travis Build 
Status](https://travis-ci.org/SmokinCaterpillar/pypet.svg?branch=master)](https://travis-ci.org/SmokinCaterpillar/pypet)
+[![Appveyor Build 
status](https://ci.appveyor.com/api/projects/status/9amhj3iyf105xa2y/branch/master?svg=true)](https://ci.appveyor.com/project/SmokinCaterpillar/pypet/branch/master)
+[![Coverage 
Status](https://coveralls.io/repos/github/SmokinCaterpillar/pypet/badge.svg?branch=master)](https://coveralls.io/github/SmokinCaterpillar/pypet?branch=master)
+[![Codacy 
Badge](https://api.codacy.com/project/badge/grade/86268960751442799fcf6192b36e386f)](https://www.codacy.com/app/robert-meyer/pypet)
+[![PyPI 
version](https://badge.fury.io/py/pypet.svg)](https://badge.fury.io/py/pypet)
+[![Documentation 
Status](https://readthedocs.org/projects/pypet/badge/?version=latest)](http://pypet.readthedocs.io/en/latest/?badge=latest)
 
 The new python parameter exploration toolkit:
 *pypet* manages exploration of the parameter space
@@ -21,19 +25,17 @@
 analyses becomes a piece of cake!
 
 
-
-Requirements
-
+## Requirements
 
-Python 3.4, 3.5, or 3.6 and
+Python 3.5 or 3.6 and
 
 * tables >=  3.1.1
 
-* pandas >= 0.15.0
+* pandas >= 0.20.0
 
-* numpy >= 1.6.1
+* numpy >= 1.12.0
 
-* scipy >= 0.9.0
+* scipy >= 0.17.0
 
 * HDF5 >= 1.8.9
 
@@ -61,18 +63,14 @@
 * Sumatra >= 0.7.1
 
 
---
-Python 2.7
---
+## Python 2.7
 
 This release no longer supports Python 2.7.
 If you are still using Python 2.7, you need to
 use the pypet legacy version 0.3.0 
(https://pypi.python.org/pypi/pypet/0.3.0).
 
 
-
-What is pypet all about?
-
+# What is pypet all about?
 
 Whenever you do numerical simulations in science, you come across two 
major challenges.
 First, you need some way to save your data. Secondly, you extensively 
explore the parameter space.
@@ -100,9 +98,7 @@
 (http://www.pytables.org/).
 
 
-
-Package Organization
-
+## Package Organization
 
 This project encompasses these core modules:
 
@@ -118,9 +114,7 

commit python-pypet for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package python-pypet for openSUSE:Factory 
checked in at 2018-05-29 10:31:26

Comparing /work/SRC/openSUSE:Factory/python-pypet (Old)
 and  /work/SRC/openSUSE:Factory/.python-pypet.new (New)


Package is "python-pypet"

Tue May 29 10:31:26 2018 rev:2 rq:610489 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pypet/python-pypet.changes
2018-05-15 10:32:43.805668809 +0200
+++ /work/SRC/openSUSE:Factory/.python-pypet.new/python-pypet.changes   
2018-05-29 10:31:41.261804045 +0200
@@ -1,0 +2,5 @@
+Fri May 18 17:38:07 UTC 2018 - jeng...@inai.de
+
+- Don't assume any specific user in the description.
+
+---



Other differences:
--
++ python-pypet.spec ++
--- /var/tmp/diff_new_pack.WfrEQ0/_old  2018-05-29 10:31:42.725749971 +0200
+++ /var/tmp/diff_new_pack.WfrEQ0/_new  2018-05-29 10:31:42.729749823 +0200
@@ -53,11 +53,10 @@
 %python_subpackages
 
 %description
-The new python parameter exploration toolkit: pypet manages
-exploration of the parameter space of any numerical
-simulation in python, thereby storing your data into HDF5
-files for you. Moreover, pypet offers a new data container
-which lets you access all your parameters and results
+pypet is the Python parameter exploration toolkit. pypet manages
+exploration of the parameter space of any numerical simulation in
+Python, thereby storing data into HDF5 files. Moreover, pypet offers
+a data container which gives access to all parameters and results
 from a single source.
 
 %prep