[Python-modules-commits] [pytest-runner] 03/09: Import pytest-runner_2.8.orig.tar.gz

Ondřej Nový onovy-guest at moszumanska.debian.org
Fri Jun 17 18:09:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy-guest pushed a commit to branch master
in repository pytest-runner.

commit 038b84f7c97bf0ce433d687578edca9f585827e7
Author: Ondřej Nový <novy at ondrej.org>
Date:   Fri Jun 17 19:53:17 2016 +0200

    Import pytest-runner_2.8.orig.tar.gz
---
 .travis.yml                        |  8 ++++++--
 CHANGES.rst                        |  8 ++++++++
 LICENSE                            | 21 +++++++++++++++++++++
 PKG-INFO                           |  4 ++--
 README.rst                         |  2 +-
 docs/conf.py                       |  2 +-
 ptr.py                             |  6 ++++++
 pytest_runner.egg-info/PKG-INFO    |  4 ++--
 pytest_runner.egg-info/SOURCES.txt |  1 +
 setup.cfg                          |  2 +-
 setup.py                           |  4 ++--
 11 files changed, 51 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7ff32e9..fb285f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,16 @@ python:
 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+/2J [...]
diff --git a/CHANGES.rst b/CHANGES.rst
index e10d0e2..50ba14b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -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 --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..49c95bf
--- /dev/null
+++ b/LICENSE
@@ -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 --git a/PKG-INFO b/PKG-INFO
index 45c23e1..45d719f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -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 @@ Description: pytest-runner
         - 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 --git a/README.rst b/README.rst
index 74009f0..8e86ffb 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ Usage
 - 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 --git a/docs/conf.py b/docs/conf.py
index 135c236..ebc0453 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,7 +28,7 @@ link_files = {
 		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 --git a/ptr.py b/ptr.py
index 5c5287e..36a5154 100644
--- a/ptr.py
+++ b/ptr.py
@@ -23,6 +23,12 @@ def _save_argv(repl=None):
 
 
 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 --git a/pytest_runner.egg-info/PKG-INFO b/pytest_runner.egg-info/PKG-INFO
index 45c23e1..45d719f 100644
--- a/pytest_runner.egg-info/PKG-INFO
+++ b/pytest_runner.egg-info/PKG-INFO
@@ -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 @@ Description: pytest-runner
         - 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 --git a/pytest_runner.egg-info/SOURCES.txt b/pytest_runner.egg-info/SOURCES.txt
index 3de6ac5..12a1e07 100644
--- a/pytest_runner.egg-info/SOURCES.txt
+++ b/pytest_runner.egg-info/SOURCES.txt
@@ -3,6 +3,7 @@
 .hgtags
 .travis.yml
 CHANGES.rst
+LICENSE
 README.rst
 ptr.py
 pytest.ini
diff --git a/setup.cfg b/setup.cfg
index 5532539..850fa5c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ test = pytest
 universal = 1
 
 [egg_info]
-tag_svn_revision = 0
 tag_build = 
 tag_date = 0
+tag_svn_revision = 0
 
diff --git a/setup.py b/setup.py
index a81681d..90f4da2 100644
--- a/setup.py
+++ b/setup.py
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-runner.git



More information about the Python-modules-commits mailing list