pnt-functional 0.0.0__tar.gz → 0.1.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.
Files changed (24) hide show
  1. pnt_functional-0.1.1/CHANGELOG.md +7 -0
  2. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/PKG-INFO +1 -1
  3. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/package.json +1 -1
  4. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/pixi.lock +2 -2
  5. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/pyproject.toml +3 -2
  6. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/.gitignore +0 -0
  7. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/README.md +0 -0
  8. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/README.md +0 -0
  9. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/default_linux-64_conda_spec.txt +0 -0
  10. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/default_osx-arm64_conda_spec.txt +0 -0
  11. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/dev_linux-64_conda_spec.txt +0 -0
  12. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/dev_osx-arm64_conda_spec.txt +0 -0
  13. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/interactive_linux-64_conda_spec.txt +0 -0
  14. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/interactive_osx-arm64_conda_spec.txt +0 -0
  15. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/lint_linux-64_conda_spec.txt +0 -0
  16. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/lint_osx-arm64_conda_spec.txt +0 -0
  17. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/test_linux-64_conda_spec.txt +0 -0
  18. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/test_osx-arm64_conda_spec.txt +0 -0
  19. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/types_linux-64_conda_spec.txt +0 -0
  20. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/conda/types_osx-arm64_conda_spec.txt +0 -0
  21. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/src/.keep +0 -0
  22. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/src/pnt_functional/__init__.py +0 -0
  23. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/src/pnt_functional/main.py +0 -0
  24. {pnt_functional-0.0.0 → pnt_functional-0.1.1}/src/pnt_functional/tests/test_main.py +0 -0
@@ -0,0 +1,7 @@
1
+ # Changelog
2
+
3
+ ## [pnt-functional-v0.1.1](https://github.com/sciexp/python-nix-template/compare/pnt-functional-v0.1.0...pnt-functional-v0.1.1) (2025-03-21)
4
+
5
+ ### Bug Fixes
6
+
7
+ * **pnt-functional:** set pytest to produce cov xml report ([75c7abe](https://github.com/sciexp/python-nix-template/commit/75c7abecce0d695a87dc3bbf00f03fb10e1ad506))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pnt-functional
3
- Version: 0.0.0
3
+ Version: 0.1.1
4
4
  Summary: A Python package template using Nix and uv
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  License: Apache-2.0
@@ -89,4 +89,4 @@
89
89
  "test-release": "semantic-release --dry-run --no-ci"
90
90
  },
91
91
  "version": "0.0.0-development"
92
- }
92
+ }
@@ -1027,8 +1027,8 @@ packages:
1027
1027
  requires_python: '>=3.8'
1028
1028
  - pypi: .
1029
1029
  name: pnt-functional
1030
- version: 0.1.0
1031
- sha256: f756af30293f1463fc1fee0ab732dbbe95e9619ab1792c35aa06c08cd212e273
1030
+ version: 0.1.1
1031
+ sha256: d764eca8765b99e6ee930d1ee377b1f1431f04d60e7c6019cddb597c5b00c554
1032
1032
  requires_dist:
1033
1033
  - beartype>=0.19.0,<0.20.0
1034
1034
  - expression>=5.5.0
@@ -19,7 +19,7 @@ license = { text = "Apache-2.0" }
19
19
  name = "pnt-functional"
20
20
  readme = "README.md"
21
21
  requires-python = ">=3.11,<3.13"
22
- version = "0.0.0"
22
+ version = "0.1.1"
23
23
 
24
24
  [project.scripts]
25
25
  pnt-functional = "pnt_functional.main:greet"
@@ -89,7 +89,7 @@ types = "pyright src/"
89
89
 
90
90
  [tool.pixi.package]
91
91
  name = "pnt-functional"
92
- version = "0.1.0"
92
+ version = "0.1.1"
93
93
 
94
94
  [tool.pixi.package.run-dependencies]
95
95
  beartype = ">=0.19.0,<0.20.0"
@@ -115,6 +115,7 @@ addopts = """
115
115
  --disable-warnings
116
116
  --cov=src/pnt_functional/
117
117
  --cov-report=term-missing
118
+ --cov-report=xml
118
119
  --durations=0
119
120
  """
120
121
  log_level = "INFO"
File without changes
File without changes