python-msilib 0.4.2__tar.gz → 0.5.0__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 (22) hide show
  1. {python_msilib-0.4.2/src/python_msilib.egg-info → python_msilib-0.5.0}/PKG-INFO +7 -8
  2. {python_msilib-0.4.2 → python_msilib-0.5.0}/pyproject.toml +10 -9
  3. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/msilib/__init__.py +1 -1
  4. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/msilib/_msi.c +2 -2
  5. {python_msilib-0.4.2 → python_msilib-0.5.0/src/python_msilib.egg-info}/PKG-INFO +7 -8
  6. python_msilib-0.5.0/src/python_msilib.egg-info/requires.txt +9 -0
  7. python_msilib-0.4.2/src/python_msilib.egg-info/requires.txt +0 -9
  8. {python_msilib-0.4.2 → python_msilib-0.5.0}/LICENSE +0 -0
  9. {python_msilib-0.4.2 → python_msilib-0.5.0}/MANIFEST.in +0 -0
  10. {python_msilib-0.4.2 → python_msilib-0.5.0}/Makefile +0 -0
  11. {python_msilib-0.4.2 → python_msilib-0.5.0}/README.md +0 -0
  12. {python_msilib-0.4.2 → python_msilib-0.5.0}/setup.cfg +0 -0
  13. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/msilib/include/_msi.h +0 -0
  14. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/msilib/include/pythoncapi_compat.h +0 -0
  15. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/msilib/schema.py +0 -0
  16. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/msilib/sequence.py +0 -0
  17. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/msilib/text.py +0 -0
  18. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/python_msilib.egg-info/SOURCES.txt +0 -0
  19. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/python_msilib.egg-info/dependency_links.txt +0 -0
  20. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/python_msilib.egg-info/not-zip-safe +0 -0
  21. {python_msilib-0.4.2 → python_msilib-0.5.0}/src/python_msilib.egg-info/top_level.txt +0 -0
  22. {python_msilib-0.4.2 → python_msilib-0.5.0}/tests/test_msilib.py +0 -0
@@ -1,9 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-msilib
3
- Version: 0.4.2
3
+ Version: 0.5.0
4
4
  Summary: Read and write Microsoft Installer files
5
- Author: Martin v. Löwis
6
- Author-email: Marcelo Duarte <marcelotduarte@users.noreply.github.com>
5
+ Author-email: Marcelo Duarte <marcelotduarte@users.noreply.github.com>, " Martin v. Löwis" <loewis@users.noreply.github.com>
7
6
  License-Expression: PSF-2.0
8
7
  Project-URL: Source, https://github.com/marcelotduarte/python-msilib
9
8
  Project-URL: Changelog, https://github.com/marcelotduarte/python-msilib/releases
@@ -28,12 +27,12 @@ Requires-Python: >=3.13
28
27
  Description-Content-Type: text/markdown
29
28
  License-File: LICENSE
30
29
  Provides-Extra: dev
31
- Requires-Dist: bump-my-version==1.2.3; extra == "dev"
32
- Requires-Dist: cibuildwheel==3.2.1; extra == "dev"
33
- Requires-Dist: pre-commit==4.4.0; extra == "dev"
30
+ Requires-Dist: bump-my-version==1.2.4; extra == "dev"
31
+ Requires-Dist: cibuildwheel==3.3.0; extra == "dev"
32
+ Requires-Dist: pre-commit==4.5.0; extra == "dev"
34
33
  Provides-Extra: tests
35
- Requires-Dist: coverage==7.11.3; extra == "tests"
36
- Requires-Dist: pytest==9.0.0; extra == "tests"
34
+ Requires-Dist: coverage==7.12.0; extra == "tests"
35
+ Requires-Dist: pytest==9.0.2; extra == "tests"
37
36
  Dynamic: license-file
38
37
 
39
38
  # python-msilib
@@ -39,16 +39,17 @@ email = "marcelotduarte@users.noreply.github.com"
39
39
 
40
40
  [[project.authors]]
41
41
  name = " Martin v. Löwis"
42
+ email = "loewis@users.noreply.github.com"
42
43
 
43
44
  [project.optional-dependencies]
44
45
  dev = [
45
- "bump-my-version==1.2.3",
46
- "cibuildwheel==3.2.1",
47
- "pre-commit==4.4.0",
46
+ "bump-my-version==1.2.4",
47
+ "cibuildwheel==3.3.0",
48
+ "pre-commit==4.5.0",
48
49
  ]
49
50
  tests = [
50
- "coverage==7.11.3",
51
- "pytest==9.0.0",
51
+ "coverage==7.12.0",
52
+ "pytest==9.0.2",
52
53
  ]
53
54
 
54
55
  [project.urls]
