catchlib 1.1.0__tar.gz → 1.1.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: catchlib
3
- Version: 1.1.0
3
+ Version: 1.1.2
4
4
  Summary: This project allows to catch exceptions easily.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
@@ -14,6 +14,7 @@ Classifier: Operating System :: OS Independent
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3 :: Only
17
+ Classifier: Typing :: Typed
17
18
  Requires-Python: >=3.11
18
19
  Description-Content-Type: text/x-rst
19
20
  License-File: LICENSE.txt
@@ -3,6 +3,10 @@ Introduction
3
3
 
4
4
  This project allows to catch exceptions easily.
5
5
 
6
+ .. container:: warning
7
+
8
+ **Warning:** The minor version ``1.0`` of ``catchlib`` has reached end-of-life.
9
+
6
10
  Installation
7
11
  ------------
8
12
 
@@ -15,6 +15,7 @@ classifiers = [
15
15
  "Programming Language :: Python",
16
16
  "Programming Language :: Python :: 3",
17
17
  "Programming Language :: Python :: 3 :: Only",
18
+ "Typing :: Typed",
18
19
  ]
19
20
  dependencies = []
20
21
  description = "This project allows to catch exceptions easily."
@@ -26,7 +27,7 @@ license-files = [
26
27
  name = "catchlib"
27
28
  readme = "README.rst"
28
29
  requires-python = ">=3.11"
29
- version = "1.1.0"
30
+ version = "1.1.2"
30
31
 
31
32
  [project.urls]
32
33
  Download = "https://pypi.org/project/catchlib/#files"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: catchlib
3
- Version: 1.1.0
3
+ Version: 1.1.2
4
4
  Summary: This project allows to catch exceptions easily.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
@@ -14,6 +14,7 @@ Classifier: Operating System :: OS Independent
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3 :: Only
17
+ Classifier: Typing :: Typed
17
18
  Requires-Python: >=3.11
18
19
  Description-Content-Type: text/x-rst
19
20
  License-File: LICENSE.txt
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes