Hello community,
here is the log from the commit of package python-PeakUtils for
openSUSE:Factory checked in at 2019-01-28 20:48:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PeakUtils (Old)
and /work/SRC/openSUSE:Factory/.python-PeakUtils.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PeakUtils"
Mon Jan 28 20:48:43 2019 rev:3 rq:668896 version:1.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PeakUtils/python-PeakUtils.changes
2018-10-11 12:01:10.577586891 +0200
+++
/work/SRC/openSUSE:Factory/.python-PeakUtils.new.28833/python-PeakUtils.changes
2019-01-28 20:49:42.417825315 +0100
@@ -1,0 +2,12 @@
+Sun Jan 27 02:40:52 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 1.3.2:
+ * Fix description type
+
+- changes from version 1.3.1:
+ * Simplify setup.py and add missing fields
+
+-------------------------------------------------------------------
Old:
----
PeakUtils-1.3.0.tar.gz
New:
----
PeakUtils-1.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PeakUtils.spec ++++++
--- /var/tmp/diff_new_pack.PeKUiK/_old 2019-01-28 20:49:42.869824838 +0100
+++ /var/tmp/diff_new_pack.PeKUiK/_new 2019-01-28 20:49:42.873824834 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-PeakUtils
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PeakUtils
-Version: 1.3.0
+Version: 1.3.2
Release: 0
Summary: Peak detection utilities for 1D data
License: MIT
++++++ PeakUtils-1.3.0.tar.gz -> PeakUtils-1.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PeakUtils-1.3.0/PKG-INFO new/PeakUtils-1.3.2/PKG-INFO
--- old/PeakUtils-1.3.0/PKG-INFO 2018-09-06 19:41:36.000000000 +0200
+++ new/PeakUtils-1.3.2/PKG-INFO 2019-01-24 16:13:59.000000000 +0100
@@ -1,12 +1,48 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: PeakUtils
-Version: 1.3.0
+Version: 1.3.2
Summary: Peak detection utilities for 1D data
Home-page: https://bitbucket.org/lucashnegri/peakutils
Author: Lucas Hermann Negri
Author-email: [email protected]
License: MIT
-Description: UNKNOWN
+Description: PeakUtils
+ =========
+
+ .. image:: https://zenodo.org/badge/102883046.svg
+ :target: https://zenodo.org/badge/latestdoi/102883046
+
+ This package provides utilities related to the detection of peaks on
1D data.
+ Includes functions to estimate baselines, finding the indexes of peaks
in the data
+ and performing Gaussian fitting or centroid computation to further
increase the
+ resolution of the peak detection.
+
+ The documentation is available at
http://peakutils.readthedocs.io/en/latest .
+
+ Installation
+ ------------
+
+ To install PeakUtils from the source package, run:
+
+ .. code-block:: bash
+
+ python setup.py install
+
+ PeakUtils targets Python 2.7+ and depends on numpy, scipy, and
optionally on
+ matplotlib.
+
+ Contribute
+ ----------
+
+ - Source Code: https://bitbucket.org/lucashnegri/peakutils
+ - Issues: https://bitbucket.org/lucashnegri/peakutils/issues
+ - Direct contact: Lucas Hermann Negri - lucashnegri <at> gmail.com
+
+ License
+ -------
+
+ The project is licensed under the MIT license.
+
Keywords: peak detection search gaussian centroid baseline maximum
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
@@ -14,3 +50,4 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
+Description-Content-Type: text/x-rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PeakUtils-1.3.0/PeakUtils.egg-info/PKG-INFO
new/PeakUtils-1.3.2/PeakUtils.egg-info/PKG-INFO
--- old/PeakUtils-1.3.0/PeakUtils.egg-info/PKG-INFO 2018-09-06
19:41:35.000000000 +0200
+++ new/PeakUtils-1.3.2/PeakUtils.egg-info/PKG-INFO 2019-01-24
16:13:59.000000000 +0100
@@ -1,12 +1,48 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: PeakUtils
-Version: 1.3.0
+Version: 1.3.2
Summary: Peak detection utilities for 1D data
Home-page: https://bitbucket.org/lucashnegri/peakutils
Author: Lucas Hermann Negri
Author-email: [email protected]
License: MIT
-Description: UNKNOWN
+Description: PeakUtils
+ =========
+
+ .. image:: https://zenodo.org/badge/102883046.svg
+ :target: https://zenodo.org/badge/latestdoi/102883046
+
+ This package provides utilities related to the detection of peaks on
1D data.
+ Includes functions to estimate baselines, finding the indexes of peaks
in the data
+ and performing Gaussian fitting or centroid computation to further
increase the
+ resolution of the peak detection.
+
+ The documentation is available at
http://peakutils.readthedocs.io/en/latest .
+
+ Installation
+ ------------
+
+ To install PeakUtils from the source package, run:
+
+ .. code-block:: bash
+
+ python setup.py install
+
+ PeakUtils targets Python 2.7+ and depends on numpy, scipy, and
optionally on
+ matplotlib.
+
+ Contribute
+ ----------
+
+ - Source Code: https://bitbucket.org/lucashnegri/peakutils
+ - Issues: https://bitbucket.org/lucashnegri/peakutils/issues
+ - Direct contact: Lucas Hermann Negri - lucashnegri <at> gmail.com
+
+ License
+ -------
+
+ The project is licensed under the MIT license.
+
Keywords: peak detection search gaussian centroid baseline maximum
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
@@ -14,3 +50,4 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
+Description-Content-Type: text/x-rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PeakUtils-1.3.0/docs/conf.py
new/PeakUtils-1.3.2/docs/conf.py
--- old/PeakUtils-1.3.0/docs/conf.py 2018-02-13 15:21:34.000000000 +0100
+++ new/PeakUtils-1.3.2/docs/conf.py 2019-01-24 15:51:18.000000000 +0100
@@ -25,7 +25,7 @@
# General information about the project.
project = 'PeakUtils'
-copyright = '2014 - 2018, Lucas Hermann Negri'
+copyright = '2014 - 2019, Lucas Hermann Negri'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PeakUtils-1.3.0/peakutils/__init__.py
new/PeakUtils-1.3.2/peakutils/__init__.py
--- old/PeakUtils-1.3.0/peakutils/__init__.py 2018-09-06 19:40:09.000000000
+0200
+++ new/PeakUtils-1.3.2/peakutils/__init__.py 2019-01-24 16:11:45.000000000
+0100
@@ -2,4 +2,4 @@
from .peak import *
from .prepare import *
-__version__ = '1.3.0'
+__version__ = '1.3.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PeakUtils-1.3.0/setup.py new/PeakUtils-1.3.2/setup.py
--- old/PeakUtils-1.3.0/setup.py 2018-09-06 19:39:48.000000000 +0200
+++ new/PeakUtils-1.3.2/setup.py 2019-01-24 16:11:37.000000000 +0100
@@ -1,47 +1,20 @@
-from setuptools import setup, Command
-
-
-class my_clean(Command):
-
- description = "Removes the generated files from the directory"
- user_options = []
-
- def initialize_options(self):
- pass
-
- def run(self):
- import os
- import shutil
-
- try:
- os.remove('MANIFEST')
- except:
- pass
-
- dirs = ['peakutils/__pycache__', 'PeakUtils.egg-info', 'build', 'dist']
-
- for dir in dirs:
- shutil.rmtree(dir, True)
-
- def finalize_options(self):
- pass
-
+from setuptools import setup
with open('README.rst') as readme:
long_description = readme.read()
setup(
name='PeakUtils',
- version='1.3.0',
+ version='1.3.2',
description='Peak detection utilities for 1D data',
+ long_description=long_description,
+ long_description_content_type="text/x-rst",
author='Lucas Hermann Negri',
author_email='[email protected]',
url='https://bitbucket.org/lucashnegri/peakutils',
packages=['peakutils'],
install_requires=['numpy', 'scipy'],
- cmdclass={
- 'clean': my_clean,
- },
+ tests_require=['pandas'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',