Skip to content

Sphinx 8.2.3 update #40457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions build/pkgs/roman_numerals_py/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Roman-numerals-py: Manipulate well-formed Roman numerals
========================================================

Description
-----------

A library for manipulating well-formed Roman numerals.

Integers between 1 and 3,999 (inclusive) are supported. Numbers beyond
this range will return an OutOfRangeError.

The classical system of roman numerals requires that the same character
may not appear more than thrice consecutively, meaning that ‘MMMCMXCIX’
(3,999) is the largest well-formed Roman numeral. The smallest is ‘I’ (1),
as there is no symbol for zero in Roman numerals.

License
-------

This project is licenced under the terms of either the Zero-Clause
BSD licence or the CC0 1.0 Universal licence

Upstream Contact
----------------

https://pypi.org/project/roman-numerals-py/
4 changes: 4 additions & 0 deletions build/pkgs/roman_numerals_py/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tarball=roman_numerals_py-VERSION-py3-none-any.whl
sha1=1d5e23a0ba8e244bf800597eaef15741d4cfeb0b
sha256=9da2ad2fb670bcf24e81070ceb3be72f6c11c440d73bd579fbeca1e9f330954c
upstream_url=https://files.pythonhosted.org/packages/py3/r/roman_numerals_py/roman_numerals_py-VERSION-py3-none-any.whl
4 changes: 4 additions & 0 deletions build/pkgs/roman_numerals_py/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| $(PYTHON_TOOLCHAIN) $(PYTHON)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/distros/arch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-roman-numerals-py
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/distros/conda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
roman-numerals-py
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-roman-numerals-py
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/distros/freebsd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
textproc/py-roman-numerals-py
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/roman-numerals-py
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/distros/macports.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
py-roman-_numerals_py
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-roman-numerals
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.0
3 changes: 3 additions & 0 deletions build/pkgs/roman_numerals_py/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([roman-numericals-py], [
SAGE_PYTHON_PACKAGE_CHECK([roman-numericals-py])
])
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
1 change: 1 addition & 0 deletions build/pkgs/roman_numerals_py/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
roman-numerals-py
4 changes: 2 additions & 2 deletions build/pkgs/sphinx/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=sphinx-VERSION-py3-none-any.whl
sha1=67dc18611c44f712539585db41aaee4b0a7ec646
sha256=09719015511837b76bf6e03e42eb7595ac8c2e41eeb9c29c5b755c6b677992a2
sha1=6c55f99af821939e006411bf4a6ea35ecf6fd5a0
sha256=4405915165f13521d875a8c29c8970800a0141c14cc5416a38feca4ea5d9b9c3
upstream_url=https://files.pythonhosted.org/packages/py3/s/sphinx/sphinx-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/sphinx/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| $(PYTHON_TOOLCHAIN) docutils jinja2 pygments snowballstemmer imagesize babel alabaster requests sphinxcontrib_websupport sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml packaging importlib_metadata $(PYTHON)
| $(PYTHON_TOOLCHAIN) docutils jinja2 pygments snowballstemmer imagesize babel alabaster requests roman_numerals_py sphinxcontrib_websupport sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml packaging importlib_metadata $(PYTHON)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/sphinx/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.3
8.2.3
2 changes: 1 addition & 1 deletion build/pkgs/sphinx/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx >=7.4.7, <9
sphinx >=8.2.0, <9
Loading
Loading