pyobs-zwoeaf 2.0.0.dev4__tar.gz → 2.0.0.dev7__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 (39) hide show
  1. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/.github/workflows/pypi.yml +1 -4
  2. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/.github/workflows/ruff.yml +1 -1
  3. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/PKG-INFO +1 -1
  4. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/pyproject.toml +1 -1
  5. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/uv.lock +1 -1
  6. pyobs_zwoeaf-2.0.0.dev4/.idea/inspectionProfiles/Project_Default.xml +0 -35
  7. pyobs_zwoeaf-2.0.0.dev4/.idea/inspectionProfiles/profiles_settings.xml +0 -6
  8. pyobs_zwoeaf-2.0.0.dev4/.idea/modules.xml +0 -8
  9. pyobs_zwoeaf-2.0.0.dev4/.idea/pyobs-zwoeaf.iml +0 -11
  10. pyobs_zwoeaf-2.0.0.dev4/.idea/workspace.xml +0 -4
  11. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/.gitignore +0 -0
  12. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/.pre-commit-config.yaml +0 -0
  13. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/CMakeLists.txt +0 -0
  14. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/DEVELOPMENT.md +0 -0
  15. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/LICENSE +0 -0
  16. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/README.md +0 -0
  17. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/demo/c/Makefile +0 -0
  18. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/demo/c/bin/x86/test_console +0 -0
  19. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/demo/c/main.cpp +0 -0
  20. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/include/EAF_focuser.h +0 -0
  21. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/armv6/libEAFFocuser.a +0 -0
  22. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/armv6/libEAFFocuser.so.1.6 +0 -0
  23. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/armv7/libEAFFocuser.a +0 -0
  24. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/armv7/libEAFFocuser.so.1.6 +0 -0
  25. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/armv8/libEAFFocuser.a +0 -0
  26. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/armv8/libEAFFocuser.so.1.6 +0 -0
  27. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/eaf.rules +0 -0
  28. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/mac/libEAFFocuser.a +0 -0
  29. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/mac/libEAFFocuser.dylib +0 -0
  30. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/mac/libEAFFocuser.dylib.1.6 +0 -0
  31. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/x64/libEAFFocuser.a +0 -0
  32. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/x64/libEAFFocuser.so.1.6 +0 -0
  33. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/x86/libEAFFocuser.a +0 -0
  34. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/lib/x86/libEAFFocuser.so.1.6 +0 -0
  35. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/lib/license.txt +0 -0
  36. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/src/pyobs_zwoeaf/EAF_focuser.cpp +0 -0
  37. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/src/pyobs_zwoeaf/__init__.py +0 -0
  38. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/src/pyobs_zwoeaf/cli.py +0 -0
  39. {pyobs_zwoeaf-2.0.0.dev4 → pyobs_zwoeaf-2.0.0.dev7}/src/pyobs_zwoeaf/eaffocuser.py +0 -0
@@ -17,11 +17,8 @@ jobs:
17
17
  enable-cache: true
18
18
  python-version: "3.11"
19
19
 
20
- - name: Install system dependencies
21
- run: sudo apt-get install -y libudev-dev
22
-
23
20
  - name: Build
24
- run: uv build
21
+ run: uv build --sdist
25
22
 
26
23
  - name: Publish
27
24
  env:
@@ -23,4 +23,4 @@ jobs:
23
23
  run: uv sync --all-extras --dev
24
24
 
25
25
  - name: Run ruff
26
- run: uv run ruff check src/pyobs_zwoeaf/
26
+ run: uv run --no-sync ruff check src/pyobs_zwoeaf/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobs-zwoeaf
3
- Version: 2.0.0.dev4
3
+ Version: 2.0.0.dev7
4
4
  Summary: pyobs model for ZWO EAF focus motors
5
5
  Author-Email: Lennart Jonas Buhrke <l.buhrke@stud.uni-goettingen.de>, Tim-Oliver Husser <thusser@uni-goettingen.de>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pyobs-zwoeaf"
3
- version = "2.0.0.dev4"
3
+ version = "2.0.0.dev7"
4
4
  description = "pyobs model for ZWO EAF focus motors"
5
5
  authors = [
6
6
  { name = "Lennart Jonas Buhrke", email = "l.buhrke@stud.uni-goettingen.de" },
@@ -1357,7 +1357,7 @@ wheels = [
1357
1357
 
1358
1358
  [[package]]
1359
1359
  name = "pyobs-zwoeaf"
1360
- version = "2.0.0.dev4"
1360
+ version = "2.0.0.dev7"
1361
1361
  source = { editable = "." }
1362
1362
  dependencies = [
1363
1363
  { name = "pyobs-core" },
@@ -1,35 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
- <inspection_tool class="Mypy" enabled="false" level="ERROR" enabled_by_default="false" />
6
- <inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true">
7
- <option name="ourVersions">
8
- <value>
9
- <list size="5">
10
- <item index="0" class="java.lang.String" itemvalue="3.11" />
11
- <item index="1" class="java.lang.String" itemvalue="3.12" />
12
- <item index="2" class="java.lang.String" itemvalue="3.13" />
13
- <item index="3" class="java.lang.String" itemvalue="3.14" />
14
- <item index="4" class="java.lang.String" itemvalue="3.15" />
15
- </list>
16
- </value>
17
- </option>
18
- </inspection_tool>
19
- <inspection_tool class="PyStubPackagesAdvertiser" enabled="true" level="WARNING" enabled_by_default="true">
20
- <option name="ignoredPackages">
21
- <list>
22
- <option value="PyQt5" />
23
- <option value="PyQt5-stubs==5.14.2.2" />
24
- </list>
25
- </option>
26
- </inspection_tool>
27
- <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
28
- <option name="ignoredIdentifiers">
29
- <list>
30
- <option value="astropy.units.*" />
31
- </list>
32
- </option>
33
- </inspection_tool>
34
- </profile>
35
- </component>
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <settings>
3
- <option name="USE_PROJECT_PROFILE" value="false" />
4
- <version value="1.0" />
5
- </settings>
6
- </component>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/pyobs-zwoeaf.iml" filepath="$PROJECT_DIR$/.idea/pyobs-zwoeaf.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="PYTHON_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
6
- <excludeFolder url="file://$MODULE_DIR$/.venv" />
7
- </content>
8
- <orderEntry type="jdk" jdkName="uv (pyobs-zwoeaf)" jdkType="Python SDK" />
9
- <orderEntry type="sourceFolder" forTests="false" />
10
- </component>
11
- </module>
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="PropertiesComponent">{}</component>
4
- </project>