regex 2025.10.22__cp314-cp314t-macosx_10_13_x86_64.whl → 2025.10.23__cp314-cp314t-macosx_10_13_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of regex might be problematic. Click here for more details.
- regex/_main.py +1 -1
- regex/_regex.cpython-314t-darwin.so +0 -0
- {regex-2025.10.22.dist-info → regex-2025.10.23.dist-info}/METADATA +1 -1
- regex-2025.10.23.dist-info/RECORD +10 -0
- regex-2025.10.22.dist-info/RECORD +0 -10
- {regex-2025.10.22.dist-info → regex-2025.10.23.dist-info}/WHEEL +0 -0
- {regex-2025.10.22.dist-info → regex-2025.10.23.dist-info}/licenses/LICENSE.txt +0 -0
- {regex-2025.10.22.dist-info → regex-2025.10.23.dist-info}/top_level.txt +0 -0
regex/_main.py
CHANGED
|
@@ -241,7 +241,7 @@ __all__ = ["cache_all", "compile", "DEFAULT_VERSION", "escape", "findall",
|
|
|
241
241
|
"VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__",
|
|
242
242
|
"__doc__", "RegexFlag"]
|
|
243
243
|
|
|
244
|
-
__version__ = "2025.10.
|
|
244
|
+
__version__ = "2025.10.23"
|
|
245
245
|
|
|
246
246
|
# --------------------------------------------------------------------
|
|
247
247
|
# Public interface.
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
regex/_main.py,sha256=3rTJ49yYUTmStToXo_h-lf4kJngVlAbZhDEHzTrW3zs,32681
|
|
2
|
+
regex/__init__.py,sha256=A5k0rm8Ln7HKsfG-8sEWYehek8zCKEe6sQW5QGUAmSU,75
|
|
3
|
+
regex/_regex.cpython-314t-darwin.so,sha256=Jwy1UHw3cLPlONGCX2apHYuLCoKBBjmLxA98Zfwbjvc,777792
|
|
4
|
+
regex/_regex_core.py,sha256=A79HGIRfcI3GtbXHlNFRi4BVqKPn_T0mN-MdFAWeBDI,145525
|
|
5
|
+
regex/tests/test_regex.py,sha256=iE4XOfiEpWrGKDUZISDxlxNi-Y0rX8KPH8yAwpMTLbI,225809
|
|
6
|
+
regex-2025.10.23.dist-info/RECORD,,
|
|
7
|
+
regex-2025.10.23.dist-info/WHEEL,sha256=UlOYVXZUoedBznR7TtcHLe8dLSyBBw50dixq5hWMaMI,139
|
|
8
|
+
regex-2025.10.23.dist-info/top_level.txt,sha256=aQmiDMhNTF26cCK4_7D-qaVvhbxClG0wyCTnEhkzYBs,6
|
|
9
|
+
regex-2025.10.23.dist-info/METADATA,sha256=JBC2XeH-BncXTyZwTV08p08E2cvct97QvhUxjoUWD0k,40468
|
|
10
|
+
regex-2025.10.23.dist-info/licenses/LICENSE.txt,sha256=v_Ve9M3MjBTOJZ-OirYOJkQYRA1jNfTcE4Jz-9UGFE0,11584
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
regex/_main.py,sha256=2RwtEIThVTOzbnFZ7HFjMmqoEKa2vVYlvLE6M9VEBjU,32681
|
|
2
|
-
regex/__init__.py,sha256=A5k0rm8Ln7HKsfG-8sEWYehek8zCKEe6sQW5QGUAmSU,75
|
|
3
|
-
regex/_regex.cpython-314t-darwin.so,sha256=y7NCkgJ7zoA7UglAPrregh3e7zt_8k216rb1yv50s-k,777792
|
|
4
|
-
regex/_regex_core.py,sha256=A79HGIRfcI3GtbXHlNFRi4BVqKPn_T0mN-MdFAWeBDI,145525
|
|
5
|
-
regex/tests/test_regex.py,sha256=iE4XOfiEpWrGKDUZISDxlxNi-Y0rX8KPH8yAwpMTLbI,225809
|
|
6
|
-
regex-2025.10.22.dist-info/RECORD,,
|
|
7
|
-
regex-2025.10.22.dist-info/WHEEL,sha256=UlOYVXZUoedBznR7TtcHLe8dLSyBBw50dixq5hWMaMI,139
|
|
8
|
-
regex-2025.10.22.dist-info/top_level.txt,sha256=aQmiDMhNTF26cCK4_7D-qaVvhbxClG0wyCTnEhkzYBs,6
|
|
9
|
-
regex-2025.10.22.dist-info/METADATA,sha256=65lmbH6H-h7El6PpWamFp1og10TbKWm8flAj6Z4H1sc,40468
|
|
10
|
-
regex-2025.10.22.dist-info/licenses/LICENSE.txt,sha256=v_Ve9M3MjBTOJZ-OirYOJkQYRA1jNfTcE4Jz-9UGFE0,11584
|
|
File without changes
|
|
File without changes
|
|
File without changes
|