-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working on Python 3.12: argon2-cffi-bindings bitarray editdistance ep…
…hem lru-dict pyzbar typed-ast netifaces pycurl preshed
- Loading branch information
Showing
12 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package: | ||
name: argon2-cffi-bindings | ||
version: "21.2.0" |
11 changes: 11 additions & 0 deletions
11
server/pypi/packages/argon2-cffi-bindings/patches/chaquopy.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- src-original/src/_argon2_cffi_bindings/_ffi_build.py 2020-05-10 14:00:25.000000000 +0000 | ||
+++ src/src/_argon2_cffi_bindings/_ffi_build.py 2021-02-27 16:03:58.134283521 +0000 | ||
@@ -38,7 +38,7 @@ | ||
else: | ||
# Optimized version requires SSE2 extensions. They have been around since | ||
# 2001 so we try to compile it on every recent-ish x86. | ||
- optimized = target_platform in ("i686", "x86", "x86_64", "AMD64") | ||
+ optimized = any(word in os.environ["HOST"] for word in ("i686", "x86", "x86_64", "AMD64")) # Chaquopy | ||
|
||
|
||
ffi = FFI() |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package: | ||
name: bitarray | ||
version: "2.8.2" | ||
version: "2.8.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package: | ||
name: ephem | ||
version: "3.7.7.0" | ||
version: "4.1.5" | ||
|
||
build: | ||
number: 1 | ||
number: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package: | ||
name: lru-dict | ||
version: "1.1.8" | ||
version: "1.3.0" | ||
|
||
build: | ||
number: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package: | ||
name: netifaces | ||
version: "0.10.9" | ||
version: "0.11.0" | ||
|
||
build: | ||
number: 1 | ||
number: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package: | ||
name: typed_ast | ||
version: "1.5.4" | ||
version: "1.5.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters