Hello community,

here is the log from the commit of package python-wstools for openSUSE:Factory 
checked in at 2018-07-10 16:16:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wstools (Old)
 and      /work/SRC/openSUSE:Factory/.python-wstools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wstools"

Tue Jul 10 16:16:06 2018 rev:2 rq:621728 version:0.4.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wstools/python-wstools.changes    
2018-02-05 10:51:14.549272395 +0100
+++ /work/SRC/openSUSE:Factory/.python-wstools.new/python-wstools.changes       
2018-07-10 16:16:54.157399368 +0200
@@ -1,0 +2,6 @@
+Mon Jul  9 14:17:04 UTC 2018 - mplus...@suse.com
+
+- Update to version 0.4.8
+  * No changelog provided by upstream
+
+-------------------------------------------------------------------

Old:
----
  wstools-0.4.6.tar.gz

New:
----
  wstools-0.4.8.tar.gz

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

Other differences:
------------------
++++++ python-wstools.spec ++++++
--- /var/tmp/diff_new_pack.7k5fAf/_old  2018-07-10 16:16:54.773398413 +0200
+++ /var/tmp/diff_new_pack.7k5fAf/_new  2018-07-10 16:16:54.777398407 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wstools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-wstools
-Version:        0.4.6
+Version:        0.4.8
 Release:        0
 Summary:        WSDL parsing services package for Web Services for Python
 License:        ZPL-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/pycontribs/wstools
-Source:         
https://github.com/pycontribs/wstools/releases/download/%{version}/wstools-%{version}.tar.gz
+URL:            https://github.com/pycontribs/wstools
+Source:         
https://files.pythonhosted.org/packages/8d/d0/0e48ae89e4b2a9aa3a1a088782ae183dc09ca1f3545b29051c46d9efbc0f/wstools-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pbr} >= 1.10
 BuildRequires:  %{python_module pytest-runner}
@@ -51,7 +51,8 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%doc README.rst LICENSE.txt
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ wstools-0.4.6.tar.gz -> wstools-0.4.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/.travis.yml 
new/wstools-0.4.8/.travis.yml
--- old/wstools-0.4.6/.travis.yml       2017-01-24 10:01:23.000000000 +0100
+++ new/wstools-0.4.8/.travis.yml       2018-04-04 11:49:16.000000000 +0200
@@ -1,67 +1,55 @@
 language: python
+cache:
+- pip
 sudo: false
-matrix:
-  fast_finish: false
 os:
 - linux
-python:
-- '2.7'
-- '3.4'
-- '3.5'
-- '3.6'
+stages:
+- test
+- deploy
 install:
