-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #720 from lognaturel/release-3
Prepare v2.1.0 release
- Loading branch information
Showing
10 changed files
with
44 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "pyxform" | ||
version = "2.0.3" | ||
version = "2.1.0" | ||
authors = [ | ||
{name = "github.com/xlsform", email = "[email protected]"}, | ||
] | ||
|
@@ -9,17 +9,17 @@ readme = "README.rst" | |
requires-python = ">=3.10" | ||
dependencies = [ | ||
"xlrd==2.0.1", # Read XLS files | ||
"openpyxl==3.1.2", # Read XLSX files | ||
"openpyxl==3.1.3", # Read XLSX files | ||
"defusedxml==0.7.1", # Parse XML | ||
] | ||
|
||
[project.optional-dependencies] | ||
# Install with `pip install pyxform[dev]`. | ||
dev = [ | ||
"formencode==2.1.0", # Compare XML | ||
"lxml==5.2.2", # XPath test expressions | ||
"psutil==5.9.8", # Process info for performance tests | ||
"ruff==0.4.5", # Format and lint | ||
"lxml==5.3.0", # XPath test expressions | ||
"psutil==6.0.0", # Process info for performance tests | ||
"ruff==0.6.4", # Format and lint | ||
] | ||
|
||
[project.urls] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2023-09-19T16:41:46Z | ||
2024-09-05T21:15:02Z |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters