json2xml 5.0.2__tar.gz → 5.0.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.
Files changed (36) hide show
  1. {json2xml-5.0.2 → json2xml-5.0.3}/HISTORY.rst +34 -0
  2. {json2xml-5.0.2 → json2xml-5.0.3}/PKG-INFO +36 -3
  3. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml/__init__.py +1 -1
  4. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml.egg-info/PKG-INFO +36 -3
  5. {json2xml-5.0.2 → json2xml-5.0.3}/setup.py +1 -2
  6. {json2xml-5.0.2 → json2xml-5.0.3}/AUTHORS.rst +0 -0
  7. {json2xml-5.0.2 → json2xml-5.0.3}/CONTRIBUTING.rst +0 -0
  8. {json2xml-5.0.2 → json2xml-5.0.3}/LICENSE +0 -0
  9. {json2xml-5.0.2 → json2xml-5.0.3}/MANIFEST.in +0 -0
  10. {json2xml-5.0.2 → json2xml-5.0.3}/README.rst +0 -0
  11. {json2xml-5.0.2 → json2xml-5.0.3}/docs/Makefile +0 -0
  12. {json2xml-5.0.2 → json2xml-5.0.3}/docs/authors.rst +0 -0
  13. {json2xml-5.0.2 → json2xml-5.0.3}/docs/conf.py +0 -0
  14. {json2xml-5.0.2 → json2xml-5.0.3}/docs/contributing.rst +0 -0
  15. {json2xml-5.0.2 → json2xml-5.0.3}/docs/history.rst +0 -0
  16. {json2xml-5.0.2 → json2xml-5.0.3}/docs/index.rst +0 -0
  17. {json2xml-5.0.2 → json2xml-5.0.3}/docs/installation.rst +0 -0
  18. {json2xml-5.0.2 → json2xml-5.0.3}/docs/json2xml.rst +0 -0
  19. {json2xml-5.0.2 → json2xml-5.0.3}/docs/make.bat +0 -0
  20. {json2xml-5.0.2 → json2xml-5.0.3}/docs/modules.rst +0 -0
  21. {json2xml-5.0.2 → json2xml-5.0.3}/docs/readme.rst +0 -0
  22. {json2xml-5.0.2 → json2xml-5.0.3}/docs/usage.rst +0 -0
  23. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml/dicttoxml.py +0 -0
  24. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml/json2xml.py +0 -0
  25. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml/utils.py +0 -0
  26. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml.egg-info/SOURCES.txt +0 -0
  27. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml.egg-info/dependency_links.txt +0 -0
  28. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml.egg-info/not-zip-safe +0 -0
  29. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml.egg-info/requires.txt +0 -0
  30. {json2xml-5.0.2 → json2xml-5.0.3}/json2xml.egg-info/top_level.txt +0 -0
  31. {json2xml-5.0.2 → json2xml-5.0.3}/pyproject.toml +0 -0
  32. {json2xml-5.0.2 → json2xml-5.0.3}/requirements.in +0 -0
  33. {json2xml-5.0.2 → json2xml-5.0.3}/setup.cfg +0 -0
  34. {json2xml-5.0.2 → json2xml-5.0.3}/tests/__init__.py +0 -0
  35. {json2xml-5.0.2 → json2xml-5.0.3}/tests/test_dict2xml.py +0 -0
  36. {json2xml-5.0.2 → json2xml-5.0.3}/tests/test_json2xml.py +0 -0
@@ -1,6 +1,40 @@
1
1
  History
2
2
  =======
3
3
 
