edx-enterprise-subsidy-client 1.0.0__tar.gz → 2.0.1__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.
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/CHANGELOG.rst +10 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/PKG-INFO +13 -2
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client/__init__.py +1 -1
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/PKG-INFO +13 -2
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/LICENSE +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/LICENSE.txt +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/MANIFEST.in +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/README.rst +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client/client.py +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/SOURCES.txt +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/dependency_links.txt +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/not-zip-safe +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/requires.txt +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/top_level.txt +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/requirements/base.in +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/requirements/constraints.txt +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/setup.cfg +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/setup.py +0 -0
- {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/tests/test_client.py +0 -0
|
@@ -14,6 +14,16 @@ Change Log
|
|
|
14
14
|
Unreleased
|
|
15
15
|
**********
|
|
16
16
|
|
|
17
|
+
[2.0.1]
|
|
18
|
+
*******
|
|
19
|
+
* chore: Update Python Requirements
|
|
20
|
+
|
|
21
|
+
[2.0.0]
|
|
22
|
+
*******
|
|
23
|
+
* feat: Update package version from 1.0.0 to 2.0.0
|
|
24
|
+
* chore: Update Python Requirements
|
|
25
|
+
* chore: Update upgrade-python-requirements to 3.12
|
|
26
|
+
|
|
17
27
|
[1.0.0]
|
|
18
28
|
*******
|
|
19
29
|
* fix: Remove Python 3.8 Support
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: edx-enterprise-subsidy-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Client for interacting with the enterprise-subsidy service.
|
|
5
5
|
Home-page: https://github.com/openedx/edx-enterprise-subsidy-client
|
|
6
6
|
Author: edX
|
|
@@ -24,6 +24,7 @@ Dynamic: description
|
|
|
24
24
|
Dynamic: home-page
|
|
25
25
|
Dynamic: keywords
|
|
26
26
|
Dynamic: license
|
|
27
|
+
Dynamic: license-file
|
|
27
28
|
Dynamic: requires-dist
|
|
28
29
|
Dynamic: requires-python
|
|
29
30
|
Dynamic: summary
|
|
@@ -235,6 +236,16 @@ Change Log
|
|
|
235
236
|
Unreleased
|
|
236
237
|
**********
|
|
237
238
|
|
|
239
|
+
[2.0.1]
|
|
240
|
+
*******
|
|
241
|
+
* chore: Update Python Requirements
|
|
242
|
+
|
|
243
|
+
[2.0.0]
|
|
244
|
+
*******
|
|
245
|
+
* feat: Update package version from 1.0.0 to 2.0.0
|
|
246
|
+
* chore: Update Python Requirements
|
|
247
|
+
* chore: Update upgrade-python-requirements to 3.12
|
|
248
|
+
|
|
238
249
|
[1.0.0]
|
|
239
250
|
*******
|
|
240
251
|
* fix: Remove Python 3.8 Support
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: edx-enterprise-subsidy-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Client for interacting with the enterprise-subsidy service.
|
|
5
5
|
Home-page: https://github.com/openedx/edx-enterprise-subsidy-client
|
|
6
6
|
Author: edX
|
|
@@ -24,6 +24,7 @@ Dynamic: description
|
|
|
24
24
|
Dynamic: home-page
|
|
25
25
|
Dynamic: keywords
|
|
26
26
|
Dynamic: license
|
|
27
|
+
Dynamic: license-file
|
|
27
28
|
Dynamic: requires-dist
|
|
28
29
|
Dynamic: requires-python
|
|
29
30
|
Dynamic: summary
|
|
@@ -235,6 +236,16 @@ Change Log
|
|
|
235
236
|
Unreleased
|
|
236
237
|
**********
|
|
237
238
|
|
|
239
|
+
[2.0.1]
|
|
240
|
+
*******
|
|
241
|
+
* chore: Update Python Requirements
|
|
242
|
+
|
|
243
|
+
[2.0.0]
|
|
244
|
+
*******
|
|
245
|
+
* feat: Update package version from 1.0.0 to 2.0.0
|
|
246
|
+
* chore: Update Python Requirements
|
|
247
|
+
* chore: Update upgrade-python-requirements to 3.12
|
|
248
|
+
|
|
238
249
|
[1.0.0]
|
|
239
250
|
*******
|
|
240
251
|
* fix: Remove Python 3.8 Support
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/requirements/base.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/tests/test_client.py
RENAMED
|
File without changes
|