You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/05/23 17:34:28 UTC

[couchdb] branch back-to-requests-2.71.1 updated (b207288b8 -> d542b9e9a)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch back-to-requests-2.71.1
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard b207288b8 Use a faster sets implementation available since OTP 24
     add 0748a1e7a Use a faster sets implementation available since OTP 24
     new d542b9e9a Revert "Bump requests from 2.27.1 to 2.31.0 in /src/mango"

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b207288b8)
            \
             N -- N -- N   refs/heads/back-to-requests-2.71.1 (d542b9e9a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[couchdb] 01/01: Revert "Bump requests from 2.27.1 to 2.31.0 in /src/mango"

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch back-to-requests-2.71.1
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d542b9e9a1ab028c0eda594180731f4c779014d2
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Tue May 23 12:19:40 2023 -0400

    Revert "Bump requests from 2.27.1 to 2.31.0 in /src/mango"
    
    This reverts commit a4bad8d8e93eaa93a56465a082524f18fd736178.
    
    Unfortunately 2.27.1 is the highest support version for python 3 on Ubuntu 18
    and CentOS 7 workers. This is for a localhost CI test only and not part of our
    release artifact.
---
 src/mango/requirements.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mango/requirements.txt b/src/mango/requirements.txt
index d37f763fa..e63cbdde7 100644
--- a/src/mango/requirements.txt
+++ b/src/mango/requirements.txt
@@ -1,4 +1,5 @@
 nose2==0.11.0
-requests==2.31.0
+# requests 2.27.1 is the highest supported version
+# on ubuntu 18 and centos 7 CI workers
+requests==2.27.1
 hypothesis==6.31.6
-