pyquoks 2.1.2__tar.gz → 2.1.3__tar.gz

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.
@@ -1,15 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyquoks
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: Пакет PyPI для часто используемых модулей в проектах diquoks
5
5
  License: MIT
6
6
  License-File: LICENSE
7
7
  Author: Denis Titovets
8
8
  Author-email: den232titovets@yandex.ru
9
- Requires-Python: >=3.13
9
+ Requires-Python: >=3.14
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.13
13
12
  Classifier: Programming Language :: Python :: 3.14
14
13
  Requires-Dist: blinker (==1.9.0)
15
14
  Requires-Dist: certifi (==2025.11.12)
@@ -24,7 +23,7 @@ Requires-Dist: markupsafe (==3.0.3)
24
23
  Requires-Dist: pillow (==12.0.0)
25
24
  Requires-Dist: psutil (==7.1.3)
26
25
  Requires-Dist: requests (==2.32.5)
27
- Requires-Dist: urllib3 (==2.6.0)
26
+ Requires-Dist: urllib3 (==2.6.1)
28
27
  Requires-Dist: waitress (==3.0.2)
29
28
  Requires-Dist: werkzeug (==3.1.4)
30
29
  Description-Content-Type: text/markdown
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "pyquoks"
3
- version = "2.1.2"
3
+ version = "2.1.3"
4
4
  description = "Пакет PyPI для часто используемых модулей в проектах diquoks"
5
5
  authors = [
6
6
  { name = "Denis Titovets <den232titovets@yandex.ru>" }
7
7
  ]
8
8
  license = { text = "MIT" }
9
9
  readme = "README.md"
10
- requires-python = ">=3.13"
10
+ requires-python = ">=3.14"
11
11
  dependencies = [
12
12
  "blinker (==1.9.0)",
13
13
  "certifi (==2025.11.12)",
@@ -22,7 +22,7 @@ dependencies = [
22
22
  "pillow (==12.0.0)",
23
23
  "psutil (==7.1.3)",
24
24
  "requests (==2.32.5)",
25
- "urllib3 (==2.6.0)",
25
+ "urllib3 (==2.6.1)",
26
26
  "waitress (==3.0.2)",
27
27
  "werkzeug (==3.1.4)"
28
28
  ]
@@ -1,5 +1,3 @@
1
- from __future__ import annotations
2
-
3
1
  import configparser
4
2
  import datetime
5
3
  import io
@@ -1,5 +1,3 @@
1
- from __future__ import annotations
2
-
3
1
  import typing
4
2
 
5
3
  import flask
@@ -1,5 +1,3 @@
1
- from __future__ import annotations
2
-
3
1
  import typing
4
2
 
5
3
  import pyquoks.utils
@@ -1,5 +1,3 @@
1
- from __future__ import annotations
2
-
3
1
  import types
4
2
  import typing
5
3
  import unittest
@@ -1,5 +1,3 @@
1
- from __future__ import annotations
2
-
3
1
  import datetime
4
2
  import os
5
3
  import sys
File without changes
File without changes
File without changes