nano-dev-utils 0.4.2__tar.gz → 0.4.3__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.
Potentially problematic release.
This version of nano-dev-utils might be problematic. Click here for more details.
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/workspace.xml +12 -3
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/PKG-INFO +2 -2
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/README.md +1 -1
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/pyproject.toml +1 -1
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.gitignore +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/.gitignore +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/misc.xml +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/modules.xml +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/nano_dev_utils.iml +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/vcs.xml +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/LICENSE.md +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/src/nano_dev_utils/__init__.py +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/src/nano_dev_utils/dynamic_importer.py +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/src/nano_dev_utils/release_ports.py +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/src/nano_dev_utils/timers.py +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/tests/__init__.py +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/tests/testing_dynamic_importer.py +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/tests/testing_release_ports.py +0 -0
- {nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/tests/testing_timer.py +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="96bbbefe-efb6-42c4-93da-e069ac3e654f" name="Changes" comment="
|
|
7
|
+
<list default="true" id="96bbbefe-efb6-42c4-93da-e069ac3e654f" name="Changes" comment="removed 'src' (package-ready)" />
|
|
8
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -270,7 +270,15 @@
|
|
|
270
270
|
<option name="project" value="LOCAL" />
|
|
271
271
|
<updated>1745767183156</updated>
|
|
272
272
|
</task>
|
|
273
|
-
<
|
|
273
|
+
<task id="LOCAL-00021" summary="removed 'src' (package-ready)">
|
|
274
|
+
<option name="closed" value="true" />
|
|
275
|
+
<created>1745770229679</created>
|
|
276
|
+
<option name="number" value="00021" />
|
|
277
|
+
<option name="presentableId" value="LOCAL-00021" />
|
|
278
|
+
<option name="project" value="LOCAL" />
|
|
279
|
+
<updated>1745770229679</updated>
|
|
280
|
+
</task>
|
|
281
|
+
<option name="localTasksCounter" value="22" />
|
|
274
282
|
<servers />
|
|
275
283
|
</component>
|
|
276
284
|
<component name="Vcs.Log.Tabs.Properties">
|
|
@@ -301,6 +309,7 @@
|
|
|
301
309
|
<MESSAGE value="minor update" />
|
|
302
310
|
<MESSAGE value="release_ports: Externalizing logger's config to a user's app. timers: improve code, docstring and type hinting README updates IAW with the above changes Version update: 0.4.0" />
|
|
303
311
|
<MESSAGE value="release_ports unittests - minor update" />
|
|
304
|
-
<
|
|
312
|
+
<MESSAGE value="removed 'src' (package-ready)" />
|
|
313
|
+
<option name="LAST_COMMIT_MESSAGE" value="removed 'src' (package-ready)" />
|
|
305
314
|
</component>
|
|
306
315
|
</project>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nano_dev_utils
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: A collection of small Python utilities for developers.
|
|
5
5
|
Project-URL: Homepage, https://github.com/yaronday/nano_utils
|
|
6
6
|
Project-URL: Issues, https://github.com/yaronday/nano_utils/issues
|
|
@@ -142,4 +142,4 @@ port_releaser.release_all()
|
|
|
142
142
|
|
|
143
143
|
## License
|
|
144
144
|
This project is licensed under the MIT License.
|
|
145
|
-
See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/
|
|
145
|
+
See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/LICENSE.md) for details.
|
|
@@ -128,4 +128,4 @@ port_releaser.release_all()
|
|
|
128
128
|
|
|
129
129
|
## License
|
|
130
130
|
This project is licensed under the MIT License.
|
|
131
|
-
See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/
|
|
131
|
+
See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/LICENSE.md) for details.
|
|
File without changes
|
|
File without changes
|
{nano_dev_utils-0.4.2 → nano_dev_utils-0.4.3}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
|
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
|