Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731838 - dev-python/hcloud-python forces downgrade of dev-python/requests
Summary: dev-python/hcloud-python forces downgrade of dev-python/requests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Agostino Sarubbo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 731408
  Show dependency tree
 
Reported: 2020-07-09 10:10 UTC by Michał Górny
Modified: 2020-07-20 15:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-07-09 10:10:38 UTC
Please fix the package to work with the newest version of requests.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-09 10:21:41 UTC
I'm following what upstream is doing:

https://github.com/hetznercloud/hcloud-python/blob/v1.6.3/setup.py#L17

What do you suggest to do?
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-07-09 10:36:51 UTC
Verify whether it's correct.  If it's not, sed/patch the unnecessary bounds.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-07-09 10:37:05 UTC
(verify = test the package)
Comment 4 Larry the Git Cow gentoo-dev 2020-07-10 15:14:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b33d8d158f5743fdc940958b1043c5eda1726f

commit 20b33d8d158f5743fdc940958b1043c5eda1726f
Author:     Agostino Sarubbo <ago@gentoo.org>
AuthorDate: 2020-07-10 15:13:55 +0000
Commit:     Agostino Sarubbo <ago@gentoo.org>
CommitDate: 2020-07-10 15:13:55 +0000

    dev-python/hcloud-python: version bump to 1.8.1
    
    Bug: https://bugs.gentoo.org/731838
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Agostino Sarubbo <ago@gentoo.org>

 dev-python/hcloud-python/Manifest                  |  1 +
 .../hcloud-python/hcloud-python-1.8.1.ebuild       | 58 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)
Comment 5 Agostino Sarubbo gentoo-dev 2020-07-10 15:24:25 UTC
(In reply to Michał Górny from comment #2)
> Verify whether it's correct.  If it's not, sed/patch the unnecessary bounds.

I talked with upstream. They do not recommend at all >= 2.23 on that version.

New version supports requests-2.23 is fine wait for that release to stable?
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-07-17 15:20:25 UTC
Sure, please let me know when the old versions are gone, so I can cleanup requests.
Comment 7 Larry the Git Cow gentoo-dev 2020-07-20 15:15:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d5a6a7e61e2a61aaaa01a1bc56263c07d17c89

commit 40d5a6a7e61e2a61aaaa01a1bc56263c07d17c89
Author:     Agostino Sarubbo <ago@gentoo.org>
AuthorDate: 2020-07-20 15:15:49 +0000
Commit:     Agostino Sarubbo <ago@gentoo.org>
CommitDate: 2020-07-20 15:15:49 +0000

    dev-python/hcloud-python: remove old for dev-python/requests cleanup
    
    Bug: https://bugs.gentoo.org/731838
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Agostino Sarubbo <ago@gentoo.org>

 dev-python/hcloud-python/Manifest                  |  2 -
 .../hcloud-python/hcloud-python-1.6.3-r1.ebuild    | 49 ------------------
 .../hcloud-python/hcloud-python-1.6.3-r2.ebuild    | 50 -------------------
 .../hcloud-python/hcloud-python-1.6.3.ebuild       | 40 ---------------
 .../hcloud-python/hcloud-python-1.7.0.ebuild       | 58 ----------------------
 5 files changed, 199 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6865be7a6130fc7b91b3474d31cfe58d992a13f5

commit 6865be7a6130fc7b91b3474d31cfe58d992a13f5
Author:     Agostino Sarubbo <ago@gentoo.org>
AuthorDate: 2020-07-20 15:14:51 +0000
Commit:     Agostino Sarubbo <ago@gentoo.org>
CommitDate: 2020-07-20 15:14:51 +0000

    dev-python/hcloud-python: fast stabilize for dev-python/requests cleanup
    
    Bug: https://bugs.gentoo.org/731408
    Bug: https://bugs.gentoo.org/731838
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Agostino Sarubbo <ago@gentoo.org>

 dev-python/hcloud-python/hcloud-python-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)