Hello community,

here is the log from the commit of package python3-pytest-runner for 
openSUSE:Factory checked in at 2016-05-26 23:54:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pytest-runner (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pytest-runner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pytest-runner"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-pytest-runner/python3-pytest-runner.changes  
    2016-05-25 21:25:52.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-runner.new/python3-pytest-runner.changes
 2016-05-26 23:54:29.000000000 +0200
@@ -1,0 +2,11 @@
+Thu May 26 15:34:25 UTC 2016 - [email protected]
+
+- specfile:
+  * added LICENSE file to %docs
+
+- update to version 2.8:
+  * #16: Added a license file, required for membership to pytest-dev.
+  * Releases are now made automatically by pushing a tagged release
+    that passes tests on Python 3.5.
+
+-------------------------------------------------------------------
@@ -7 +17,0 @@
-

Old:
----
  pytest-runner-2.7.1.tar.gz

New:
----
  pytest-runner-2.8.tar.gz

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

Other differences:
------------------
++++++ python3-pytest-runner.spec ++++++
--- /var/tmp/diff_new_pack.KFLAeC/_old  2016-05-26 23:54:30.000000000 +0200
+++ /var/tmp/diff_new_pack.KFLAeC/_new  2016-05-26 23:54:30.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pytest-runner
-Version:        2.7.1
+Version:        2.8
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT
@@ -46,7 +46,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst CHANGES.rst docs/*
+%doc README.rst CHANGES.rst LICENSE docs/*
 %{python3_sitelib}/*
 
 %changelog

++++++ pytest-runner-2.7.1.tar.gz -> pytest-runner-2.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/.travis.yml 
new/pytest-runner-2.8/.travis.yml
--- old/pytest-runner-2.7.1/.travis.yml 2016-04-03 04:41:31.000000000 +0200
+++ new/pytest-runner-2.8/.travis.yml   2016-05-25 22:55:31.000000000 +0200
@@ -6,12 +6,16 @@
 script:
 - pip install -U pytest
 - python setup.py test
+branches:
+  except:
+  - skeleton
 deploy:
   provider: pypi
   on:
     tags: true
     all_branches: true
+    python: 3.5
   user: jaraco
-  # supply password with `travis encrypt --add deploy.password`
   distributions: release
-  python: 3.5
+  password:
+    secure: 
lZfYQx0ZrCf2FJ+348etKWfzTySB3BZYGd0ce5RFHN2BppcdkONyJfTs4rgdrFEn/WtOaKV3SkJYR09xvlr+4kbLibg7fXhueqZt0ZkhRBnoDE4SxCjICyFCmisG6O3zkrVosizch70/0MqseNanhgXOPhd5llCfQHIqLsa145BG4hM5kxAHPO3Rz2/HCObOTPe4HKj93RAK7lPIMZVN6omcWoG6ZB0QqK+i3LTUtmJ3gE6q/iHk3VF9cJs8xtn3hdo++Lhrboa2NIqf6fl8oxR1C24Wh8vBQ69uTNjmVnDFYMulTs5475jjgDBXPPgVz3CAqYAy/PI+NPw59ebK8MzlaMRK/h/xSrdhxW6K3WbBL71Dn2UGuejXHFC3IuCI832xwkuEupOcGLWz4r2uBnhbgXF63vZ2gYPqrCGHxvDpbtllTVyEeebP8BnFzZttxSn9rbhTP1O9Dn/9tRko8WskyXIR+/2JOA9KP5uT47yeHoFBBUS0GB1XdkGhBrJfQx2LhfHuI6bpzosMiMfJrVNZEg8k0I9XA0uwxDgZrdqKGMKBR6233MXiJg8NyUPRInCRGth4rufcq6kn+wsT9RvuSt9XOhGiYLwChjvHexUXrLGBgupu0Y80Oqcp3YkDG3WHUX++Z2zJSQovrb4BMdKS6Y4usQ8Df5SklIpMCf0=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/CHANGES.rst 
new/pytest-runner-2.8/CHANGES.rst
--- old/pytest-runner-2.7.1/CHANGES.rst 2016-04-03 04:41:29.000000000 +0200
+++ new/pytest-runner-2.8/CHANGES.rst   2016-05-25 22:55:31.000000000 +0200
@@ -1,3 +1,11 @@
+2.8
+~~~
+
+* #16: Added a license file, required for membership to
+  pytest-dev.
+* Releases are now made automatically by pushing a
+  tagged release that passes tests on Python 3.5.
+
 2.7
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/LICENSE 
new/pytest-runner-2.8/LICENSE
--- old/pytest-runner-2.7.1/LICENSE     1970-01-01 01:00:00.000000000 +0100
+++ new/pytest-runner-2.8/LICENSE       2016-05-25 22:55:31.000000000 +0200
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2011-2016 Jason R. Coombs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/PKG-INFO 
new/pytest-runner-2.8/PKG-INFO
--- old/pytest-runner-2.7.1/PKG-INFO    2016-04-03 04:45:33.000000000 +0200
+++ new/pytest-runner-2.8/PKG-INFO      2016-05-25 22:57:22.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-runner
-Version: 2.7.1
+Version: 2.8
 Summary: Invoke py.test as distutils command with dependency resolution
 Home-page: https://github.com/pytest-dev/pytest-runner
 Author: Jason R. Coombs
@@ -20,7 +20,7 @@
         - Include 'pytest' and any other testing requirements to 
'tests_require'.
         - Invoke tests with ``setup.py pytest``.
         - Pass ``--index-url`` to have test requirements downloaded from an 
alternate
-          index URL.
+          index URL (unnecessary if specified for easy_install in setup.cfg).
         - Pass additional py.test command-line options using ``--addopts``.
         - Set permanent options for the pytest distutils command in the 
``[pytest]``
           section of setup.cfg.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/README.rst 
new/pytest-runner-2.8/README.rst
--- old/pytest-runner-2.7.1/README.rst  2016-04-03 04:41:29.000000000 +0200
+++ new/pytest-runner-2.8/README.rst    2016-05-25 22:55:31.000000000 +0200
@@ -12,7 +12,7 @@
 - Include 'pytest' and any other testing requirements to 'tests_require'.
 - Invoke tests with ``setup.py pytest``.
 - Pass ``--index-url`` to have test requirements downloaded from an alternate
-  index URL.
+  index URL (unnecessary if specified for easy_install in setup.cfg).
 - Pass additional py.test command-line options using ``--addopts``.
 - Set permanent options for the pytest distutils command in the ``[pytest]``
   section of setup.cfg.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/docs/conf.py 
new/pytest-runner-2.8/docs/conf.py
--- old/pytest-runner-2.7.1/docs/conf.py        2016-04-03 04:41:31.000000000 
+0200
+++ new/pytest-runner-2.8/docs/conf.py  2016-05-25 22:55:31.000000000 +0200
@@ -28,7 +28,7 @@
                replace=[
                        dict(
                                pattern=r"(Issue )?#(?P<issue>\d+)",
-                               url='{GH}/jaraco/{project}/issues/{issue}',
+                               url='{GH}/pytest-dev/{project}/issues/{issue}',
                        ),
                        dict(
                                
pattern=r"^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/ptr.py 
new/pytest-runner-2.8/ptr.py
--- old/pytest-runner-2.7.1/ptr.py      2016-04-03 04:41:29.000000000 +0200
+++ new/pytest-runner-2.8/ptr.py        2016-05-25 22:55:31.000000000 +0200
@@ -23,6 +23,12 @@
 
 
 class PyTest(orig.test):
+       """
+       >>> import setuptools
+       >>> dist = setuptools.Distribution()
+       >>> cmd = PyTest(dist)
+       """
+
        user_options = [
                ('extras', None, "Install (all) setuptools extras when running 
tests"),
                ('index-url=', None, "Specify an index url from which to 
retrieve "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/pytest_runner.egg-info/PKG-INFO 
new/pytest-runner-2.8/pytest_runner.egg-info/PKG-INFO
--- old/pytest-runner-2.7.1/pytest_runner.egg-info/PKG-INFO     2016-04-03 
04:45:33.000000000 +0200
+++ new/pytest-runner-2.8/pytest_runner.egg-info/PKG-INFO       2016-05-25 
22:57:22.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-runner
-Version: 2.7.1
+Version: 2.8
 Summary: Invoke py.test as distutils command with dependency resolution
 Home-page: https://github.com/pytest-dev/pytest-runner
 Author: Jason R. Coombs
@@ -20,7 +20,7 @@
         - Include 'pytest' and any other testing requirements to 
'tests_require'.
         - Invoke tests with ``setup.py pytest``.
         - Pass ``--index-url`` to have test requirements downloaded from an 
alternate
-          index URL.
+          index URL (unnecessary if specified for easy_install in setup.cfg).
         - Pass additional py.test command-line options using ``--addopts``.
         - Set permanent options for the pytest distutils command in the 
``[pytest]``
           section of setup.cfg.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-runner-2.7.1/pytest_runner.egg-info/SOURCES.txt 
new/pytest-runner-2.8/pytest_runner.egg-info/SOURCES.txt
--- old/pytest-runner-2.7.1/pytest_runner.egg-info/SOURCES.txt  2016-04-03 
04:45:33.000000000 +0200
+++ new/pytest-runner-2.8/pytest_runner.egg-info/SOURCES.txt    2016-05-25 
22:57:22.000000000 +0200
@@ -3,6 +3,7 @@
 .hgtags
 .travis.yml
 CHANGES.rst
+LICENSE
 README.rst
 ptr.py
 pytest.ini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/setup.cfg 
new/pytest-runner-2.8/setup.cfg
--- old/pytest-runner-2.7.1/setup.cfg   2016-04-03 04:45:33.000000000 +0200
+++ new/pytest-runner-2.8/setup.cfg     2016-05-25 22:57:22.000000000 +0200
@@ -6,7 +6,7 @@
 universal = 1
 
 [egg_info]
-tag_svn_revision = 0
 tag_build = 
 tag_date = 0
+tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.7.1/setup.py 
new/pytest-runner-2.8/setup.py
--- old/pytest-runner-2.7.1/setup.py    2016-04-03 04:43:36.000000000 +0200
+++ new/pytest-runner-2.8/setup.py      2016-05-25 22:55:31.000000000 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
-# Generated by jaraco.develop 2.27.1
-# https://pypi.python.org/pypi/jaraco.develop
+
+# Project skeleton maintained at https://github.com/jaraco/skeleton
 
 import io
 import sys


Reply via email to