Skip to content
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
17 changes: 10 additions & 7 deletions packages/py/python-docstring_parser/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : python-docstring_parser
version : 0.17.0
release : 2
version : 0.18.0
release : 3
source :
- https://files.pythonhosted.org/packages/source/d/docstring_parser/docstring_parser-0.17.0.tar.gz : 583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912
- https://github.com/rr-/docstring_parser/archive/refs/tags/0.18.0.tar.gz : 88fa8a7a3b251ec0f34da4cb0443ec17ec3d054ffd748087f7c19dd85019a93d
homepage : https://github.com/rr-/docstring_parser
license : MIT
component : programming.python
Expand All @@ -14,9 +14,12 @@ builddeps :
- python-build
- python-hatchling
- python-installer
- python-setuptools
- python-wheel
checkdeps :
- python-pytest
build : |
%python3_setup
%pyproject_build
install : |
%python3_install
%install_license LICENSE.md
%pyproject_install
check : |
%pytest -v
50 changes: 11 additions & 39 deletions packages/py/python-docstring_parser/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>python-docstring_parser</Name>
<Homepage>https://github.com/rr-/docstring_parser</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
Expand All @@ -20,10 +20,10 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.17.0.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.17.0.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.17.0.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.17.0.dist-info/licenses/LICENSE.md</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.18.0.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.18.0.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.18.0.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser-0.18.0.dist-info/licenses/LICENSE.md</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/__pycache__/__init__.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/__pycache__/__init__.cpython-314.pyc</Path>
Expand Down Expand Up @@ -51,44 +51,16 @@
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/parser.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/py.typed</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/rest.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/__init__.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/__init__.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/_pydoctor.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/_pydoctor.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_epydoc.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_epydoc.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_google.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_google.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_numpydoc.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_numpydoc.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_parse_from_object.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_parse_from_object.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_parser.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_parser.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_rest.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_rest.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_util.cpython-314.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/__pycache__/test_util.cpython-314.pyc</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/_pydoctor.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/test_epydoc.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/test_google.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/test_numpydoc.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/test_parse_from_object.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/test_parser.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/test_rest.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/tests/test_util.py</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/docstring_parser/util.py</Path>
<Path fileType="data">/usr/share/licenses/python-docstring_parser/LICENSE.md</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-06-06</Date>
<Version>0.17.0</Version>
<Update release="3">
<Date>2026-08-05</Date>
<Version>0.18.0</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>