From 910b25d4162caec338a5ff57b0e4277dad336774 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 27 Sep 2015 16:04:29 -0300 Subject: [PATCH] Vendor pluggy-0.3.1 Fix #704 --- _pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD | 7 ------- .../pluggy-0.3.0.dist-info/metadata.json | 1 - .../DESCRIPTION.rst | 0 .../METADATA | 5 +++-- _pytest/vendored_packages/pluggy-0.3.1.dist-info/RECORD | 8 ++++++++ .../WHEEL | 0 .../pluggy-0.3.1.dist-info/metadata.json | 1 + _pytest/vendored_packages/pluggy-0.3.1.dist-info/pbr.json | 1 + .../top_level.txt | 0 9 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD delete mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json rename _pytest/vendored_packages/{pluggy-0.3.0.dist-info => pluggy-0.3.1.dist-info}/DESCRIPTION.rst (100%) rename _pytest/vendored_packages/{pluggy-0.3.0.dist-info => pluggy-0.3.1.dist-info}/METADATA (91%) create mode 100644 _pytest/vendored_packages/pluggy-0.3.1.dist-info/RECORD rename _pytest/vendored_packages/{pluggy-0.3.0.dist-info => pluggy-0.3.1.dist-info}/WHEEL (100%) create mode 100644 _pytest/vendored_packages/pluggy-0.3.1.dist-info/metadata.json create mode 100644 _pytest/vendored_packages/pluggy-0.3.1.dist-info/pbr.json rename _pytest/vendored_packages/{pluggy-0.3.0.dist-info => pluggy-0.3.1.dist-info}/top_level.txt (100%) diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD deleted file mode 100644 index c57f4e59405..00000000000 --- a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD +++ /dev/null @@ -1,7 +0,0 @@ -pluggy.py,sha256=Y_aZC2eNi0zEaaGPDF5d7S_w-2KbvsvvmcykfWB-NQ0,29671 -pluggy-0.3.0.dist-info/top_level.txt,sha256=xKSCRhai-v9MckvMuWqNz16c1tbsmOggoMSwTgcpYHE,7 -pluggy-0.3.0.dist-info/RECORD,, -pluggy-0.3.0.dist-info/metadata.json,sha256=y8dkBTPYLTWwqPj12oWV0MriJ21FhCY0e185EhiAkeg,988 -pluggy-0.3.0.dist-info/METADATA,sha256=i1WR19wl6r2qWC7YGnfiHzTlhmYmKuidTT5FobM0ctU,1286 -pluggy-0.3.0.dist-info/WHEEL,sha256=AvR0WeTpDaxT645bl5FQxUK6NPsTls2ttpcGJg3j1Xg,110 -pluggy-0.3.0.dist-info/DESCRIPTION.rst,sha256=P5Akh1EdIBR6CeqtV2P8ZwpGSpZiTKPw0NyS7jEiD-g,306 diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json deleted file mode 100644 index f59a37986bb..00000000000 --- a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"license": "MIT license", "name": "pluggy", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "summary": "plugin and hook calling mechanisms for python", "platform": "unix", "version": "0.3.0", "extensions": {"python.details": {"document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "email": "holger at merlinux.eu", "name": "Holger Krekel"}]}}, "classifiers": ["Development Status :: 3 - Alpha ", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Libraries", "Topic :: Utilities", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4"]} \ No newline at end of file diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/DESCRIPTION.rst b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/DESCRIPTION.rst similarity index 100% rename from _pytest/vendored_packages/pluggy-0.3.0.dist-info/DESCRIPTION.rst rename to _pytest/vendored_packages/pluggy-0.3.1.dist-info/DESCRIPTION.rst diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/METADATA b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/METADATA similarity index 91% rename from _pytest/vendored_packages/pluggy-0.3.0.dist-info/METADATA rename to _pytest/vendored_packages/pluggy-0.3.1.dist-info/METADATA index da3952dda9d..ec81f0a6be0 100644 --- a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/METADATA +++ b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.0 Name: pluggy -Version: 0.3.0 +Version: 0.3.1 Summary: plugin and hook calling mechanisms for python Home-page: UNKNOWN Author: Holger Krekel @@ -10,7 +10,7 @@ Platform: unix Platform: linux Platform: osx Platform: win32 -Classifier: Development Status :: 3 - Alpha +Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: POSIX @@ -25,6 +25,7 @@ Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 Plugin registration and hook calling for Python =============================================== diff --git a/_pytest/vendored_packages/pluggy-0.3.1.dist-info/RECORD b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/RECORD new file mode 100644 index 00000000000..9626673c43c --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/RECORD @@ -0,0 +1,8 @@ +pluggy.py,sha256=v_RfWzyW6DPU1cJu_EFoL_OHq3t13qloVdR6UaMCXQA,29862 +pluggy-0.3.1.dist-info/top_level.txt,sha256=xKSCRhai-v9MckvMuWqNz16c1tbsmOggoMSwTgcpYHE,7 +pluggy-0.3.1.dist-info/pbr.json,sha256=xX3s6__wOcAyF-AZJX1sdZyW6PUXT-FkfBlM69EEUCg,47 +pluggy-0.3.1.dist-info/RECORD,, +pluggy-0.3.1.dist-info/metadata.json,sha256=nLKltOT78dMV-00uXD6Aeemp4xNsz2q59j6ORSDeLjw,1027 +pluggy-0.3.1.dist-info/METADATA,sha256=1b85Ho2u4iK30M099k7axMzcDDhLcIMb-A82JUJZnSo,1334 +pluggy-0.3.1.dist-info/WHEEL,sha256=AvR0WeTpDaxT645bl5FQxUK6NPsTls2ttpcGJg3j1Xg,110 +pluggy-0.3.1.dist-info/DESCRIPTION.rst,sha256=P5Akh1EdIBR6CeqtV2P8ZwpGSpZiTKPw0NyS7jEiD-g,306 diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/WHEEL b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/WHEEL similarity index 100% rename from _pytest/vendored_packages/pluggy-0.3.0.dist-info/WHEEL rename to _pytest/vendored_packages/pluggy-0.3.1.dist-info/WHEEL diff --git a/_pytest/vendored_packages/pluggy-0.3.1.dist-info/metadata.json b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/metadata.json new file mode 100644 index 00000000000..426a3a7ade1 --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/metadata.json @@ -0,0 +1 @@ +{"license": "MIT license", "name": "pluggy", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "summary": "plugin and hook calling mechanisms for python", "platform": "unix", "version": "0.3.1", "extensions": {"python.details": {"document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "email": "holger at merlinux.eu", "name": "Holger Krekel"}]}}, "classifiers": ["Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Libraries", "Topic :: Utilities", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5"]} \ No newline at end of file diff --git a/_pytest/vendored_packages/pluggy-0.3.1.dist-info/pbr.json b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/pbr.json new file mode 100644 index 00000000000..d6b79864019 --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/pbr.json @@ -0,0 +1 @@ +{"is_release": false, "git_version": "7d4c9cd"} \ No newline at end of file diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/top_level.txt b/_pytest/vendored_packages/pluggy-0.3.1.dist-info/top_level.txt similarity index 100% rename from _pytest/vendored_packages/pluggy-0.3.0.dist-info/top_level.txt rename to _pytest/vendored_packages/pluggy-0.3.1.dist-info/top_level.txt