core-https 1.0.1__tar.gz → 1.0.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.1
2
2
  Name: core-https
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: This project/library contains common elements related to HTTP & API services...
5
5
  Author-email: Alejandro Cora González <alek.cora.glez@gmail.com>
6
6
  Maintainer: Alejandro Cora González
@@ -16,8 +16,8 @@ Classifier: Topic :: Utilities
16
16
  Requires-Python: >=3.9
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: core-tests==1.0.2
20
- Requires-Dist: core-mixins==1.0.3
19
+ Requires-Dist: core-tests==1.0.3
20
+ Requires-Dist: core-mixins==1.0.4
21
21
  Requires-Dist: urllib3==1.26.16
22
22
  Provides-Extra: test
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: core-https
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: This project/library contains common elements related to HTTP & API services...
5
5
  Author-email: Alejandro Cora González <alek.cora.glez@gmail.com>
6
6
  Maintainer: Alejandro Cora González
@@ -16,8 +16,8 @@ Classifier: Topic :: Utilities
16
16
  Requires-Python: >=3.9
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: core-tests==1.0.2
20
- Requires-Dist: core-mixins==1.0.3
19
+ Requires-Dist: core-tests==1.0.3
20
+ Requires-Dist: core-mixins==1.0.4
21
21
  Requires-Dist: urllib3==1.26.16
22
22
  Provides-Extra: test
23
23
 
@@ -0,0 +1,5 @@
1
+ core-tests==1.0.3
2
+ core-mixins==1.0.4
3
+ urllib3==1.26.16
4
+
5
+ [test]
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
  [project]
10
10
  name = "core-https"
11
11
  description = "This project/library contains common elements related to HTTP & API services..."
12
- version = "1.0.1"
12
+ version = "1.0.2"
13
13
 
14
14
  authors = [
15
15
  {name = "Alejandro Cora González", email = "alek.cora.glez@gmail.com"}
@@ -35,8 +35,8 @@ classifiers = [
35
35
  ]
36
36
 
37
37
  dependencies = [
38
- "core-tests==1.0.2",
39
- "core-mixins==1.0.3",
38
+ "core-tests==1.0.3",
39
+ "core-mixins==1.0.4",
40
40
  "urllib3==1.26.16"
41
41
  ]
42
42
 
@@ -1,5 +0,0 @@
1
- core-tests==1.0.2
2
- core-mixins==1.0.3
3
- urllib3==1.26.16
4
-
5
- [test]
File without changes
File without changes
File without changes
File without changes