diff options
author | Max Rees <maxcrees@me.com> | 2019-08-06 04:20:07 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-08-06 04:20:07 -0500 |
commit | cb9126e4b89c826c988a4d860198e6958fe5f3a8 (patch) | |
tree | d1aae11bed4c45797e0a176489b9ce46b0994419 /user/py3-pluggy/scm.patch | |
parent | a20741423983e972f55da20d21648dd246d6d967 (diff) | |
download | packages-cb9126e4b89c826c988a4d860198e6958fe5f3a8.tar.gz packages-cb9126e4b89c826c988a4d860198e6958fe5f3a8.tar.bz2 packages-cb9126e4b89c826c988a4d860198e6958fe5f3a8.tar.xz packages-cb9126e4b89c826c988a4d860198e6958fe5f3a8.zip |
user/py3-pluggy: bump to 0.12.0
Diffstat (limited to 'user/py3-pluggy/scm.patch')
-rw-r--r-- | user/py3-pluggy/scm.patch | 24 |
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", |