We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
primp
0.14.0
1 parent 53deb85 commit f491c6eCopy full SHA for f491c6e
pythonforandroid/recipes/pyreqwest_impersonate/__init__.py renamed to pythonforandroid/recipes/primp/__init__.py
@@ -2,9 +2,9 @@
2
from pythonforandroid.recipe import RustCompiledComponentsRecipe
3
4
5
-class Pyreqwest_impersonateRecipe(RustCompiledComponentsRecipe):
6
- version = "v0.4.5"
7
- url = "https://github.com/deedy5/pyreqwest_impersonate/archive/refs/tags/{version}.tar.gz"
+class PrimpRecipe(RustCompiledComponentsRecipe):
+ version = "v0.14.0"
+ url = "https://github.com/deedy5/primp/archive/refs/tags/{version}.tar.gz"
8
9
def get_recipe_env_post(self, arch, **kwargs):
10
env = super().get_recipe_env(arch, **kwargs)
@@ -30,4 +30,4 @@ def build_arch(self, arch):
30
prebuild_(arch)
31
32
33
-recipe = Pyreqwest_impersonateRecipe()
+recipe = PrimpRecipe()
0 commit comments