Skip to content

Commit

Permalink
Rename python3-ipython to python-ipython & rebuilds (#5066)
Browse files Browse the repository at this point in the history
**Summary**

For consistency with other packages

**Test Plan**

Ensure replaces work as expected

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
  • Loading branch information
EbonJaeger authored Feb 18, 2025
2 parents 259abb2 + 33a7533 commit d7f9a01
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 107 deletions.
6 changes: 3 additions & 3 deletions packages/py/python-ipdb/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : python-ipdb
version : 0.13.13
release : 10
release : 11
source :
- https://github.com/gotcha/ipdb/archive/refs/tags/0.13.13.tar.gz : 5bf95ec55224e5fa96a21acf6d13df075aa405cfb4ba946e717aa5e36c2a2def
homepage : https://github.com/gotcha/ipdb
Expand All @@ -10,10 +10,10 @@ summary : Integration of IPython pdb
description: |
ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module.
#checkdeps :
# - python3-ipython
# - python-ipython
# - python-pytest
rundeps :
- python3-ipython
- python-ipython
build : |
%python3_setup
install : |
Expand Down
2 changes: 1 addition & 1 deletion packages/py/python-ipdb/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Files>
</Package>
<History>
<Update release="10">
<Update release="11">
<Date>2025-02-16</Date>
<Version>0.13.13</Version>
<Comment>Packaging update</Comment>
Expand Down
4 changes: 2 additions & 2 deletions packages/py/python-ipykernel/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : python-ipykernel
version : 6.29.5
release : 24
release : 25
source :
- https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.29.5.tar.gz : f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215
homepage : https://github.com/ipython/ipykernel
Expand All @@ -27,10 +27,10 @@ checkdeps :
rundeps :
- python-comm
- python-debugpy
- python-ipython
- python-jupyter_client
- python-nest-asyncio
- python-psutil
- python3-ipython
setup : |
%python3_setup
install : |
Expand Down
4 changes: 2 additions & 2 deletions packages/py/python-ipykernel/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
</Files>
</Package>
<History>
<Update release="24">
<Date>2025-02-14</Date>
<Update release="25">
<Date>2025-02-16</Date>
<Version>6.29.5</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
Expand Down
4 changes: 2 additions & 2 deletions packages/py/python-ipyparallel/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : python-ipyparallel
version : 8.8.0
release : 7
release : 8
source :
- https://files.pythonhosted.org/packages/source/i/ipyparallel/ipyparallel-8.8.0.tar.gz : 2404d59f86a3aaa3bd27bf6b57df777bff5c1363c1c6e60403759d16ed42dc7b
homepage : https://pypi.org/project/ipyparallel/
Expand All @@ -16,10 +16,10 @@ builddeps :
rundeps :
- python-dateutil
- python-entrypoints
- python-ipython
- python-psutil
- python-pyzmq
- python-tqdm
- python3-ipython
build : |
python3 -m build --wheel --no-isolation --skip-dependency-check
install : |
Expand Down
4 changes: 2 additions & 2 deletions packages/py/python-ipyparallel/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2025-02-14</Date>
<Update release="8">
<Date>2025-02-16</Date>
<Version>8.8.0</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : python3-ipython
name : python-ipython
version : 8.32.0
release : 26
release : 1
source :
- https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.32.0.tar.gz : be2c91895b0b9ea7ba49d33b23e2040c352b33eb6a519cca7ce6e0c743444251
homepage : https://ipython.org/
Expand Down Expand Up @@ -46,3 +46,5 @@ check : |
pushd $installdir/usr/lib/python%python3_version%/site-packages
pytest -v -k 'not test_ipython_embed'
popd
replaces :
- python3-ipython

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/py/python-jupyter_client/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : python-jupyter_client
version : 8.6.3
release : 23
release : 24
source :
- https://github.com/jupyter/jupyter_client/releases/download/v8.6.3/jupyter_client-8.6.3.tar.gz : 35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419
homepage : https://github.com/jupyter/jupyter_client
Expand All @@ -24,9 +24,9 @@ checkdeps :
- python-pytest-timeout
rundeps :
- python-dateutil
- python-ipython
- python-jupyter_core
- python-pyzmq
- python3-ipython
setup : |
%python3_setup
install : |
Expand Down
4 changes: 2 additions & 2 deletions packages/py/python-jupyter_client/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
</Files>
</Package>
<History>
<Update release="23">
<Date>2025-02-14</Date>
<Update release="24">
<Date>2025-02-16</Date>
<Version>8.6.3</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
Expand Down
1 change: 1 addition & 0 deletions repo_data/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2793,6 +2793,7 @@
<Package>libplatform-devel</Package>
<Package>libplatform-dbginfo</Package>
<Package>python-pdm-pep517</Package>
<Package>python3-ipython</Package>
<Package>libmongoc</Package>
<Package>libmongoc-dbginfo</Package>
<Package>libmongoc-devel</Package>
Expand Down
3 changes: 3 additions & 0 deletions repo_data/distribution.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3760,6 +3760,9 @@
<!-- Renamed to python-pdm-backend -->
<Package>python-pdm-pep517</Package>

<!-- Renamed to python-ipython -->
<Package>python3-ipython</Package>

<!-- Included for mongodb, which is now deprecated -->
<Package>libmongoc</Package>
<Package>libmongoc-dbginfo</Package>
Expand Down

0 comments on commit d7f9a01

Please sign in to comment.