Skip to content

Commit

Permalink
Merge pull request #197 from conda-forge-admin/conda_forge_admin_196
Browse files Browse the repository at this point in the history
ENH: update package version (6.0.2)
  • Loading branch information
dalthviz authored Oct 31, 2024
2 parents 204c39c + 3c0549c commit c9a7b81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set version = "6.0.1" %}
{% set version = "6.0.2" %}

package:
name: spyder
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/spyder/spyder-{{ version }}.tar.gz
sha256: 709782e88091588bbe614de6ebbde7b47544a4d6c225e199de5ad22b77d8b130
sha256: 98f52b018167de4e4d42bb24ec1d9a3c59e4031292282e08f7b0e714f2b5a6f3
patches:
# See spyder-ide/spyder#8316
- osx-zmq.patch

build:
number: 3
number: 0
entry_points:
- spyder = spyder.app.start:main
osx_is_app: true
Expand Down Expand Up @@ -74,12 +74,12 @@ requirements:
- qdarkstyle >=3.2.0,<3.3.0
- qstylizer >=0.2.2
- qtawesome >=1.3.1,<1.4.0
- qtconsole >=5.6.0,<5.7.0
- qtconsole >=5.6.1,<5.7.0
- qtpy >=2.4.0
- rtree >=0.9.7
- setuptools >=49.6.0
- sphinx >=0.6.6
- spyder-kernels >=3.0.0,<3.1.0
- spyder-kernels >=3.0.1,<3.1.0
- superqt >=0.6.2,<1.0.0
- textdistance >=4.2.0
- three-merge >=0.1.1
Expand Down

0 comments on commit c9a7b81

Please sign in to comment.