lbt-grasshopper 1.8.120__tar.gz → 1.9.19__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 (34) hide show
  1. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/.github/workflows/ci.yaml +1 -1
  2. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/PKG-INFO +17 -8
  3. lbt_grasshopper-1.9.19/ci-requirements.txt +5 -0
  4. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/deploy.sh +1 -1
  5. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/dev-requirements.txt +3 -3
  6. lbt_grasshopper-1.9.19/installer.gh +0 -0
  7. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/lbt_grasshopper.egg-info/PKG-INFO +17 -8
  8. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/lbt_grasshopper.egg-info/SOURCES.txt +3 -2
  9. lbt_grasshopper-1.9.19/lbt_grasshopper.egg-info/requires.txt +5 -0
  10. lbt_grasshopper-1.9.19/requirements.txt +5 -0
  11. lbt_grasshopper-1.9.19/ruby-requirements.txt +2 -0
  12. lbt_grasshopper-1.9.19/setup.cfg +4 -0
  13. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/setup.py +0 -1
  14. lbt_grasshopper-1.9.19/uninstaller.gh +0 -0
  15. lbt_grasshopper-1.9.19/versioning/export_documentation.gh +0 -0
  16. lbt_grasshopper-1.9.19/versioning/increment_components.gh +0 -0
  17. lbt_grasshopper-1.8.120/ci-requirements.txt +0 -5
  18. lbt_grasshopper-1.8.120/installer.gh +0 -0
  19. lbt_grasshopper-1.8.120/lbt_grasshopper.egg-info/requires.txt +0 -5
  20. lbt_grasshopper-1.8.120/requirements.txt +0 -5
  21. lbt_grasshopper-1.8.120/ruby-requirements.txt +0 -2
  22. lbt_grasshopper-1.8.120/setup.cfg +0 -10
  23. lbt_grasshopper-1.8.120/uninstaller.gh +0 -0
  24. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/.github/workflows/dependency-release.yaml +0 -0
  25. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/.gitignore +0 -0
  26. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/.releaserc.json +0 -0
  27. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/CI_STATUS.md +0 -0
  28. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/LICENSE +0 -0
  29. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/README.md +0 -0
  30. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/gradients.png +0 -0
  31. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/lbt_grasshopper/README.md +0 -0
  32. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/lbt_grasshopper.egg-info/dependency_links.txt +0 -0
  33. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/lbt_grasshopper.egg-info/top_level.txt +0 -0
  34. {lbt_grasshopper-1.8.120 → lbt_grasshopper-1.9.19}/pass_tests.py +0 -0
@@ -43,7 +43,7 @@ jobs:
43
43
  run: |
44
44
  nextRelease="`npx semantic-release@^23.1.1 --dryRun | grep -oP 'Published release \K.*? ' || true`"
45
45
  npx semantic-release@^23.1.1
46
- echo "::set-output name=tag::$nextRelease"
46
+ echo "tag=$nextRelease" >> $GITHUB_OUTPUT
47
47
  env:
48
48
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
49
  PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: lbt-grasshopper
3
- Version: 1.8.120
3
+ Version: 1.9.19
4
4
  Summary: Collection of all Ladybug Tools plugins for Grasshopper
5
5
  Home-page: https://github.com/ladybug-tools/lbt-grasshopper
6
6
  Author: Ladybug Tools
@@ -8,15 +8,24 @@ Author-email: info@ladybug.tools
8
8
  License: AGPL-3.0
9
9
  Classifier: Programming Language :: Python :: 2.7
10
10
  Classifier: Programming Language :: Python :: Implementation :: IronPython
11
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
12
11
  Classifier: Operating System :: OS Independent
13
12
  Description-Content-Type: text/markdown
14
13
  License-File: LICENSE
15
- Requires-Dist: ladybug-grasshopper==1.69.0
16
- Requires-Dist: honeybee-grasshopper-core==1.42.0
17
- Requires-Dist: honeybee-grasshopper-radiance==1.35.0
18
- Requires-Dist: honeybee-grasshopper-energy==1.59.0
19
- Requires-Dist: dragonfly-grasshopper==1.62.0
14
+ Requires-Dist: ladybug-grasshopper==1.69.1
15
+ Requires-Dist: honeybee-grasshopper-core==1.43.2
16
+ Requires-Dist: honeybee-grasshopper-radiance==1.35.3
17
+ Requires-Dist: honeybee-grasshopper-energy==1.59.6
18
+ Requires-Dist: dragonfly-grasshopper==1.64.1
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: classifier
22
+ Dynamic: description
23
+ Dynamic: description-content-type
24
+ Dynamic: home-page
25
+ Dynamic: license
26
+ Dynamic: license-file
27
+ Dynamic: requires-dist
28
+ Dynamic: summary
20
29
 