4
+ 5.0.3 / 2024-08-08
5
+ ==================
6
+
7
+ * feat: remove python 3.9, python 3.8 from setup identifier
8
+ * feat: update 3.13 to beta3 (#208)
9
+ * chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#207)
10
+ * chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /docs (#206)
11
+ * chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#205)
12
+ * feat: update to actions to v20 of node
13
+ * fix: dependabot security issues and a new release version
14
+ * fix: try beta1 as beta2 fails to untar and extract
15
+ * fix: lint and deps issue
16
+ * fix: resolve issues with python 3.13 version and also encoding
17
+ * fix: CI build failures
18
+ * fix: update changelog for the docs
19
+ * fix: update to latest version of urllib3 (#195)
20
+ * chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
21
+ * docs: generate changelog
22
+ * chore: bump version
23
+ * feat: get local working for 3.12 and fix some code quality issue
24
+ * feat: add new python3.12 final (#191)
25
+ * chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
26
+ * Fix/make docs better (#186)
27
+ * fix: issue with hardcoded year
28
+ * fix: remove build files
29
+ * feat: upgrade sphinx theme
30
+ * fix: upgrade to latest rc2 package
31
+ * fix: issues with ruff linting, use isinstance in place of type
32
+ * fix: make readme better
33
+ * chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
34
+ * chore: test python312rc1 (#184)
35
+ * chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
36
+ * chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
37
+
4
38
  5.0.2 / 2024-06-10
5
39
  ==================
6
40
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: json2xml
3
- Version: 5.0.2
3
+ Version: 5.0.3
4
4
  Summary: Simple Python Library to convert JSON to XML
5
5
  Home-page: https://github.com/vinitkumar/json2xml
6
6
  Author: Vinit Kumar
@@ -11,11 +11,10 @@ Classifier: Development Status :: 6 - Mature
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Natural Language :: English
14
- Classifier: Programming Language :: Python :: 3.8
15
- Classifier: Programming Language :: Python :: 3.9
16
14
  Classifier: Programming Language :: Python :: 3.10
17
15
  Classifier: Programming Language :: Python :: 3.11
18
16
  Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
19
18
  Classifier: Programming Language :: Python :: Implementation :: CPython
20
19
  Classifier: Programming Language :: Python :: Implementation :: PyPy
21
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -233,6 +232,40 @@ Help and Support to maintain this project
233
232
  History
234
233
  =======
235
234
 
235
+ 5.0.3 / 2024-08-08
236
+ ==================
237
+
238
+ * feat: remove python 3.9, python 3.8 from setup identifier
239
+ * feat: update 3.13 to beta3 (#208)
240
+ * chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#207)
241
+ * chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /docs (#206)
242
+ * chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#205)
243
+ * feat: update to actions to v20 of node
244
+ * fix: dependabot security issues and a new release version
245
+ * fix: try beta1 as beta2 fails to untar and extract
246
+ * fix: lint and deps issue
247
+ * fix: resolve issues with python 3.13 version and also encoding
248
+ * fix: CI build failures
249
+ * fix: update changelog for the docs
250
+ * fix: update to latest version of urllib3 (#195)
251
+ * chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
252
+ * docs: generate changelog
253
+ * chore: bump version
254
+ * feat: get local working for 3.12 and fix some code quality issue
255
+ * feat: add new python3.12 final (#191)
256
+ * chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
257
+ * Fix/make docs better (#186)
258
+ * fix: issue with hardcoded year
259
+ * fix: remove build files
260
+ * feat: upgrade sphinx theme
261
+ * fix: upgrade to latest rc2 package
262
+ * fix: issues with ruff linting, use isinstance in place of type
263
+ * fix: make readme better
264
+ * chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
265
+ * chore: test python312rc1 (#184)
266
+ * chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
267
+ * chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
268
+
236
269
  5.0.2 / 2024-06-10
237
270
  ==================
238
271
 
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = """Vinit Kumar"""
4
4
  __email__ = "mail@vinitkumar.me"
5
- __version__ = "5.0.2"
5
+ __version__ = "5.0.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: json2xml
3
- Version: 5.0.2
3
+ Version: 5.0.3
4
4
  Summary: Simple Python Library to convert JSON to XML
5
5
  Home-page: https://github.com/vinitkumar/json2xml
6
6
  Author: Vinit Kumar
@@ -11,11 +11,10 @@ Classifier: Development Status :: 6 - Mature
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Natural Language :: English
14
- Classifier: Programming Language :: Python :: 3.8
15
- Classifier: Programming Language :: Python :: 3.9
16
14
  Classifier: Programming Language :: Python :: 3.10
17
15
  Classifier: Programming Language :: Python :: 3.11
18
16
  Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
19
18
  Classifier: Programming Language :: Python :: Implementation :: CPython
20
19
  Classifier: Programming Language :: Python :: Implementation :: PyPy
21
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -233,6 +232,40 @@ Help and Support to maintain this project
233
232
  History
234
233
  =======
235
234
 
235
+ 5.0.3 / 2024-08-08
236
+ ==================
237
+
238
+ * feat: remove python 3.9, python 3.8 from setup identifier
239
+ * feat: update 3.13 to beta3 (#208)
240
+ * chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#207)
241
+ * chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /docs (#206)
242
+ * chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#205)
243
+ * feat: update to actions to v20 of node
244
+ * fix: dependabot security issues and a new release version
245
+ * fix: try beta1 as beta2 fails to untar and extract
246
+ * fix: lint and deps issue
247
+ * fix: resolve issues with python 3.13 version and also encoding
248
+ * fix: CI build failures
249
+ * fix: update changelog for the docs
250
+ * fix: update to latest version of urllib3 (#195)
251
+ * chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
252
+ * docs: generate changelog
253
+ * chore: bump version
254
+ * feat: get local working for 3.12 and fix some code quality issue
255
+ * feat: add new python3.12 final (#191)
256
+ * chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
257
+ * Fix/make docs better (#186)
258
+ * fix: issue with hardcoded year
259
+ * fix: remove build files
260
+ * feat: upgrade sphinx theme
261
+ * fix: upgrade to latest rc2 package
262
+ * fix: issues with ruff linting, use isinstance in place of type
263
+ * fix: make readme better
264
+ * chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
265
+ * chore: test python312rc1 (#184)
266
+ * chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
267
+ * chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
268
+
236
269
  5.0.2 / 2024-06-10
237
270
  ==================
238
271
 
@@ -26,11 +26,10 @@ setup(
26
26
  "Intended Audience :: Developers",
27
27
  "License :: OSI Approved :: Apache Software License",
28
28
  "Natural Language :: English",
29
- "Programming Language :: Python :: 3.8",
30
- "Programming Language :: Python :: 3.9",
31
29
  "Programming Language :: Python :: 3.10",
32
30
  "Programming Language :: Python :: 3.11",
33
31
  "Programming Language :: Python :: 3.12",
32
+ "Programming Language :: Python :: 3.13",
34
33
  "Programming Language :: Python :: Implementation :: CPython",
35
34
  "Programming Language :: Python :: Implementation :: PyPy",
36
35
  "Topic :: Software Development :: Libraries :: Python Modules",
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
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
File without changes
File without changes
File without changes
File without changes