libres 0.7.2__py3-none-any.whl → 0.7.3__py3-none-any.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.
- libres/__init__.py +1 -1
- {libres-0.7.2.dist-info → libres-0.7.3.dist-info}/METADATA +25 -18
- {libres-0.7.2.dist-info → libres-0.7.3.dist-info}/RECORD +6 -6
- {libres-0.7.2.dist-info → libres-0.7.3.dist-info}/WHEEL +1 -1
- {libres-0.7.2.dist-info → libres-0.7.3.dist-info}/LICENSE +0 -0
- {libres-0.7.2.dist-info → libres-0.7.3.dist-info}/top_level.txt +0 -0
libres/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libres
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.3
|
|
4
4
|
Summary: A library to reserve things
|
|
5
5
|
Home-page: http://github.com/seantis/libres/
|
|
6
6
|
Author: Denis Krienbühl
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
22
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
23
|
Requires-Python: >=3.8
|
|
23
24
|
Description-Content-Type: text/x-rst
|
|
@@ -25,26 +26,26 @@ License-File: LICENSE
|
|
|
25
26
|
Requires-Dist: python-dateutil
|
|
26
27
|
Requires-Dist: psycopg2-binary
|
|
27
28
|
Requires-Dist: pytz
|
|
28
|
-
Requires-Dist: sedate
|
|
29
|
-
Requires-Dist: SQLAlchemy
|
|
29
|
+
Requires-Dist: sedate>=1.0.0
|
|
30
|
+
Requires-Dist: SQLAlchemy<2,>=0.9
|
|
30
31
|
Provides-Extra: dev
|
|
31
|
-
Requires-Dist: bandit[toml]
|
|
32
|
-
Requires-Dist: flake8
|
|
33
|
-
Requires-Dist: flake8-bugbear
|
|
34
|
-
Requires-Dist: pre-commit
|
|
35
|
-
Requires-Dist: tox
|
|
32
|
+
Requires-Dist: bandit[toml]; extra == "dev"
|
|
33
|
+
Requires-Dist: flake8; extra == "dev"
|
|
34
|
+
Requires-Dist: flake8-bugbear; extra == "dev"
|
|
35
|
+
Requires-Dist: pre-commit; extra == "dev"
|
|
36
|
+
Requires-Dist: tox; extra == "dev"
|
|
36
37
|
Provides-Extra: mypy
|
|
37
|
-
Requires-Dist: mypy
|
|
38
|
-
Requires-Dist: sqlalchemy-stubs
|
|
39
|
-
Requires-Dist: types-psycopg2
|
|
40
|
-
Requires-Dist: types-python-dateutil
|
|
41
|
-
Requires-Dist: types-pytz
|
|
42
|
-
Requires-Dist: typing-extensions
|
|
38
|
+
Requires-Dist: mypy; extra == "mypy"
|
|
39
|
+
Requires-Dist: sqlalchemy-stubs; extra == "mypy"
|
|
40
|
+
Requires-Dist: types-psycopg2; extra == "mypy"
|
|
41
|
+
Requires-Dist: types-python-dateutil; extra == "mypy"
|
|
42
|
+
Requires-Dist: types-pytz; extra == "mypy"
|
|
43
|
+
Requires-Dist: typing-extensions; extra == "mypy"
|
|
43
44
|
Provides-Extra: test
|
|
44
|
-
Requires-Dist: jsonpickle
|
|
45
|
-
Requires-Dist: pytest
|
|
46
|
-
Requires-Dist: pytest-codecov[git]
|
|
47
|
-
Requires-Dist: testing.postgresql
|
|
45
|
+
Requires-Dist: jsonpickle; extra == "test"
|
|
46
|
+
Requires-Dist: pytest; extra == "test"
|
|
47
|
+
Requires-Dist: pytest-codecov[git]; extra == "test"
|
|
48
|
+
Requires-Dist: testing.postgresql; extra == "test"
|
|
48
49
|
|
|
49
50
|
Libres
|
|
50
51
|
======
|
|
@@ -135,6 +136,12 @@ After this, create a new release on Github.
|
|
|
135
136
|
Changelog
|
|
136
137
|
---------
|
|
137
138
|
|
|
139
|
+
0.7.3 (2024-08-21)
|
|
140
|
+
~~~~~~~~~~~~~~~~~~~
|
|
141
|
+
|
|
142
|
+
- Adds support for Python 3.12.
|
|
143
|
+
[Daverball]
|
|
144
|
+
|
|
138
145
|
0.7.2 (2024-02-07)
|
|
139
146
|
~~~~~~~~~~~~~~~~~~~
|
|
140
147
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
libres/.gitignore,sha256=tyWYoDW7-zMdsfiJIVONRWJ5JmqJCTHzBOsi_rkIYZg,49
|
|
2
|
-
libres/__init__.py,sha256=
|
|
2
|
+
libres/__init__.py,sha256=gZ1PsCC77HhOe3BNP2M-JThC0Yx3p_2FMdmrke9n3VQ,207
|
|
3
3
|
libres/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
libres/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
libres/context/core.py,sha256=KHM0kEWtUx8OEBhkhjYMzgYQde5tO7VwvKMSvOWvd9U,7054
|
|
@@ -26,8 +26,8 @@ libres/modules/errors.py,sha256=0cRiCKHekaLj0_RVdt6H-VP7dSkI3TQTzjX8u7VUOrI,2120
|
|
|
26
26
|
libres/modules/events.py,sha256=n1RdSmCuhCccmeKk5dOoQ-1q75f-uJh9dIcY2h33cIg,5283
|
|
27
27
|
libres/modules/rasterizer.py,sha256=9Bvp4uSCOtAW8XIfPukjwnTaine1iyFQAHH3uXZiHVo,3006
|
|
28
28
|
libres/modules/utils.py,sha256=Xy_U6074hEY_EwVGJyFqYWI4zL2Mv0-JS5bGW7S7s0M,1793
|
|
29
|
-
libres-0.7.
|
|
30
|
-
libres-0.7.
|
|
31
|
-
libres-0.7.
|
|
32
|
-
libres-0.7.
|
|
33
|
-
libres-0.7.
|
|
29
|
+
libres-0.7.3.dist-info/LICENSE,sha256=w1rojULT3naueSnr4r62MSQipL4VPtsfEcTFmSKpVuI,1069
|
|
30
|
+
libres-0.7.3.dist-info/METADATA,sha256=ek0WQ0MaY_WvOf0u3UUtOKn2GUuplGkZ-RDfp30JIPk,9202
|
|
31
|
+
libres-0.7.3.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
|
32
|
+
libres-0.7.3.dist-info/top_level.txt,sha256=Exs6AnhZc0UTcsD5Ylyx1P89j19hJ4Dy13jxQyZwi3k,7
|
|
33
|
+
libres-0.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|