From owner-svn-ports-all@freebsd.org Tue Jun 5 21:12:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 176D2FF7260; Tue, 5 Jun 2018 21:12:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9908773368; Tue, 5 Jun 2018 21:12:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x244.google.com with SMTP id s26-v6so5123614ioj.4; Tue, 05 Jun 2018 14:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=QInM0TQ8ObPcFk/k1YTClMmQnFvdpMbfeXGnjisjasc=; b=arWz3yF2WyyQvwU8xea0lGIZ9G/vDdyejWbI9Ht1Y0pWX7zuq8Mohaq5JLV5U1THio LbNGuSqezkct5dkPLFRy9HVlKxS6X/ArVE246U9fI0V47jfYXjfRMuecT6aLc4tmZkbI ZsZnACju0/Z0L2+2VuwSy4xGiLBW8tYOPGLk9HIogLHFkSbxOgLPZHsXQycFiae79BOI EYJtFTT/3ks9ihBVM12FhjdpipPN1LjxkxcdwV3k5asCK+yC1/hdcmkCL8t2HCf6Kgh4 NLukc01OgoZ8Ttuu/cK+V+Xr1fJevYY/hSE2ykHLoIEuLsBZLUZH6wMJu/Ulau5qKE2S vjGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=QInM0TQ8ObPcFk/k1YTClMmQnFvdpMbfeXGnjisjasc=; b=XIttw0Rk+hoKw0uf38fAp+4lSUwTl52e4J6xScVT61EMW6H3NcPFP+OexCfxU+FU0J S3WSKOtmpM3zvScwJEzVd+c99P0gtxPGzhAy8vxvv/JS/J9c2a963tULG3dpWGHQD21a jroxYZgOv4ahTwQ163x4SnmJkc2zGRxKgqhq3wudV2bcUfccFjGZ1bizrAHhQ3NiZYZU bArjJzYRkfNnE5AhUJPnw/nhIf/QNA1kWeIa7BEZRSUuO/5ZcQzBTE0XEs5ol3r6QYzt GPJsvWNIFbAHC/b2101oHOhnBoO+64+k2m2ayvbpylOqFS2fvWK/WyBgavL4OSpTtpSM W49g== X-Gm-Message-State: APt69E3xk9FPdW9ANnwGYcxXM3CD6E/9cYphxUmbY51UoTrquJ/djPeq Z77qfFNZb74yPHuo6Kh9v97o6ktU0LoIHz8dxiQ= X-Google-Smtp-Source: ADUXVKIv/AqVJkE4PSpeEWdO1abCF00MflJc0beX5CYi6r9Zjz7QLvVjLC+eSSXNnw52VjbgcBLPjc30Sw0XJTGlQ7w= X-Received: by 2002:a6b:582:: with SMTP id 124-v6mr313592iof.94.1528233174788; Tue, 05 Jun 2018 14:12:54 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a02:384a:0:0:0:0:0 with HTTP; Tue, 5 Jun 2018 14:12:54 -0700 (PDT) In-Reply-To: References: <201806051856.w55IuU1k041525@repo.freebsd.org> <20180605202646.yaofq4jiruzpssjj@atuin.in.mat.cc> From: Antoine Brodin Date: Tue, 5 Jun 2018 23:12:54 +0200 X-Google-Sender-Auth: EI11270-K7FN0wTdRumZMiu5V9Y Message-ID: Subject: Re: svn commit: r471788 - head/net/py-urllib3 To: "Tobias C. Berner" Cc: Mathieu Arnold , Sunpoet Po-Chuan Hsieh , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:12:56 -0000 On Tue, Jun 5, 2018 at 11:11 PM, Tobias C. Berner wrote: > My guess is [1] needs to be added to www/py-requests > > mfg Tobias > > [1] > https://github.com/requests/requests/commit/ac944b7439009ffbf7a10dfee35202f1ac090e76 Not only that, several ports have 1.22 or 1.23 hardcoded. Antoine