@@ -79,7 +80,7 @@ where = ["src"]
79
80
 
80
81
  [tool.bumpversion]
81
82
  commit = true
82
- current_version = "0.4.2"
83
+ current_version = "0.5.0"
83
84
  message = "Bump version: {current_version} → {new_version} [ci skip]"
84
85
  parse = """(?x)
85
86
  (?P<major>0|[1-9]\\d*)\\.
@@ -147,9 +148,9 @@ source = ["msilib"]
147
148
  parallel = true
148
149
  relative_files = true
149
150
 
150
- [tool.pytest.ini_options]
151
- minversion = "7.0"
152
- addopts = "-rpfEsXx"
151
+ [tool.pytest]
152
+ minversion = "9.0"
153
+ addopts = ["-rpfEsXx"]
153
154
  testpaths = ["tests"]
154
155
  filterwarnings = [
155
156
  "ignore::DeprecationWarning:distutils.*",
@@ -56,7 +56,7 @@ from msilib._msi import (
56
56
  UuidCreate,
57
57
  )
58
58
 
59
- __version__ = "0.4.2"
59
+ __version__ = "0.5.0"
60
60
 
61
61
  __all__ = [
62
62
  "CAB",
@@ -260,7 +260,7 @@ static PyObject* _msi_FCICreate_impl(
260
260
  }
261
261
 
262
262
  ccab.cb = INT_MAX; /* no need to split CAB into multiple media */
263
- ccab.cbFolderThresh = 1000000; /* flush directory after this many bytes */
263
+ ccab.cbFolderThresh = 10000000; /* flush directory after this many bytes */
264
264
  ccab.cbReserveCFData = 0;
265
265
  ccab.cbReserveCFFolder = 0;
266
266
  ccab.cbReserveCFHeader = 0;
@@ -310,7 +310,7 @@ static PyObject* _msi_FCICreate_impl(
310
310
  }
311
311
 
312
312
  if (!FCIAddFile(hfci, filename, cabname, FALSE, cb_getnextcabinet,
313
- cb_status, cb_getopeninfo, tcompTYPE_MSZIP))
313
+ cb_status, cb_getopeninfo, TCOMPfromLZXWindow(21)))
314
314
  goto err;
315
315
  }
316
316
 
@@ -1,9 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-msilib
3
- Version: 0.4.2
3
+ Version: 0.5.0
4
4
  Summary: Read and write Microsoft Installer files
5
- Author: Martin v. Löwis
6
- Author-email: Marcelo Duarte <marcelotduarte@users.noreply.github.com>
5
+ Author-email: Marcelo Duarte <marcelotduarte@users.noreply.github.com>, " Martin v. Löwis" <loewis@users.noreply.github.com>
7
6
  License-Expression: PSF-2.0
8
7
  Project-URL: Source, https://github.com/marcelotduarte/python-msilib
9
8
  Project-URL: Changelog, https://github.com/marcelotduarte/python-msilib/releases
@@ -28,12 +27,12 @@ Requires-Python: >=3.13
28
27
  Description-Content-Type: text/markdown
29
28
  License-File: LICENSE
30
29
  Provides-Extra: dev
31
- Requires-Dist: bump-my-version==1.2.3; extra == "dev"
32
- Requires-Dist: cibuildwheel==3.2.1; extra == "dev"
33
- Requires-Dist: pre-commit==4.4.0; extra == "dev"
30
+ Requires-Dist: bump-my-version==1.2.4; extra == "dev"
31
+ Requires-Dist: cibuildwheel==3.3.0; extra == "dev"
32
+ Requires-Dist: pre-commit==4.5.0; extra == "dev"
34
33
  Provides-Extra: tests
35
- Requires-Dist: coverage==7.11.3; extra == "tests"
36
- Requires-Dist: pytest==9.0.0; extra == "tests"
34
+ Requires-Dist: coverage==7.12.0; extra == "tests"
35
+ Requires-Dist: pytest==9.0.2; extra == "tests"
37
36
  Dynamic: license-file
38
37
 
39
38
  # python-msilib
@@ -0,0 +1,9 @@
1
+
2
+ [dev]
3
+ bump-my-version==1.2.4
4
+ cibuildwheel==3.3.0
5
+ pre-commit==4.5.0
6
+
7
+ [tests]
8
+ coverage==7.12.0
9
+ pytest==9.0.2
@@ -1,9 +0,0 @@
1
-
2
- [dev]
3
- bump-my-version==1.2.3
4
- cibuildwheel==3.2.1
5
- pre-commit==4.4.0
6
-
7
- [tests]
8
- coverage==7.11.3
9
- pytest==9.0.0
File without changes
File without changes
File without changes
File without changes
File without changes