Skip to content

pysolfc: Update to v3.2.0 #4901

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 1 commit into from
Jan 26, 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
6 changes: 3 additions & 3 deletions packages/py/pysolfc/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : pysolfc
version : 3.1.0
release : 16
version : 3.2.0
release : 17
source :
- https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/PySolFC-3.1.0.tar.xz : 3dcf1c703b35b446d78a062b2471b138e22926db9d20207373c465144700a0cc
- https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.2.0/PySolFC-3.2.0.tar.xz : cda078ba2e82eb0e47d48e5f4a887bfa0e8d5be100bd119fb68d6fb87b4dbad0
homepage : https://pysolfc.sourceforge.io/
license : GPL-3.0-or-later
component : games.card
Expand Down
18 changes: 10 additions & 8 deletions packages/py/pysolfc/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<PartOf>games.card</PartOf>
<Files>
<Path fileType="executable">/usr/bin/pysol.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.1.0-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.1.0-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.1.0-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.1.0-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.1.0-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.2.0-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.2.0-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.2.0-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.2.0-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/PySolFC-3.2.0-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pysollib/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pysollib/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pysollib/__pycache__/acard.cpython-311.pyc</Path>
Expand Down Expand Up @@ -1652,6 +1652,7 @@
<Path fileType="data">/usr/share/PySolFC/images/buttons/bluecurve/apply.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/bluecurve/back.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/bluecurve/cancel.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/bluecurve/clear.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/bluecurve/color.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/bluecurve/help.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/bluecurve/new.png</Path>
Expand All @@ -1663,6 +1664,7 @@
<Path fileType="data">/usr/share/PySolFC/images/buttons/remix/apply.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/remix/back.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/remix/cancel.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/remix/clear.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/remix/color.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/remix/help.png</Path>
<Path fileType="data">/usr/share/PySolFC/images/buttons/remix/new.png</Path>
Expand Down Expand Up @@ -3189,9 +3191,9 @@
</Files>
</Package>
<History>
<Update release="16">
<Date>2024-11-11</Date>
<Version>3.1.0</Version>
<Update release="17">
<Date>2025-01-24</Date>
<Version>3.2.0</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
Expand Down
Loading