raylib 4.5.0.0__cp310-cp310-macosx_13_0_arm64.whl → 4.5.0.1__cp310-cp310-macosx_13_0_arm64.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 raylib might be problematic. Click here for more details.

Binary file
raylib/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "4.5.0.0"
1
+ __version__ = "4.5.0.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: raylib
3
- Version: 4.5.0.0
3
+ Version: 4.5.0.1
4
4
  Summary: Python CFFI bindings for Raylib
5
5
  Home-page: https://github.com/electronstudio/raylib-python-cffi
6
6
  Author: Electron Studio
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.8
15
15
  Classifier: Programming Language :: Python :: 3.7
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
- Requires-Dist: cffi (>=1.14.6)
18
+ Requires-Dist: cffi >=1.14.6
19
19
  Requires-Dist: inflection
20
20
 
21
21
  # Python Bindings for Raylib 4.5
@@ -2,14 +2,14 @@ pyray/__init__.py,sha256=rqSg_m5QmUVqPcUpsKZLlemqr0YXbWe7JiEWM3ByNhk,4249
2
2
  pyray/__init__.pyi,sha256=JpLFITCRC8xkm7_ZoTpylfANJqtqgRh3MlV8BoQXj2Y,159246
3
3
  raylib/__init__.py,sha256=DWXPmoq7tC5wzZsrt6rReGy1RflyZwk-SdF-9lBZHok,919
4
4
  raylib/__init__.pyi,sha256=5OzPw3zg9T2irbSpBqyoD3akuF4OFtIFgBQu8srghek,147056
5
- raylib/_raylib_cffi.abi3.so,sha256=vk2xW2GzM-WSoNbJsb5HMtZMUom04B1fOT40m0eGq2I,2583265
5
+ raylib/_raylib_cffi.abi3.so,sha256=87l5VIoW0HPEffFFhtrJhu9IN1QO6YMJJj6KeK6rZ48,2499496
6
6
  raylib/build.py,sha256=j5dmbYZ0eMZkRKE4dwjKFA-e5CU4Ts3KcG7g2Gu0I5I,7763
7
7
  raylib/colors.py,sha256=_u-mYrpdx7_v_4wnJrnSu_m36ixKJWbort780_V6rTw,1523
8
8
  raylib/defines.py,sha256=NBAW4NOUcGYKXy-rd4nuuJ6dI0MxIRBVee-KkIMiAWA,375
9
9
  raylib/enums.py,sha256=ti-MA0oZgBc39ZOjUdqi01NQT8cifJI-2FAuQyNqYxg,17237
10
- raylib/version.py,sha256=Fz7gE9en_LhttToGgdR4MEWjwWRHeUxtUmbnNGPX1d0,23
11
- raylib-4.5.0.0.dist-info/LICENSE,sha256=C-zxZWe-t3-iUrdmRjHdF3yPmhiJ5ImVtFN5xxMOUwM,14198
12
- raylib-4.5.0.0.dist-info/METADATA,sha256=2AVPAdG4UW5TXAFKGzlz-YyHRr7LyLW6QjeI0Wy2PtQ,5503
13
- raylib-4.5.0.0.dist-info/WHEEL,sha256=LcjwYWQh_Km3cEepT9QVbUXQ44bxhemD0a4p7Q0cPjE,110
14
- raylib-4.5.0.0.dist-info/top_level.txt,sha256=PnMBDWaUP4jsbn_NewagcC9FjHYpzSAIQuhxNzt9hkg,13
15
- raylib-4.5.0.0.dist-info/RECORD,,
10
+ raylib/version.py,sha256=WQ3S39ClTjOJlhfs5GyN4mrFlo8B_pukp2Tey4fqIaA,23
11
+ raylib-4.5.0.1.dist-info/LICENSE,sha256=C-zxZWe-t3-iUrdmRjHdF3yPmhiJ5ImVtFN5xxMOUwM,14198
12
+ raylib-4.5.0.1.dist-info/METADATA,sha256=vp4nnTWMas_OnZgNkUo5VWyqVi79hmrP9DF1TEyR83U,5501
13
+ raylib-4.5.0.1.dist-info/WHEEL,sha256=nnjFhJEzuQTeDkWGNu6PW5ZVh5i1amVurZuowfdwPVs,110
14
+ raylib-4.5.0.1.dist-info/top_level.txt,sha256=PnMBDWaUP4jsbn_NewagcC9FjHYpzSAIQuhxNzt9hkg,13
15
+ raylib-4.5.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-macosx_13_0_arm64
5
5