summaryrefslogtreecommitdiff
path: root/user/py3-pluggy/scm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-pluggy/scm.patch')
-rw-r--r--user/py3-pluggy/scm.patch24
1 files changed, 11 insertions, 13 deletions
diff --git a/user/py3-pluggy/scm.patch b/user/py3-pluggy/scm.patch
index 5e42a72e4..733e8d297 100644
--- a/user/py3-pluggy/scm.patch
+++ b/user/py3-pluggy/scm.patch
@@ -1,14 +1,12 @@
---- pluggy-0.7.1/setup.py 2018-07-28 22:45:12.000000000 +0000
-+++ pluggy-0.7.1/setup.py 2018-10-11 04:54:18.590233336 +0000
-@@ -24,10 +24,7 @@
- name='pluggy',
- description='plugin and hook calling mechanisms for python',
+--- pluggy-0.12.0/setup.py 2019-05-27 16:19:53.000000000 -0400
++++ pluggy-0.12.0/setup.py 2019-08-06 04:29:39.930173285 -0400
+@@ -29,8 +29,7 @@ def main():
+ name="pluggy",
+ description="plugin and hook calling mechanisms for python",
long_description=long_description,
-- use_scm_version={
-- 'write_to': 'pluggy/_version.py',
-- },
-- setup_requires=['setuptools-scm'],
-+ version='0.7.1',
- license='MIT license',
- platforms=['unix', 'linux', 'osx', 'win32'],
- author='Holger Krekel',
+- use_scm_version={"write_to": "src/pluggy/_version.py"},
+- setup_requires=["setuptools-scm"],
++ version='0.12.0',
+ license="MIT license",
+ platforms=["unix", "linux", "osx", "win32"],
+ author="Holger Krekel",