#2 F34: Revert major upgrade from 4.x back to 3.x
Merged 2 years ago by churchyard. Opened 2 years ago by pwouters.
rpms/ pwouters/python-async-timeout f34  into  f34

file modified
+6 -2
@@ -6,8 +6,9 @@ 

  doesn't create a new task.

  

  Name:           python-%{srcname}

- Version:        4.0.1

- Release:        1%{?dist}

+ Epoch:          1

+ Version:        3.0.1

+ Release:        15%{?dist}

  Summary:        An asyncio-compatible timeout context manager

  

  License:        ASL 2.0
@@ -57,6 +58,9 @@ 

  %{python3_sitelib}/async_timeout-*.egg-info/

  

  %changelog

+ * Wed Jan 19 2022 Paul Wouters <paul.wouters@aiven.io> - 1:3.0.1-15

+ - Revert my merge to 4.0.1-1 - it breaks things. This sadly requires Epoch:1

+ 

  * Thu Nov 25 2021 Fabian Affolter <mail@fabian-affolter.ch> - 4.0.1-1

  - Update to latest upstream release 4.0.1 (closes rhbz#1768164)

  

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

- SHA512 (python-async-timeout-4.0.1.tar.gz) = fccd09c1d90bdf594649f52cd3b9f8da13f3456af43437f031dce43b1ee4a70e90479122a6599929fe1e1fe98a88a0d8d775ce153783dfed180571fb842fbb5a

+ SHA512 (python-async-timeout-3.0.1.tar.gz) = 4fcf9bf199ac593e10a54800aabd6447425f2bcdf12bba3f16b7c4819e1d1b92c21f804007d003583e48cac3fd472e55ca805a5c25e238e78c3dfb217dc3f7a4

This needs to target the f34 branch. Let me see if I can change that.

I guess we also need this in f35? Possibly without the epoch.

nothing provides (python3.9dist(async-timeout) < 4 with python3.9dist(async-timeout) >= 3) needed by python3-aiohttp-3.7.4-1.fc34.ppc64le

so this needs to be bootstrapped.

I've created a side tag and tagged the previous 3.0.1 into it:

$ koji wait-repo f34-build-side-49701 --build=python-async-timeout-3.0.1-11.fc34

Building python-async-timeout-3.0.1-15.fc34.src.rpm for f34-build-side-49701
Created task: 81472640
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=81472640

This is a scratch build in my side tag. If it builds and installs and allows us to install all the broken packages, I say we ship it. But I'd give some time to @fab to say his opinion.

This is a scratch build in my side tag. If it builds and installs and allows us to install all the broken packages...

It does.

do we need it for f35? Can we not just git revert, bump the 3.x release and build it? Since we never entered it into stable ?

We don't even need to bump and build anything there, just revert.

But I'd give some time to @fab to say his opinion.

@fab I intend to merge this PR this week. Let me know if I should not.

Pull-Request has been merged by churchyard

2 years ago
Metadata