-- pip -q --log dist/pip.log install --upgrade pip setuptools tox-travis py 
wheel
-- python setup.py sdist bdist_wheel install
-- pip install ./dist/*.whl
-- pip --version
-script:
-- export PACKAGE_NAME=$(python setup.py --name)
-- export PACKAGE_VERSION=$(python setup.py --version)
-- python setup.py --version
-- tox --installpkg ./dist/*.whl --travis-after
-after_success:
-- coveralls
-  - bash <(curl -s https://codecov.io/bash)
-notifications:
-  email:
-  - pycontr...@googlegroups.com
-  - sorin.sbar...@gmail.com
-deploy:
-- provider: releases
-  api_key:
-    secure: 
"lQGRZWqBuieHqjfgSimeWHZf4RDf2kwfOdeWcQtSSAVSW7THsnak3ugWYsLII05vjaRBKdrLoRr8rlHe64A1CDq/XPSlSt1EZeI5ejV8DO8AZdprkKpO83O5xVRDYB6a3pHrOfbw9dhBMPq3LapRwAoGRkKcgVeTdtDyIJDxy9A="
-  file:
-  - dist/$PACKAGE_NAME-$PACKAGE_VERSION-py2.py3-none-any.whl
-  - dist/$PACKAGE_NAME-$PACKAGE_VERSION.tar.gz
-  skip_cleanup: true
-  on:
-    tags: true
+- pip install -q tox-travis tox-pyenv virtualenv | cat
+jobs:
+  include:
+  - stage: test
+    script: python -m tox
     python: 2.7
-    condition: $TOXENV != docs
-- provider: pypi
-  user: sorin
-  password:
-    secure: 
E0cjANF7SLBdYrsnWLK8X/xWznqkF0JrP/DVfDazPzUYH6ynFeneyofzNJQPLTLsqe1eKXhuUJ/Sbl+RHFB0ySo/j/7NfYd/9pm8hpUkGCvR09IwtvMLgWKp3k10NWab03o2GOkSJSrLvZofyZBGR40wwu2O9uXPCb2rvucCGbw=
-  distributions: sdist bdist_wheel
-  skip_cleanup: true
-  on:
-    tags: true
-    python: 2.7
-    condition: $TOXENV != docs
-    branch: master
-- provider: pypi
-  server: https://testpypi.python.org/pypi
-  user: sorins
-  password:
-    secure: 
E0cjANF7SLBdYrsnWLK8X/xWznqkF0JrP/DVfDazPzUYH6ynFeneyofzNJQPLTLsqe1eKXhuUJ/Sbl+RHFB0ySo/j/7NfYd/9pm8hpUkGCvR09IwtvMLgWKp3k10NWab03o2GOkSJSrLvZofyZBGR40wwu2O9uXPCb2rvucCGbw=
-  distributions: sdist bdist_wheel
-  skip_cleanup: true
-  on:
-    tags: false
-    python: 2.7
-    condition: $TOXENV != docs
-    branch: develop
-env:
-  global:
-  - secure: 
fuXwQL+KHQ96XkAFl2uQc8eK8dAjrgkup46tck/UGjVpdv1PT/yHmBKrvpFjDa50ueGbtBwTdKAwhyAmYuiZCk2IYHzdvBylCZBBji2FSpaTM59CVwgkVT6tx3HHO83X0mEX6ih9TJvZD5XhX+YUjopnseRXRq3ey3JZJXWN4RM=
-  - secure: 
"pGQGM5YmHvOgaKihOyzb3k6bdqLQnZQ2OXO9QrfXlXwtop3zvZQi80Q+01l230x2psDWlwvqWTknAjAt1w463fYXPwpoSvKVCsLSSbjrf2l56nrDqnoir+n0CBy288+eIdaGEfzcxDiuULeKjlg08zrqjcjLjW0bDbBrlTXsb5U="
+    env: TOXENV=py27
+  - stage: test
+    script: python -m tox
+    python: 3.4
+    env: TOXENV=py34
+  - stage: test
+    script: python -m tox
+    python: 3.5
+    env: TOXENV=py35
+  - stage: test
+    script: python -m tox
+    python: 3.6
+    env: TOXENV=py36 PYTHON='3.6' PYENV_VERSION='system'
+  - stage: deploy
+    script:
+    - export PACKAGE_NAME=$(python setup.py --name)
+    - export PACKAGE_VERSION=$(python setup.py --version)
+    - python setup.py sdist bdist_wheel
+    deploy:
+    - provider: pypi
+      user: pycontribs
+      password:
+        secure: 
B7u10E5+HFXg4jRJFvHL1Z7mTMJfQh+BwKt22NdAnNm0K3xSj0E5h2C6vEHs97xG7vJ36Eh1Dc2W85miFaolJ6efg0DnGAzjBFUWKZhjufO6zXP3e86VpSS/pTNlfcXaswOP+hkVb0Q3zqwSK4dGLOAB8/OTbb8SBWjAndixDzw=
+      distributions: sdist bdist_wheel
+      skip_cleanup: true
+      on:
+        tags: true
+        repo: pycontribs/wstools
+    - provider: releases
+      api_key:
+        secure: 
L+4ubjx681BpztL704qBeUKSkfAVr+Ooia2EVMCCaCw4DtOWRdAwhc0P1vWfPfgrMEktEkkx/OHTa5Ha0sPCiosBeTD5AjNY7NChWCmtsTGLkv+RmNtK4QOwkKaMl7D8MQDMbTzF1TDVZ9lik7Ni+dXEOFfDquXU052aoYkvwlA=
+      file:
+      - dist/$PACKAGE_NAME-$PACKAGE_VERSION.tar.gz
+      - dist/$PACKAGE_NAME-$PACKAGE_VERSION-py2.py3-none-any.whl
+      - ChangeLog
+      skip_cleanup: true
+      on:
+        tags: true
+        repo: pycontribs/wstools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/AUTHORS new/wstools-0.4.8/AUTHORS
--- old/wstools-0.4.6/AUTHORS   2017-01-24 10:01:56.000000000 +0100
+++ new/wstools-0.4.8/AUTHORS   2018-04-04 11:50:11.000000000 +0200
@@ -3,7 +3,6 @@
 Luca Clementi <lclem...@ucsd.edu>
 Michael Dippery <mdipp...@nybooks.com>
 Pamela McA'Nulty <pam...@webreply.com>
-Pavel Shramov <shra...@mexmat.net>
 SauZheR <sauz...@aceglie1.shadow.uniba.it>
 Sorin Sbarnea <sorin.sbar...@gmail.com>
 alexyr <ale...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/ChangeLog new/wstools-0.4.8/ChangeLog
--- old/wstools-0.4.6/ChangeLog 2017-01-24 10:01:56.000000000 +0100
+++ new/wstools-0.4.8/ChangeLog 2018-04-04 11:50:11.000000000 +0200
@@ -1,6 +1,16 @@
 CHANGES
 =======
 
+0.4.8
+-----
+
+* Added missing pbr dependency
+
+0.4.7
+-----
+
+* travis: ci cleanups
+
 0.4.6
 -----
 
@@ -34,18 +44,18 @@
 * Update README.rst
 * Switched to new travis infrastructure and removed flake8 target
 * v0.4.4 which finally brings nothing more than Python 3 compatibility
-* fixing test_wstools_net.py
-* removing test_wstools, redundant with test_wdsl
+* fixing test\_wstools\_net.py
+* removing test\_wstools, redundant with test\_wdsl
 * Revert "trying with abtsratc to tests detected by nose"
-* Revert "trying with __test__ to remove tests detected by nose"
-* Revert "trying with __test__ to remove tests detected by nose"
-* trying with __test__ to remove tests detected by nose
-* trying with __test__ to remove tests detected by nose
+* Revert "trying with \_\_test\_\_ to remove tests detected by nose"
+* Revert "trying with \_\_test\_\_ to remove tests detected by nose"
+* trying with \_\_test\_\_ to remove tests detected by nose
+* trying with \_\_test\_\_ to remove tests detected by nose
 * trying with abtsratc to tests detected by nose
 * trying new time to tests detected by nose
-* make test_wstools detected by nose
-* test_wsdl is now the abstract test class
-* removing test_t1, redundant with test_wstools
+* make test\_wstools detected by nose
+* test\_wsdl is now the abstract test class
+* removing test\_t1, redundant with test\_wstools
 * removing useless tar.gz, adding two new schemas from OVH API for testing
 * Revert "remove import string"
 * Revert "fixing join as function parameter"
@@ -67,8 +77,6 @@
 * handling StringIO import for python 2 and 3
 * removing print
 * 2to3 c14n
-* pep8 Namespace.py
-* pep8 and 2to3 for UserType.py and __init__.py
 
 0.4.3
 -----
@@ -89,15 +97,15 @@
 0.4.1
 -----
 
-* Added ~* ignore to .gitignore
+* Added ~\* ignore to .gitignore
 * Logging changes to log errors properly
 * Removed svn comments
 * Cleaned up the code, no bug fixes but added tox and improved the release 
script
 * fixes for version 0.4, replaced prints with logger.debug() and pep8
 * version 0.4 pep8 fixes and replaced few prints with logging.debug() calls
 * Documented new URLs
-* regexp was too restrictive. Some SOAP response could not be validated cause 
of tag like <my_xml_response>. Instead is better to search for a pattern were 
_x is specific followed by 4 hexdigits. All other _x matches should be ignored
-* tuple subclasses don't get __init__, they get __new__
+* regexp was too restrictive. Some SOAP response could not be validated cause 
of tag like <my\_xml\_response>. Instead is better to search for a pattern were 
\_x is specific followed by 4 hexdigits. All other \_x matches should be ignored
+* tuple subclasses don't get \_\_init\_\_, they get \_\_new\_\_
 * Remove unneeded print
 * Add Utility.DOM.looseNamespaces
 * credits
@@ -116,5 +124,3 @@
 * Bug fix in the File attachment
 * Added binary attachment support (client only)
 * M    XMLSchema.py -- fix for bug report "[ 2586279 ] annotation IndexError"
-* Use property for ADDRESS attribute of WSAW* namespace structure
-* Add support for WS-Addressing WSDL Binding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/PKG-INFO new/wstools-0.4.8/PKG-INFO
--- old/wstools-0.4.6/PKG-INFO  2017-01-24 10:01:56.000000000 +0100
+++ new/wstools-0.4.8/PKG-INFO  2018-04-04 11:50:12.000000000 +0200
@@ -1,10 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: wstools
-Version: 0.4.6
+Version: 0.4.8
 Summary: WSDL parsing services package for Web Services for Python.
 Home-page: https://github.com/pycontribs/wstools
-Author: Sorin Sbarnea
-Author-email: sorin.sbar...@gmail.com
+Author: Makina Corpus
+Author-email: pyt...@makina-corpus.com
+Maintainer: Sorin Sbarnea
+Maintainer-email: sorin.sbar...@gmail.com
 License: BSD
 Description: =========================================================
         WSDL parsing services package for Web Services for Python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/requirements.txt 
new/wstools-0.4.8/requirements.txt
--- old/wstools-0.4.6/requirements.txt  2017-01-24 10:01:23.000000000 +0100
+++ new/wstools-0.4.8/requirements.txt  2018-04-04 11:49:16.000000000 +0200
@@ -1,2 +1,3 @@
+pbr
 setuptools>=17.1
 six
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/tox.ini new/wstools-0.4.8/tox.ini
--- old/wstools-0.4.6/tox.ini   2017-01-24 10:01:23.000000000 +0100
+++ new/wstools-0.4.8/tox.ini   2018-04-04 11:49:16.000000000 +0200
@@ -12,17 +12,16 @@
        linux: linux
        darwin: darwin
 
-#deps=
-#    -rrequirements-dev.txt
-#    -rrequirements.txt
+passenv =
+   PY_*
+   PYENV_VERSION
+   RTOX*
+   SSH_AUTH_SOCK
 
 commands=
-    {envpython} -m pip install -rrequirements-dev.txt -rrequirements.txt
-    {envpython} -m pip check
-    {envpython} -m flake8
-    {envpython} setup.py build test install sdist bdist_wheel
+    python -m pip install -rrequirements-dev.txt -rrequirements.txt
+    python -m pip check
+    python -m flake8
+    python setup.py build test install sdist bdist_wheel
 
 # Note: do not try to use pytest-flake8 due to 
https://github.com/tholo/pytest-flake8/issues/8
-
-[travis:after]
-toxenv = py27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/wstools.egg-info/PKG-INFO 
new/wstools-0.4.8/wstools.egg-info/PKG-INFO
--- old/wstools-0.4.6/wstools.egg-info/PKG-INFO 2017-01-24 10:01:50.000000000 
+0100
+++ new/wstools-0.4.8/wstools.egg-info/PKG-INFO 2018-04-04 11:50:11.000000000 
+0200
@@ -1,10 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: wstools
-Version: 0.4.6
+Version: 0.4.8
 Summary: WSDL parsing services package for Web Services for Python.
 Home-page: https://github.com/pycontribs/wstools
-Author: Sorin Sbarnea
-Author-email: sorin.sbar...@gmail.com
+Author: Makina Corpus
+Author-email: pyt...@makina-corpus.com
+Maintainer: Sorin Sbarnea
+Maintainer-email: sorin.sbar...@gmail.com
 License: BSD
 Description: =========================================================
         WSDL parsing services package for Web Services for Python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/wstools.egg-info/pbr.json 
new/wstools-0.4.8/wstools.egg-info/pbr.json
--- old/wstools-0.4.6/wstools.egg-info/pbr.json 2017-01-24 10:01:50.000000000 
+0100
+++ new/wstools-0.4.8/wstools.egg-info/pbr.json 2018-04-04 11:50:11.000000000 
+0200
@@ -1 +1 @@
-{"git_version": "4b8b16a", "is_release": false}
\ No newline at end of file
+{"git_version": "c12e63d", "is_release": false}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wstools-0.4.6/wstools.egg-info/requires.txt 
new/wstools-0.4.8/wstools.egg-info/requires.txt
--- old/wstools-0.4.6/wstools.egg-info/requires.txt     2017-01-24 
10:01:50.000000000 +0100
+++ new/wstools-0.4.8/wstools.egg-info/requires.txt     2018-04-04 
11:50:11.000000000 +0200
@@ -1,2 +1,3 @@
+pbr
 setuptools>=17.1
 six


Reply via email to