python-nix-template 0.1.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 (26) hide show
  1. python_nix_template-0.1.1/CHANGELOG.md +7 -0
  2. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/PKG-INFO +1 -1
  3. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/package.json +1 -1
  4. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/pixi.lock +2 -10
  5. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/pyproject.toml +3 -2
  6. python_nix_template-0.1.0/CHANGELOG.md +0 -13
  7. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/.gitignore +0 -0
  8. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/README.md +0 -0
  9. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/README.md +0 -0
  10. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/default_linux-64_conda_spec.txt +0 -0
  11. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/default_osx-arm64_conda_spec.txt +0 -0
  12. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/dev_linux-64_conda_spec.txt +0 -0
  13. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/dev_osx-arm64_conda_spec.txt +0 -0
  14. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/interactive_linux-64_conda_spec.txt +0 -0
  15. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/interactive_osx-arm64_conda_spec.txt +0 -0
  16. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/lint_linux-64_conda_spec.txt +0 -0
  17. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/lint_osx-arm64_conda_spec.txt +0 -0
  18. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/test_linux-64_conda_spec.txt +0 -0
  19. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/test_osx-arm64_conda_spec.txt +0 -0
  20. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/types_linux-64_conda_spec.txt +0 -0
  21. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/conda/types_osx-arm64_conda_spec.txt +0 -0
  22. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/src/.keep +0 -0
  23. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/src/python_nix_template/__init__.py +0 -0
  24. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/src/python_nix_template/tests/.keep +0 -0
  25. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/src/python_nix_template/tests/__init__.py +0 -0
  26. {python_nix_template-0.1.0 → python_nix_template-0.1.1}/src/python_nix_template/tests/test_main.py +0 -0
@@ -0,0 +1,7 @@
1
+ # Changelog
2
+
3
+ ## [python-nix-template-v0.1.1](https://github.com/sciexp/python-nix-template/compare/python-nix-template-v0.1.0...python-nix-template-v0.1.1) (2025-03-21)
4
+
5
+ ### Bug Fixes
6
+
7
+ * **python-nix-template:** set pytest to produce cov xml report ([0809dce](https://github.com/sciexp/python-nix-template/commit/0809dceb4f6f783d236a0dba00fe5f3a24be6315))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-nix-template
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Add your description here
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  Requires-Python: <3.13,>=3.11
@@ -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
+ }
@@ -788,8 +788,6 @@ packages:
788
788
  md5: 30fd6e37fe21f86f4bd26d6ee73eeec7
789
789
  depends:
790
790
  - libgcc-ng >=12
791
- arch: x86_64
792
- platform: linux
793
791
  license: LGPL-2.1-only
794
792
  license_family: GPL
795
793
  purls: []
@@ -831,8 +829,6 @@ packages:
831
829
  md5: 5aa797f8787fe7a17d1b0821485b5adc
832
830
  depends:
833
831
  - libgcc-ng >=12
834
- arch: x86_64
835
- platform: linux
836
832
  license: LGPL-2.1-or-later
837
833
  purls: []
838
834
  size: 100393
@@ -1041,8 +1037,6 @@ packages:
1041
1037
  - tzdata
1042
1038
  constrains:
1043
1039
  - python_abi 3.12.* *_cp312
1044
- arch: x86_64
1045
- platform: linux
1046
1040
  license: Python-2.0
1047
1041
  purls: []
1048
1042
  size: 31670716
@@ -1066,16 +1060,14 @@ packages:
1066
1060
  - tzdata
1067
1061
  constrains:
1068
1062
  - python_abi 3.12.* *_cp312
1069
- arch: arm64
1070
- platform: osx
1071
1063
  license: Python-2.0
1072
1064
  purls: []
1073
1065
  size: 13042031
1074
1066
  timestamp: 1741128584924
1075
1067
  - pypi: .
1076
1068
  name: python-nix-template
1077
- version: 0.1.0
1078
- sha256: 884614b28be67934b26e3f51b28be7a749aa7698d55c64857c9aee6fe0006de7
1069
+ version: 0.1.1
1070
+ sha256: ef9655370d07a32a8d391d075635314bff2c4203307bd9bda2167aa5dd089692
1079
1071
  requires_python: '>=3.11,<3.13'
1080
1072
  editable: true
1081
1073
  - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
@@ -7,7 +7,7 @@ description = "Add your description here"
7
7
  name = "python-nix-template"
8
8
  readme = "README.md"
9
9
  requires-python = ">=3.11,<3.13"
10
- version = "0.1.0"
10
+ version = "0.1.1"
11
11
 
12
12
  [project.scripts]
13
13
  python-nix-template = "python_nix_template:main"
@@ -66,7 +66,7 @@ types = { features = ["types"], solve-group = "default" }
66
66
 
67
67
  [tool.pixi.package]
68
68
  name = "python-nix-template"
69
- version = "0.1.0"
69
+ version = "0.1.1"
70
70
 
71
71
  [tool.pixi.package.run-dependencies]
72
72
 
@@ -87,6 +87,7 @@ addopts = """
87
87
  --disable-warnings
88
88
  --cov=src/python_nix_template/
89
89
  --cov-report=term-missing
90
+ --cov-report=xml
90
91
  --durations=0
91
92
  """
92
93
  log_level = "INFO"
@@ -1,13 +0,0 @@
1
- # Changelog
2
-
3
- ## [python-nix-template-v0.1.0-beta.1](https://github.com/sciexp/python-nix-template/compare/python-nix-template-v0.0.0...python-nix-template-v0.1.0-beta.1) (2025-03-09)
4
-
5
- ### Features
6
-
7
- * **python-nix-template:** disable release commits ([4df88fa](https://github.com/sciexp/python-nix-template/commit/4df88fa8a6ae6aaf871ae5f1bc931aff537e9e5d))
8
-
9
- ### Bug Fixes
10
-
11
- * **conda:** migrate to package-specific lock ([76975e7](https://github.com/sciexp/python-nix-template/commit/76975e7d2b305e3870f7b6b64493de1c153f0986))
12
- * **pixi:** migrate workspace to single-package lock ([ef58870](https://github.com/sciexp/python-nix-template/commit/ef58870e2b2672774795d05e86876acd65997d22))
13
- * **pyproject:** exclude tests from coverage ([33dd6d4](https://github.com/sciexp/python-nix-template/commit/33dd6d47953c2d109468ff61b7a7ca103165f2ea))