Skip to content
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

Feedparser #6

Closed
wants to merge 2 commits into from
Closed
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
1 change: 1 addition & 0 deletions packages/c/calibre/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED2Ev
libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev
libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev
libstdc++.so.6:_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev
libstdc++.so.6:_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev
libstdc++.so.6:_ZNSt8ios_baseD2Ev
libstdc++.so.6:_ZNSt9bad_allocD1Ev
libstdc++.so.6:_ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate
Expand Down
2 changes: 1 addition & 1 deletion packages/c/calibre/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : calibre
version : 7.11.0
release : 193
release : 194
source :
- https://download.calibre-ebook.com/7.11.0/calibre-7.11.0.tar.xz : 25243c06965fed9bcb95ddc6339ff27cb4becd18851a2d2bed5ebb5dbebad8eb
homepage : https://calibre-ebook.com/
Expand Down
12 changes: 6 additions & 6 deletions packages/c/calibre/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>calibre</Name>
<Homepage>https://calibre-ebook.com/</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-3.0-only</License>
<PartOf>office.viewers</PartOf>
Expand Down Expand Up @@ -3514,12 +3514,12 @@
</Files>
</Package>
<History>
<Update release="193">
<Date>2024-05-24</Date>
<Update release="194">
<Date>2024-06-14</Date>
<Version>7.11.0</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>
12 changes: 4 additions & 8 deletions packages/py/python-feedparser/package.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
name : python-feedparser
version : 5.2.1
release : 11
version : 6.0.11
release : 12
source :
- https://pypi.python.org/packages/source/f/feedparser/feedparser-5.2.1.tar.gz : bd030652c2d08532c034c27fcd7c85868e7fa3cb2b17f230a44a6bbc92519bf9
- https://pypi.python.org/packages/source/f/feedparser/feedparser-6.0.11.tar.gz : c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5
homepage : https://pypi.org/project/feedparser/
license :
- BSD-2-Clause
- MIT
component : programming.python
summary : Universal feed parser
description: |
Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds.
setup : |
%patch -p1 -i $pkgfiles/don-t-always-expect-base64.decodestring-to-exist.patch
# setuptools 58 removed support for 2to3
%patch -p1 -i $pkgfiles/0001-No-more-2to3-supported-in-setuptools.patch
build : |
2to3 -wn feedparser/feedparser.py
%python3_setup
install : |
%python3_install
90 changes: 77 additions & 13 deletions packages/py/python-feedparser/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>python-feedparser</Name>
<Homepage>https://pypi.org/project/feedparser/</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>BSD-2-Clause</License>
<License>MIT</License>
Expand All @@ -20,21 +21,84 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.11/site-packages/__pycache__/feedparser.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-5.2.1-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-5.2.1-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-5.2.1-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-5.2.1-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-6.0.11-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-6.0.11-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-6.0.11-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-6.0.11-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser-6.0.11-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/api.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/encodings.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/exceptions.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/html.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/http.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/mixin.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/sanitizer.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/sgml.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/urls.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/__pycache__/util.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/api.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/asctime.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/greek.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/hungarian.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/iso8601.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/korean.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/perforce.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/rfc822.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/__pycache__/w3dtf.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/asctime.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/greek.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/hungarian.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/iso8601.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/korean.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/perforce.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/rfc822.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/datetimes/w3dtf.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/encodings.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/exceptions.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/html.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/http.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/mixin.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/_base.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/admin.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/cc.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/dc.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/georss.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/itunes.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/mediarss.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/__pycache__/psc.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/_base.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/admin.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/cc.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/dc.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/georss.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/itunes.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/mediarss.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/namespaces/psc.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/parsers/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/parsers/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/parsers/__pycache__/loose.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/parsers/__pycache__/strict.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/parsers/loose.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/parsers/strict.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/sanitizer.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/sgml.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/urls.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/feedparser/util.py</Path>
</Files>
</Package>
<History>
<Update release="11">
<Date>2024-02-14</Date>
<Version>5.2.1</Version>
<Update release="12">
<Date>2024-06-14</Date>
<Version>6.0.11</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>