#10 Update to 1.0.0
Merged 2 years ago by thm. Opened 2 years ago by mrunge.
rpms/ mrunge/python-pluggy rawhide  into  rawhide

file modified
+5 -2
@@ -4,8 +4,8 @@ 

  %bcond_without tests

  

  Name:           python-pluggy

- Version:        0.13.1

- Release:        6%{?dist}

+ Version:        1.0.0

+ Release:        1%{?dist}

  Summary:        The plugin manager stripped of pytest specific details

  

  License:        MIT
@@ -64,6 +64,9 @@ 

  

  

  %changelog

+ * Fri Aug 27 2021 Matthias Runge <mrunge@redhat.com> - 1.0.0-1

+ - update to 1.0.0 (rhbz#1997706)

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-6

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pluggy-0.13.1.tar.gz) = eb747ff341cedacbd90eb20e22ad3d1ddf5588056f14d069f56331f4141a15b7eccaee23ea196d2f4906964ddb77a79b156bbf3ef8c8083e9952c55d13d55f3e

+ SHA512 (pluggy-1.0.0.tar.gz) = cf0bcbb4330c24ce473614befa19548f33fb39fa0ad094e1eae786202d7adadc28e16499f80ab96b630091765404ca5c5b6f9a55bc605e03514d8ab50cf9ae00

Resolves: rhbz#1997706

Pull-Request has been merged by thm

2 years ago

Ouch:

nothing provides (python3.10dist(pluggy) < 1~a1 with python3.10dist(pluggy) >= 0.12) needed by python3-pytest-6.2.4-5.fc35.noarch

Let me try to see if pytest works with pluggy 1.0.0 and patch the hard requirement out.

I have the patch ready. pytest buildrequires itself, so I'll bootstrap it out locally to see if it works and if it does, I'll build the patched version in a side tag with the previous pluggy build.

Oh, so the patched version actually requires pluggy >= 1 to build the docs: https://github.com/pytest-dev/pytest/pull/9040

I'll bootstrap the build in two steps then, it passed locally.

Done.

ocrmypdf and python3-molecule have the same requirement, cc @qulogic and @chedi

Metadata