Hello community,

here is the log from the commit of package python-praatio for openSUSE:Factory 
checked in at 2020-02-03 11:13:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-praatio (Old)
 and      /work/SRC/openSUSE:Factory/.python-praatio.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-praatio"

Mon Feb  3 11:13:15 2020 rev:5 rq:768820 version:3.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-praatio/python-praatio.changes    
2019-07-28 10:22:12.312568514 +0200
+++ /work/SRC/openSUSE:Factory/.python-praatio.new.26092/python-praatio.changes 
2020-02-03 11:13:20.173845475 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 15:14:20 UTC 2020 - Todd R <toddrme2...@gmail.com>
+
+- Update to 3.8.1
+  * Verifying support for python 3.8
+
+-------------------------------------------------------------------

Old:
----
  praatIO-3.8.0.tar.gz

New:
----
  praatIO-3.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-praatio.spec ++++++
--- /var/tmp/diff_new_pack.x8w7Vt/_old  2020-02-03 11:13:20.977845882 +0100
+++ /var/tmp/diff_new_pack.x8w7Vt/_new  2020-02-03 11:13:20.977845882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-praatio
 #
-# Copyright (c) 2019 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-praatio
-Version:        3.8.0
+Version:        3.8.1
 Release:        0
 Summary:        A library for working with praat
 License:        MIT
@@ -27,10 +27,12 @@
 URL:            https://github.com/timmahrt/praatIO
 Source0:        
https://github.com/timmahrt/praatIO/archive/v%{version}.tar.gz#/praatIO-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Recommends:     praat
+# SECTION test requirements
+BuildRequires:  %{python_module nose}
+# /SECTION
 BuildArch:      noarch
 %python_subpackages
 
@@ -54,10 +56,9 @@
 %prep
 %setup -q -n praatIO-%{version}
 # This file was from a different author, and its inclusion under MIT is not 
clear
+# See: https://github.com/timmahrt/praatIO/issues/16
 rm praatio/utilities/xsampa.py
 
-dos2unix examples/files/mary.TextGrid
-
 %build
 %python_build
 
@@ -69,9 +70,7 @@
 # Reset examples after Python 2 test run
 cp -rp examples examples-orig
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-cd examples
-$python -m unittest test.io_tests test.integration_tests test.tg_tests
-cd ..
+nosetests-%{$python_bin_suffix} --exe
 if [ -d examples-orig ]; then
   rm -r examples
   mv examples-orig examples

++++++ praatIO-3.8.0.tar.gz -> praatIO-3.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/praatIO-3.8.0/.travis.yml 
new/praatIO-3.8.1/.travis.yml
--- old/praatIO-3.8.0/.travis.yml       2019-07-24 16:17:13.000000000 +0200
+++ new/praatIO-3.8.1/.travis.yml       2019-12-08 08:12:29.000000000 +0100
@@ -4,6 +4,8 @@
   - "3.4"
   - "3.5"
   - "3.6"
+  - "3.7"
+  - "3.8"
 install:
   - python setup.py install
   - pip install coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/praatIO-3.8.0/README.md new/praatIO-3.8.1/README.md
--- old/praatIO-3.8.0/README.md 2019-07-24 16:17:13.000000000 +0200
+++ new/praatIO-3.8.1/README.md 2019-12-08 08:12:29.000000000 +0100
@@ -1,9 +1,9 @@
 
 # praatIO
 
-[![](https://badges.gitter.im/praatio/Lobby.svg)](https://gitter.im/praatio/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
[![](https://travis-ci.org/timmahrt/praatIO.svg?branch=master)](https://travis-ci.org/timmahrt/praatIO)
 
[![](https://coveralls.io/repos/github/timmahrt/praatIO/badge.svg?)](https://coveralls.io/github/timmahrt/praatIO?branch=master)
 
[![](https://img.shields.io/badge/license-MIT-blue.svg?)](http://opensource.org/licenses/MIT)
 
[![](https://img.shields.io/pypi/v/praatio.svg)](https://pypi.org/project/praatio/)
+[![](https://travis-ci.org/timmahrt/praatIO.svg?branch=master)](https://travis-ci.org/timmahrt/praatIO)
 
[![](https://coveralls.io/repos/github/timmahrt/praatIO/badge.svg?)](https://coveralls.io/github/timmahrt/praatIO?branch=master)
 
[![](https://img.shields.io/badge/license-MIT-blue.svg?)](http://opensource.org/licenses/MIT)
 
[![](https://img.shields.io/pypi/v/praatio.svg)](https://pypi.org/project/praatio/)
 
-*Questions?  Comments?  Feedback?  Chat with us on gitter!*
+*Questions?  Comments?  Feedback? 
[![](https://badges.gitter.im/praatio/Lobby.svg)](https://gitter.im/praatio/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)*
 
 -----
 
@@ -21,7 +21,7 @@
 1. [Common Use Cases](#common-use-cases)
 2. [Documentation](#documentation)
 3. [Tutorials](#tutorials)
-4. [Major revisions](#major-revisions)
+4. [Version History](#version-history)
 5. [Requirements](#requirements)
 6. [Usage](#usage)
 7. [Installation](#installation)
@@ -87,7 +87,14 @@
 [Tutorial 1: An introduction and 
tutorial](<https://nbviewer.jupyter.org/github/timmahrt/praatIO/blob/master/tutorials/tutorial1_intro_to_praatio.ipynb>)
     
     
-## Major revisions
+## Version History
+
+*Praatio uses semantic versioning (Major.Minor.Patch)*
+
+Ver 3.8 (July 24, 2019)
+- Textgrids can be saved in the Textgrid long file format with .save(fn, 
useShortForm=False).
+    - For backwards compatibility, by default, it saves in the short file 
format.
+- Textgrid output formatting is now closer to what Praat outputs.
 
 Ver 3.7 (March 17, 2019)
 - Speaker normalization and normalization within local context added to pitch 
and intensity query functions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/praatIO-3.8.0/setup.py new/praatIO-3.8.1/setup.py
--- old/praatIO-3.8.0/setup.py  2019-07-24 16:17:13.000000000 +0200
+++ new/praatIO-3.8.1/setup.py  2019-12-08 08:12:29.000000000 +0100
@@ -8,7 +8,7 @@
 from setuptools import setup
 import io
 setup(name='praatio',
-      version='3.8.0',
+      version='3.8.1',
       author='Tim Mahrt',
       author_email='timma...@gmail.com',
       url='https://github.com/timmahrt/praatIO',


Reply via email to