Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support httpx 0.12.* #166

Closed
marioortizmanero opened this issue Mar 31, 2020 · 5 comments
Closed

Support httpx 0.12.* #166

marioortizmanero opened this issue Mar 31, 2020 · 5 comments
Assignees
Labels
enhancement New feature or improvement

Comments

@marioortizmanero
Copy link
Contributor

Hi there Felix,

Are you planning on bumping httpx to 0.12.*? This module restricts its version to 0.11.*, which is a problem on Arch Linux because it already only has 0.12.1 available right now. This isn't an issue that should concern you, but I wanted to know if it's worth creating another package for previous httpx versions on the AUR.

Here's the changelog - https://github.com/encode/httpx/blob/master/CHANGELOG.md

Thanks!

@felix-hilden
Copy link
Owner

Thanks! I'll review the changes they've made. I'm all for bumping up the requirement. Optimally we could accept both. We have such basic usage that it shouldn't be a problem, hopefully. And then let's hope for the 1.0 release soon. But I'm somewhat pessimistic given the current state of the world.

Damn AUR is fast to abandon old versions of packages. What's your ordinary protocol of dealing with dependencies to old versions? Do they exist for other packages or do you install via pip or something? Just curious.

@felix-hilden
Copy link
Owner

Actually, it seems that not much has changed. I'll double check at a better time and update the dependency.

@felix-hilden felix-hilden self-assigned this Mar 31, 2020
@felix-hilden felix-hilden added the enhancement New feature or improvement label Mar 31, 2020
@marioortizmanero
Copy link
Contributor Author

And then let's hope for the 1.0 release soon. But I'm somewhat pessimistic given the current state of the world.

I would expect more open source activity these days now that everyone's at home! 😆

Damn AUR is fast to abandon old versions of packages. What's your ordinary protocol of dealing with dependencies to old versions? Do they exist for other packages or do you install via pip or something? Just curious.

Yeah the AUR usually doesn't take less than a week to update packages. Old versions are just normal packages with the version in the name. For example, Qt 4 is available at qt4. They're not really common, though.

By the way, GitHub has dependency tracker bots that can automatically open an issue when a dependency is outdated. Not sure if it's worth it for you, but you might want to take a look :)

@felix-hilden
Copy link
Owner

Yeah, that could be useful! I'll have a go.

@felix-hilden
Copy link
Owner

@marioortizmanero A new version with httpx>=0.11,<0.13 is now published and ready for AUR as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

2 participants