Hello community,

here is the log from the commit of package python-spyder-kernels for 
openSUSE:Factory checked in at 2019-07-26 12:38:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-kernels (Old)
 and      /work/SRC/openSUSE:Factory/.python-spyder-kernels.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-spyder-kernels"

Fri Jul 26 12:38:58 2019 rev:8 rq:717682 version:0.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-spyder-kernels/python-spyder-kernels.changes  
    2019-07-08 15:11:33.835376112 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-kernels.new.4126/python-spyder-kernels.changes
    2019-07-26 12:39:12.105949822 +0200
@@ -1,0 +2,14 @@
+Mon Jul 15 19:49:48 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- update to version 0.5.1:
+ - Issues Closed:
+  - [Issue 121](https://github.com/spyder-ide/spyder-kernels/issues/121) - Add 
test requirements to setup.py ([PR 
122](https://github.com/spyder-ide/spyder-kernels/pull/122))
+  - [Issue 120](https://github.com/spyder-ide/spyder-kernels/issues/120) - 
Backport CI configuration from master to 0.x ([PR 
123](https://github.com/spyder-ide/spyder-kernels/pull/123))
+  - In this release 2 issues were closed.
+ - Pull Requests Merged:
+  - [PR 125](https://github.com/spyder-ide/spyder-kernels/pull/125) - PR: Fix 
not including tests in tarballs and wheels
+  - [PR 123](https://github.com/spyder-ide/spyder-kernels/pull/123) - PR: 
Backport CI configuration from master to 0.x 
([120](https://github.com/spyder-ide/spyder-kernels/issues/120))
+  - [PR 122](https://github.com/spyder-ide/spyder-kernels/pull/122) - PR: Add 
tests requirements to setup.py 
([121](https://github.com/spyder-ide/spyder-kernels/issues/121))
+  - In this release 3 pull requests were closed.
+
+-------------------------------------------------------------------

Old:
----
  python-spyder-kernels-0.5.0.tar.gz

New:
----
  python-spyder-kernels-0.5.1.tar.gz

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

Other differences:
------------------
++++++ python-spyder-kernels.spec ++++++
--- /var/tmp/diff_new_pack.5zrTh5/_old  2019-07-26 12:39:13.361948985 +0200
+++ /var/tmp/diff_new_pack.5zrTh5/_new  2019-07-26 12:39:13.385948969 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-spyder-kernels
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Summary:        Jupyter kernels for Spyder's console
 License:        MIT

++++++ python-spyder-kernels-0.5.0.tar.gz -> python-spyder-kernels-0.5.1.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/.circleci/config.yml 
new/spyder-kernels-0.5.1/.circleci/config.yml
--- old/spyder-kernels-0.5.0/.circleci/config.yml       2019-06-23 
19:33:17.000000000 +0200
+++ new/spyder-kernels-0.5.1/.circleci/config.yml       2019-07-11 
14:30:47.000000000 +0200
@@ -10,9 +10,9 @@
       - run:
           command: docker pull continuumio/miniconda3:latest
       - run:
-          command: ./.circleci/install.sh
+          command: ./ci/install.sh
       - run:
-          command: ./.circleci/run_tests.sh
+          command: ./ci/runtests.sh
   python3.6:
     machine: true
     environment:
@@ -22,9 +22,9 @@
       - run:
           command: docker pull continuumio/miniconda3:latest
       - run:
-          command: ./.circleci/install.sh
+          command: ./ci/install.sh
       - run:
-          command: ./.circleci/run_tests.sh
+          command: ./ci/runtests.sh
   python3.7:
     machine: true
     environment:
@@ -34,9 +34,9 @@
       - run:
           command: docker pull continuumio/miniconda3:latest
       - run:
-          command: ./.circleci/install.sh
+          command: ./ci/install.sh
       - run:
-          command: ./.circleci/run_tests.sh
+          command: ./ci/runtests.sh
 
 workflows:
   version: 2
@@ -44,4 +44,4 @@
     jobs:
       - python2.7
       - python3.6
-      - python3.7
+      - python3.7
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/.circleci/install.sh 
new/spyder-kernels-0.5.1/.circleci/install.sh
--- old/spyder-kernels-0.5.0/.circleci/install.sh       2019-06-23 
19:33:17.000000000 +0200
+++ new/spyder-kernels-0.5.1/.circleci/install.sh       1970-01-01 
01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-export TRAVIS_OS_NAME="linux"
-export CONDA_DEPENDENCIES_FLAGS="--quiet"
-export CONDA_DEPENDENCIES="ipykernel cloudpickle nomkl numpy pandas scipy 
pytest pytest-cov mock cython matplotlib"
-export PIP_DEPENDENCIES="codecov wurlitzer"
-
-echo -e "PYTHON = $PYTHON_VERSION \n============"
-git clone git://github.com/astropy/ci-helpers.git > /dev/null
-source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/.circleci/run_tests.sh 
new/spyder-kernels-0.5.1/.circleci/run_tests.sh
--- old/spyder-kernels-0.5.0/.circleci/run_tests.sh     2019-06-23 
19:33:17.000000000 +0200
+++ new/spyder-kernels-0.5.1/.circleci/run_tests.sh     1970-01-01 
01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-source $HOME/miniconda/etc/profile.d/conda.sh
-conda activate test
-
-pip install -e .
-
-pytest -x -vv --cov=spyder_kernels spyder_kernels
-
-if [ $? -ne 0 ]; then
-    exit 1
-fi
-
-codecov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/.travis.yml 
new/spyder-kernels-0.5.1/.travis.yml
--- old/spyder-kernels-0.5.0/.travis.yml        1970-01-01 01:00:00.000000000 
+0100
+++ new/spyder-kernels-0.5.1/.travis.yml        2019-07-11 14:30:47.000000000 
+0200
@@ -0,0 +1,17 @@
+# https://travis-ci.org/spyder-ide/spyder-kernels
+
+language: generic
+os: osx
+
+matrix:
+  fast_finish: true
+  include:
+    - env: PYTHON_VERSION=2.7
+    - env: PYTHON_VERSION=3.6
+    - env: PYTHON_VERSION=3.7
+
+install:
+  - ./ci/install.sh
+
+script:
+  - ./ci/runtests.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/CHANGELOG.md 
new/spyder-kernels-0.5.1/CHANGELOG.md
--- old/spyder-kernels-0.5.0/CHANGELOG.md       2019-06-23 19:33:17.000000000 
+0200
+++ new/spyder-kernels-0.5.1/CHANGELOG.md       2019-07-11 14:30:47.000000000 
+0200
@@ -1,5 +1,24 @@
 # History of changes
 
+## Version 0.5.1 (2019-07-11)
+
+### Issues Closed
+
+* [Issue 121](https://github.com/spyder-ide/spyder-kernels/issues/121) - Add 
test requirements to setup.py ([PR 
122](https://github.com/spyder-ide/spyder-kernels/pull/122))
+* [Issue 120](https://github.com/spyder-ide/spyder-kernels/issues/120) - 
Backport CI configuration from master to 0.x ([PR 
123](https://github.com/spyder-ide/spyder-kernels/pull/123))
+
+In this release 2 issues were closed.
+
+### Pull Requests Merged
+
+* [PR 125](https://github.com/spyder-ide/spyder-kernels/pull/125) - PR: Fix 
not including tests in tarballs and wheels
+* [PR 123](https://github.com/spyder-ide/spyder-kernels/pull/123) - PR: 
Backport CI configuration from master to 0.x 
([120](https://github.com/spyder-ide/spyder-kernels/issues/120))
+* [PR 122](https://github.com/spyder-ide/spyder-kernels/pull/122) - PR: Add 
tests requirements to setup.py 
([121](https://github.com/spyder-ide/spyder-kernels/issues/121))
+
+In this release 3 pull requests were closed.
+
+----
+
 ## Version 0.5.0 (2019-06-23)
 
 ### New features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/MANIFEST.in 
new/spyder-kernels-0.5.1/MANIFEST.in
--- old/spyder-kernels-0.5.0/MANIFEST.in        2019-06-23 19:33:17.000000000 
+0200
+++ new/spyder-kernels-0.5.1/MANIFEST.in        2019-07-11 14:30:47.000000000 
+0200
@@ -2,4 +2,3 @@
 include CHANGELOG.md
 include LICENSE.txt
 include README.md
-recursive-exclude * */tests/*.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/appveyor.yml 
new/spyder-kernels-0.5.1/appveyor.yml
--- old/spyder-kernels-0.5.0/appveyor.yml       2019-06-23 19:33:17.000000000 
+0200
+++ new/spyder-kernels-0.5.1/appveyor.yml       2019-07-11 14:30:47.000000000 
+0200
@@ -3,14 +3,7 @@
 environment:
 
   global:
-    PYTHON: "C:\\conda"
-    MINICONDA_VERSION: "latest"
-    CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd"
-    PYTHON_ARCH: "64"
-    PIP_DEPENDENCIES_FLAGS: "-q"
-    CONDA_DEPENDENCIES_FLAGS: "--quiet"
-    CONDA_DEPENDENCIES: >
-      ipykernel cloudpickle numpy pandas scipy pytest pytest-cov mock cython 
matplotlib
+    PYTHON: "C:\\Miniconda36-x64"
 
   matrix:
     - PYTHON_VERSION: "2.7"
@@ -30,13 +23,14 @@
       
https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds
 | `
       Where-Object pullRequestId -eq 
$env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
         throw "There are newer queued builds for this pull request, failing 
early." }
-  - "git clone git://github.com/astropy/ci-helpers.git"
-  - "powershell ci-helpers/appveyor/install-miniconda.ps1"
   - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
+  - "conda create -y -n test python=%PYTHON_VERSION%"
   - "activate test"
+  - "conda install -q -y --file requirements/windows.txt"
+  - "conda install -q -y --file requirements/tests.txt"
   - "pip install -e ."
 
 build: false
 
 test_script:
-  - "%CMD_IN_ENV% pytest -x -vv --cov=spyder_kernels spyder_kernels"
+  - "pytest -x -vv --cov=spyder_kernels spyder_kernels"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/ci/install.sh 
new/spyder-kernels-0.5.1/ci/install.sh
--- old/spyder-kernels-0.5.0/ci/install.sh      1970-01-01 01:00:00.000000000 
+0100
+++ new/spyder-kernels-0.5.1/ci/install.sh      2019-07-11 14:30:47.000000000 
+0200
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+# Install Miniconda
+if [ $(uname) == Linux ]; then
+    wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 
-O miniconda.sh
+else
+    wget 
https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O 
miniconda.sh
+fi
+bash miniconda.sh -b -p $HOME/miniconda
+source $HOME/miniconda/etc/profile.d/conda.sh
+
+# Make new conda environment with required Python version
+conda create -y -n test python=$PYTHON_VERSION
+conda activate test
+
+# Install dependencies
+conda install -y -q --file requirements/posix.txt
+
+# Install test dependencies
+conda install -y -q nomkl
+conda install -y -q --file requirements/tests.txt
+
+# Install codecov
+pip install -q codecov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/ci/runtests.sh 
new/spyder-kernels-0.5.1/ci/runtests.sh
--- old/spyder-kernels-0.5.0/ci/runtests.sh     1970-01-01 01:00:00.000000000 
+0100
+++ new/spyder-kernels-0.5.1/ci/runtests.sh     2019-07-11 14:30:47.000000000 
+0200
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+source $HOME/miniconda/etc/profile.d/conda.sh
+conda activate test
+
+pip install -e .
+
+pytest -x -vv --cov=spyder_kernels spyder_kernels
+
+if [ $? -ne 0 ]; then
+    exit 1
+fi
+
+codecov
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/requirements/posix.txt 
new/spyder-kernels-0.5.1/requirements/posix.txt
--- old/spyder-kernels-0.5.0/requirements/posix.txt     1970-01-01 
01:00:00.000000000 +0100
+++ new/spyder-kernels-0.5.1/requirements/posix.txt     2019-07-11 
14:30:47.000000000 +0200
@@ -0,0 +1,3 @@
+ipykernel
+cloudpickle
+wurlitzer
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/requirements/tests.txt 
new/spyder-kernels-0.5.1/requirements/tests.txt
--- old/spyder-kernels-0.5.0/requirements/tests.txt     1970-01-01 
01:00:00.000000000 +0100
+++ new/spyder-kernels-0.5.1/requirements/tests.txt     2019-07-11 
14:30:47.000000000 +0200
@@ -0,0 +1,8 @@
+numpy
+pandas
+scipy
+pytest
+pytest-cov
+mock
+cython
+matplotlib
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/requirements/windows.txt 
new/spyder-kernels-0.5.1/requirements/windows.txt
--- old/spyder-kernels-0.5.0/requirements/windows.txt   1970-01-01 
01:00:00.000000000 +0100
+++ new/spyder-kernels-0.5.1/requirements/windows.txt   2019-07-11 
14:30:47.000000000 +0200
@@ -0,0 +1,2 @@
+ipykernel
+cloudpickle
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/setup.py 
new/spyder-kernels-0.5.1/setup.py
--- old/spyder-kernels-0.5.0/setup.py   2019-06-23 19:33:17.000000000 +0200
+++ new/spyder-kernels-0.5.1/setup.py   2019-07-11 14:30:47.000000000 +0200
@@ -41,6 +41,14 @@
                 'cloudpickle',
                 'wurlitzer;platform_system!="Windows"']
 
+TEST_REQUIREMENTS = ['numpy',
+                     'pandas',
+                     'scipy',
+                     'pytest',
+                     'pytest-cov',
+                     'mock',
+                     'cython',
+                     'matplotlib']
 
 setup(
     name='spyder-kernels',
@@ -54,8 +62,9 @@
     description="Jupyter kernels for Spyder's console",
     long_description=LONG_DESCRIPTION,
     long_description_content_type='text/markdown',
-    packages=find_packages(exclude=['docs']),
+    packages=find_packages(exclude=['docs', '*tests']),
     install_requires=REQUIREMENTS,
+    extras_require={'test': TEST_REQUIREMENTS},
     include_package_data=True,
     classifiers=['Development Status :: 5 - Production/Stable',
                  'Framework :: Jupyter',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-0.5.0/spyder_kernels/_version.py 
new/spyder-kernels-0.5.1/spyder_kernels/_version.py
--- old/spyder-kernels-0.5.0/spyder_kernels/_version.py 2019-06-23 
19:33:17.000000000 +0200
+++ new/spyder-kernels-0.5.1/spyder_kernels/_version.py 2019-07-11 
14:30:47.000000000 +0200
@@ -8,5 +8,5 @@
 
 """Version File."""
 
-VERSION_INFO = (0, 5, 0)
+VERSION_INFO = (0, 5, 1)
 __version__ = '.'.join(map(str, VERSION_INFO))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spyder-kernels-0.5.0/spyder_kernels/customize/tests/test_spydercustomize.py 
new/spyder-kernels-0.5.1/spyder_kernels/customize/tests/test_spydercustomize.py
--- 
old/spyder-kernels-0.5.0/spyder_kernels/customize/tests/test_spydercustomize.py 
    2019-06-23 19:33:17.000000000 +0200
+++ 
new/spyder-kernels-0.5.1/spyder_kernels/customize/tests/test_spydercustomize.py 
    2019-07-11 14:30:47.000000000 +0200
@@ -129,7 +129,7 @@
     if sys.platform.startswith('linux'):
         user_path = 'local'
     elif sys.platform == 'darwin':
-        user_path = '/Users/travis/Library'
+        user_path = '/Users/travis/.local'
     else:
         user_path = 'Roaming'
 


Reply via email to