json2xml 5.0.0__tar.gz → 5.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.
- {json2xml-5.0.0 → json2xml-5.0.2}/HISTORY.rst +43 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/PKG-INFO +44 -1
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml/__init__.py +1 -1
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml.egg-info/PKG-INFO +44 -1
- {json2xml-5.0.0 → json2xml-5.0.2}/pyproject.toml +2 -2
- {json2xml-5.0.0 → json2xml-5.0.2}/setup.py +3 -3
- {json2xml-5.0.0 → json2xml-5.0.2}/AUTHORS.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/CONTRIBUTING.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/LICENSE +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/MANIFEST.in +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/README.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/Makefile +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/authors.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/conf.py +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/contributing.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/history.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/index.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/installation.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/json2xml.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/make.bat +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/modules.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/readme.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/docs/usage.rst +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml/dicttoxml.py +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml/json2xml.py +1 -1
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml/utils.py +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml.egg-info/SOURCES.txt +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml.egg-info/dependency_links.txt +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml.egg-info/not-zip-safe +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml.egg-info/requires.txt +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/json2xml.egg-info/top_level.txt +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/requirements.in +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/setup.cfg +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/tests/__init__.py +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/tests/test_dict2xml.py +0 -0
- {json2xml-5.0.0 → json2xml-5.0.2}/tests/test_json2xml.py +1 -1
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
History
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
5.0.2 / 2024-06-10
|
|
5
|
+
==================
|
|
6
|
+
|
|
7
|
+
* fix: try beta1 as beta2 fails to untar and extract
|
|
8
|
+
* fix: lint and deps issue
|
|
9
|
+
* fix: resolve issues with python 3.13 version and also encoding
|
|
10
|
+
* fix: CI build failures
|
|
11
|
+
* fix: generate changelog
|
|
12
|
+
* Add Python 3.13 support (#201)
|
|
13
|
+
* chore(deps): bump jinja2 from 3.0.2 to 3.1.3 in /docs (#197)
|
|
14
|
+
* fix: bump the version to the latest release number
|
|
15
|
+
* Merge remote-tracking branch 'origin/master'
|
|
16
|
+
* fix: update changelog for the docs
|
|
17
|
+
* fix: update to latest version of urllib3 (#195)
|
|
18
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
19
|
+
* docs: generate changelog
|
|
20
|
+
* chore: bump version
|
|
21
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
22
|
+
* feat: add new python3.12 final (#191)
|
|
23
|
+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
|
|
24
|
+
* Fix/make docs better (#186)
|
|
25
|
+
* fix: issue with hardcoded year
|
|
26
|
+
* fix: remove build files
|
|
27
|
+
* feat: upgrade sphinx theme
|
|
28
|
+
* fix: upgrade to latest rc2 package
|
|
29
|
+
* fix: issues with ruff linting, use isinstance in place of type
|
|
30
|
+
* fix: make readme better
|
|
31
|
+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
|
|
32
|
+
* chore: test python312rc1 (#184)
|
|
33
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
34
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
35
|
+
|
|
36
|
+
5.0.0 / 2024-05-11
|
|
37
|
+
==================
|
|
38
|
+
|
|
39
|
+
* fix: add python3.12
|
|
40
|
+
* fix: bye bye py 3.9 👋🏻
|
|
41
|
+
* feat:try python3.13
|
|
42
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
43
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
44
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
45
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
46
|
+
|
|
4
47
|
4.1.0 / 2023-11-07
|
|
5
48
|
==================
|
|
6
49
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: json2xml
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.2
|
|
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
|
|
@@ -233,6 +233,49 @@ Help and Support to maintain this project
|
|
|
233
233
|
History
|
|
234
234
|
=======
|
|
235
235
|
|
|
236
|
+
5.0.2 / 2024-06-10
|
|
237
|
+
==================
|
|
238
|
+
|
|
239
|
+
* fix: try beta1 as beta2 fails to untar and extract
|
|
240
|
+
* fix: lint and deps issue
|
|
241
|
+
* fix: resolve issues with python 3.13 version and also encoding
|
|
242
|
+
* fix: CI build failures
|
|
243
|
+
* fix: generate changelog
|
|
244
|
+
* Add Python 3.13 support (#201)
|
|
245
|
+
* chore(deps): bump jinja2 from 3.0.2 to 3.1.3 in /docs (#197)
|
|
246
|
+
* fix: bump the version to the latest release number
|
|
247
|
+
* Merge remote-tracking branch 'origin/master'
|
|
248
|
+
* fix: update changelog for the docs
|
|
249
|
+
* fix: update to latest version of urllib3 (#195)
|
|
250
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
251
|
+
* docs: generate changelog
|
|
252
|
+
* chore: bump version
|
|
253
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
254
|
+
* feat: add new python3.12 final (#191)
|
|
255
|
+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
|
|
256
|
+
* Fix/make docs better (#186)
|
|
257
|
+
* fix: issue with hardcoded year
|
|
258
|
+
* fix: remove build files
|
|
259
|
+
* feat: upgrade sphinx theme
|
|
260
|
+
* fix: upgrade to latest rc2 package
|
|
261
|
+
* fix: issues with ruff linting, use isinstance in place of type
|
|
262
|
+
* fix: make readme better
|
|
263
|
+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
|
|
264
|
+
* chore: test python312rc1 (#184)
|
|
265
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
266
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
267
|
+
|
|
268
|
+
5.0.0 / 2024-05-11
|
|
269
|
+
==================
|
|
270
|
+
|
|
271
|
+
* fix: add python3.12
|
|
272
|
+
* fix: bye bye py 3.9 👋🏻
|
|
273
|
+
* feat:try python3.13
|
|
274
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
275
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
276
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
277
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
278
|
+
|
|
236
279
|
4.1.0 / 2023-11-07
|
|
237
280
|
==================
|
|
238
281
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: json2xml
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.2
|
|
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
|
|
@@ -233,6 +233,49 @@ Help and Support to maintain this project
|
|
|
233
233
|
History
|
|
234
234
|
=======
|
|
235
235
|
|
|
236
|
+
5.0.2 / 2024-06-10
|
|
237
|
+
==================
|
|
238
|
+
|
|
239
|
+
* fix: try beta1 as beta2 fails to untar and extract
|
|
240
|
+
* fix: lint and deps issue
|
|
241
|
+
* fix: resolve issues with python 3.13 version and also encoding
|
|
242
|
+
* fix: CI build failures
|
|
243
|
+
* fix: generate changelog
|
|
244
|
+
* Add Python 3.13 support (#201)
|
|
245
|
+
* chore(deps): bump jinja2 from 3.0.2 to 3.1.3 in /docs (#197)
|
|
246
|
+
* fix: bump the version to the latest release number
|
|
247
|
+
* Merge remote-tracking branch 'origin/master'
|
|
248
|
+
* fix: update changelog for the docs
|
|
249
|
+
* fix: update to latest version of urllib3 (#195)
|
|
250
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
251
|
+
* docs: generate changelog
|
|
252
|
+
* chore: bump version
|
|
253
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
254
|
+
* feat: add new python3.12 final (#191)
|
|
255
|
+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
|
|
256
|
+
* Fix/make docs better (#186)
|
|
257
|
+
* fix: issue with hardcoded year
|
|
258
|
+
* fix: remove build files
|
|
259
|
+
* feat: upgrade sphinx theme
|
|
260
|
+
* fix: upgrade to latest rc2 package
|
|
261
|
+
* fix: issues with ruff linting, use isinstance in place of type
|
|
262
|
+
* fix: make readme better
|
|
263
|
+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
|
|
264
|
+
* chore: test python312rc1 (#184)
|
|
265
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
266
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
267
|
+
|
|
268
|
+
5.0.0 / 2024-05-11
|
|
269
|
+
==================
|
|
270
|
+
|
|
271
|
+
* fix: add python3.12
|
|
272
|
+
* fix: bye bye py 3.9 👋🏻
|
|
273
|
+
* feat:try python3.13
|
|
274
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
275
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
276
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
277
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
278
|
+
|
|
236
279
|
4.1.0 / 2023-11-07
|
|
237
280
|
==================
|
|
238
281
|
|
|
@@ -4,14 +4,14 @@ exclude = [
|
|
|
4
4
|
".venv",
|
|
5
5
|
"**/migrations/**",
|
|
6
6
|
]
|
|
7
|
-
ignore = [
|
|
7
|
+
lint.ignore = [
|
|
8
8
|
"E501", # line too long
|
|
9
9
|
"F403", # 'from module import *' used; unable to detect undefined names
|
|
10
10
|
"E701", # multiple statements on one line (colon)
|
|
11
11
|
"F401", # module imported but unused
|
|
12
12
|
]
|
|
13
13
|
line-length = 119
|
|
14
|
-
select = [
|
|
14
|
+
lint.select = [
|
|
15
15
|
"I",
|
|
16
16
|
"E",
|
|
17
17
|
"F",
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
from setuptools import setup, find_packages
|
|
6
6
|
from json2xml import __version__
|
|
7
7
|
|
|
8
|
-
with open("README.rst") as readme_file:
|
|
8
|
+
with open("README.rst", encoding="utf-8") as readme_file:
|
|
9
9
|
readme = readme_file.read()
|
|
10
10
|
|
|
11
|
-
with open("HISTORY.rst") as history_file:
|
|
11
|
+
with open("HISTORY.rst", encoding="utf-8") as history_file:
|
|
12
12
|
history = history_file.read()
|
|
13
13
|
|
|
14
|
-
with open("requirements.in") as requirements_in:
|
|
14
|
+
with open("requirements.in", encoding="utf-8") as requirements_in:
|
|
15
15
|
requirements = [requirements_in.read()]
|
|
16
16
|
|
|
17
17
|
setup_requirements = []
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|