raylib 4.5.0.0__cp311-cp311-manylinux2014_x86_64.whl → 4.5.0.1__cp311-cp311-manylinux2014_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 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
@@ -52,6 +52,7 @@ First make sure you have the latest pip installed:
52
52
 
53
53
  Then install
54
54
 
55
+ python3 -m pip install setuptools
55
56
  python3 -m pip install raylib
56
57
 
57
58
  On most platforms it should install a binary wheel (Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64).
@@ -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=QRH94pYcKMfQvr3qIBgcciogHY6DBzWtC3KrYryx7qs,5207432
5
+ raylib/_raylib_cffi.abi3.so,sha256=Auavfskm7cCCXakLmDlZZTp1EGdoOBdWdcI9PdkOHnU,5207360
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=f13IvJ_3mKOQd4Ob1-EhjbuHPbtxnIZMTORF17ZUBhg,5465
13
- raylib-4.5.0.0.dist-info/WHEEL,sha256=qUFifj9ojiw12HwnLGqmLM4cdi2ExjIX0YgXn_cLltg,113
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=BDUrPFImaMbhQtvleJFgcrdIxcM7gbMKnvcbBTLn02g,113
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: cp311-cp311-manylinux2014_x86_64
5
5