21
30
  [![Build Status](https://github.com/ladybug-tools/lbt-grasshopper/workflows/CI/badge.svg)](https://github.com/ladybug-tools/lbt-grasshopper/actions)
22
31
 
@@ -0,0 +1,5 @@
1
+ pytest==8.3.2
2
+ twine==6.1.0
3
+ wheel==0.45.1
4
+ setuptools==80.9.0
5
+ build==1.3.0
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
3
  echo "Building distribution"
4
- python setup.py sdist bdist_wheel
4
+ python -m build
5
5
  echo "Pushing new version to PyPi"
6
6
  twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
@@ -1,6 +1,6 @@
1
- lbt-dragonfly==0.12.76
2
- ladybug-rhino==1.43.10
3
- lbt-recipes==0.26.23
1
+ lbt-dragonfly==0.12.272
2
+ ladybug-rhino==1.43.11
3
+ lbt-recipes==0.26.24
4
4
  honeybee-standards==2.0.7
5
5
  honeybee-energy-standards==2.3.0
6
6
  ladybug-grasshopper-dotnet==1.3.4
Binary file
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: lbt-grasshopper
3
- Version: 1.8.120
3
+ Version: 1.9.19
4
4
  Summary: Collection of all Ladybug Tools plugins for Grasshopper
5
5
  Home-page: https://github.com/ladybug-tools/lbt-grasshopper
6
6
  Author: Ladybug Tools
@@ -8,15 +8,24 @@ Author-email: info@ladybug.tools
8
8
  License: AGPL-3.0
9
9
  Classifier: Programming Language :: Python :: 2.7
10
10
  Classifier: Programming Language :: Python :: Implementation :: IronPython
11
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
12
11
  Classifier: Operating System :: OS Independent
13
12
  Description-Content-Type: text/markdown
14
13
  License-File: LICENSE
15
- Requires-Dist: ladybug-grasshopper==1.69.0
16
- Requires-Dist: honeybee-grasshopper-core==1.42.0
17
- Requires-Dist: honeybee-grasshopper-radiance==1.35.0
18
- Requires-Dist: honeybee-grasshopper-energy==1.59.0
19
- Requires-Dist: dragonfly-grasshopper==1.62.0
14
+ Requires-Dist: ladybug-grasshopper==1.69.1
15
+ Requires-Dist: honeybee-grasshopper-core==1.43.2
16
+ Requires-Dist: honeybee-grasshopper-radiance==1.35.3
17
+ Requires-Dist: honeybee-grasshopper-energy==1.59.6
18
+ Requires-Dist: dragonfly-grasshopper==1.64.1
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: classifier
22
+ Dynamic: description
23
+ Dynamic: description-content-type
24
+ Dynamic: home-page
25
+ Dynamic: license
26
+ Dynamic: license-file
27
+ Dynamic: requires-dist
28
+ Dynamic: summary
20
29
 
21
30
  [![Build Status](https://github.com/ladybug-tools/lbt-grasshopper/workflows/CI/badge.svg)](https://github.com/ladybug-tools/lbt-grasshopper/actions)
22
31
 
@@ -11,7 +11,6 @@ installer.gh
11
11
  pass_tests.py
12
12
  requirements.txt
13
13
  ruby-requirements.txt
14
- setup.cfg
15
14
  setup.py
16
15
  uninstaller.gh
17
16
  .github/workflows/ci.yaml
@@ -21,4 +20,6 @@ lbt_grasshopper.egg-info/PKG-INFO
21
20
  lbt_grasshopper.egg-info/SOURCES.txt
22
21
  lbt_grasshopper.egg-info/dependency_links.txt
23
22
  lbt_grasshopper.egg-info/requires.txt
24
- lbt_grasshopper.egg-info/top_level.txt
23
+ lbt_grasshopper.egg-info/top_level.txt
24
+ versioning/export_documentation.gh
25
+ versioning/increment_components.gh
@@ -0,0 +1,5 @@
1
+ ladybug-grasshopper==1.69.1
2
+ honeybee-grasshopper-core==1.43.2
3
+ honeybee-grasshopper-radiance==1.35.3
4
+ honeybee-grasshopper-energy==1.59.6
5
+ dragonfly-grasshopper==1.64.1
@@ -0,0 +1,5 @@
1
+ ladybug-grasshopper==1.69.1
2
+ honeybee-grasshopper-core==1.43.2
3
+ honeybee-grasshopper-radiance==1.35.3
4
+ honeybee-grasshopper-energy==1.59.6
5
+ dragonfly-grasshopper==1.64.1
@@ -0,0 +1,2 @@
1
+ honeybee-openstudio-gem==2.38.22
2
+ lbt-measures==0.3.1
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -22,7 +22,6 @@ setuptools.setup(
22
22
  classifiers=[
23
23
  "Programming Language :: Python :: 2.7",
24
24
  "Programming Language :: Python :: Implementation :: IronPython",
25
- "License :: OSI Approved :: GNU Affero General Public License v3",
26
25
  "Operating System :: OS Independent"
27
26
  ],
28
27
  license="AGPL-3.0"
Binary file
@@ -1,5 +0,0 @@
1
- pytest==8.3.2
2
- twine==5.1.1
3
- wheel==0.44.0
4
- setuptools==75.1.0
5
- importlib-metadata==8.5.0
Binary file
@@ -1,5 +0,0 @@
1
- ladybug-grasshopper==1.69.0
2
- honeybee-grasshopper-core==1.42.0
3
- honeybee-grasshopper-radiance==1.35.0
4
- honeybee-grasshopper-energy==1.59.0
5
- dragonfly-grasshopper==1.62.0
@@ -1,5 +0,0 @@
1
- ladybug-grasshopper==1.69.0
2
- honeybee-grasshopper-core==1.42.0
3
- honeybee-grasshopper-radiance==1.35.0
4
- honeybee-grasshopper-energy==1.59.0
5
- dragonfly-grasshopper==1.62.0
@@ -1,2 +0,0 @@
1
- honeybee-openstudio-gem==2.38.20
2
- lbt-measures==0.3.1
@@ -1,10 +0,0 @@
1
- [bdist_wheel]
2
- universal = 1
3
-
4
- [metadata]
5
- license_file = LICENSE
6
-
7
- [egg_info]
8
- tag_build =
9
- tag_date = 0
10
-
Binary file