3929922da4
Accepting request 1303747 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1303747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=40
2025-09-11 12:40:01 +00:00
69b0fa703a
Accepting request 1303700 from home:benoit_monin:branches:devel:languages:python
...
- update to version 6.0.11
- drop 304_python310-crash.patch: fixed upstream
OBS-URL: https://build.opensuse.org/request/show/1303700
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=70
2025-09-11 05:41:37 +00:00
1a309b04fb
Accepting request 1280527 from devel:languages:python
...
- Convert to pip-based build
OBS-URL: https://build.opensuse.org/request/show/1280527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=39
2025-05-27 16:42:52 +00:00
6386db7823
- Convert to pip-based build
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=68
2025-05-27 11:44:30 +00:00
86e9cf6c8d
Accepting request 1133424 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1133424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=38
2023-12-15 20:50:26 +00:00
ff57894b16
Accepting request 1132752 from home:benoit_monin:branches:devel:languages:python
...
- update to version 6.0.11
- remove python_module definition: provided by python-rpm-macros
- drop python-xml requirement: not needed anymore
OBS-URL: https://build.opensuse.org/request/show/1132752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=66
2023-12-15 12:21:10 +00:00
737ec64f6e
Accepting request 1095675 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1095675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=37
2023-06-27 21:18:16 +00:00
ba7ae80861
Accepting request 1095623 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1095623
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=64
2023-06-27 16:08:00 +00:00
82c9f05ecc
Accepting request 978570 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/978570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=36
2022-05-23 13:51:45 +00:00
f057dbb425
Accepting request 978566 from home:benoit_monin:branches:devel:languages:python
...
- update to version 6.0.10:
* Populate <summary> correctly if it comes after <content> (#260 )
OBS-URL: https://build.opensuse.org/request/show/978566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=62
2022-05-22 23:27:15 +00:00
f72b0763c0
Accepting request 978244 from devel:languages:python
...
- Add 304_python310-crash.patch fixing crash of test test_001741
on Python 3.10 (gh#kurtmckee/feedparser#304).
- update to version 6.0.9:
* Fix a crash that can occur with GeoRSS feeds that lack a
<where> tag. (#305 )
OBS-URL: https://build.opensuse.org/request/show/978244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=35
2022-05-20 15:50:48 +00:00
df8eb44859
- Add 304_python310-crash.patch fixing crash of test test_001741
...
on Python 3.10 (gh#kurtmckee/feedparser#304).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=60
2022-05-20 09:29:57 +00:00
53181e08e6
Accepting request 978154 from home:benoit_monin:branches:devel:languages:python
...
- update to version 6.0.9:
* Fix a crash that can occur with GeoRSS feeds that lack a
<where> tag. (#305 )
OBS-URL: https://build.opensuse.org/request/show/978154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=59
2022-05-20 05:48:09 +00:00
ff14c85c28
Accepting request 952249 from devel:languages:python
...
- Revert previous skip, because we have now working sgmllib3k.
- Remove test tests/wellformed/sanitize/xml_declaration_unexpected_character.xml
(gh#kurtmckee/feedparser#304)
OBS-URL: https://build.opensuse.org/request/show/952249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=34
2022-02-07 22:38:30 +00:00
69eea97fbd
- Revert previous skip, because we have now working sgmllib3k.
...
- Remove test tests/wellformed/sanitize/xml_declaration_unexpected_character.xml
(gh#kurtmckee/feedparser#304)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=58
2022-02-07 21:04:18 +00:00
24fd20a898
Accepting request 951923 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/951923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=33
2022-02-06 22:54:36 +00:00
3f47dd9ac2
Accepting request 951760 from home:bnavigator:branches:devel:languages:python
...
- Skip python310 because there is no sgmllib3k and upstream is not
willing to move away from it gh#kurtmckee/feedparser#279
OBS-URL: https://build.opensuse.org/request/show/951760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=57
2022-02-06 15:04:44 +00:00
af76cb74ba
Accepting request 901596 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/901596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=32
2021-06-24 16:22:33 +00:00
9afee6de7a
Accepting request 901580 from home:benoit_monin:branches:devel:languages:python
...
update to version 6.0.8
OBS-URL: https://build.opensuse.org/request/show/901580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=55
2021-06-23 22:09:38 +00:00
faebd88334
Accepting request 900583 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/900583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=31
2021-06-19 21:02:53 +00:00
f261025916
Accepting request 900564 from home:benoit_monin:branches:devel:languages:python
...
update to version 6.0.6
OBS-URL: https://build.opensuse.org/request/show/900564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=53
2021-06-17 12:31:19 +00:00
57cbf1db76
Accepting request 899978 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/899978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=30
2021-06-14 21:11:22 +00:00
ef7841a8d4
Accepting request 899969 from home:benoit_monin:branches:devel:languages:python
...
- update to version 6.0.5
- drop numerical_return_status.patch: fixed upstream
OBS-URL: https://build.opensuse.org/request/show/899969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=51
2021-06-14 18:27:10 +00:00
e596e5c9a0
Accepting request 889625 from devel:languages:python
...
- add numerical_return_status.patch for 3.9 python version
(change of return status to None)
OBS-URL: https://build.opensuse.org/request/show/889625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=29
2021-04-30 22:47:10 +00:00
881fcfa687
Add metadata, cleanup the patch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=49
2021-04-30 11:03:53 +00:00
c4ae695ddc
Accepting request 889334 from home:apersaud:branches:devel:languages:python
...
- specfile:
* add patch for 3.9 python version (change of return status to None)
This should fix servermail:rss2email
OBS-URL: https://build.opensuse.org/request/show/889334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=48
2021-04-29 17:58:15 +00:00
8719c0bebb
Accepting request 844040 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/844040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=28
2020-10-26 15:22:17 +00:00
8fd0168b54
Accepting request 843949 from home:benoit_monin:branches:devel:languages:python
...
update to version 6.0.2
OBS-URL: https://build.opensuse.org/request/show/843949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=46
2020-10-26 09:18:09 +00:00
6b80031d60
Accepting request 838247 from devel:languages:python
...
- update to 6.0.1:
* Remove all Python 2 compatibility code (#228 )
* Add *python_requires* to ``setup.py`` (#2
OBS-URL: https://build.opensuse.org/request/show/838247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=27
2020-09-28 12:30:03 +00:00
876d34f281
- update to 6.0.1:
...
* Remove all Python 2 compatibility code (#228 )
* Add *python_requires* to ``setup.py`` (#2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=44
2020-09-28 11:20:45 +00:00
4bdbd01b1c
Accepting request 834521 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/834521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=26
2020-09-25 14:31:24 +00:00
Tomáš Chvátal
cb51b44666
Accepting request 834371 from home:benoit_monin:branches:devel:languages:python
...
- update to version 6.0.0
- build the package only for python3
- drop py37.patch: fixed upstream
- drop non-ascii-entity-hiding.patch: fixed upstream
- drop catch-gzip-error.patch: fixed upstream
- fix build requires for chardet and sgmllib3k
- remove chmod on all source files: fixed upstream
- drop moving around source files: reworked upstream
- run the tests as described by upstream
- fix the list of packaged files
OBS-URL: https://build.opensuse.org/request/show/834371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=42
2020-09-15 06:56:24 +00:00
b025610f6f
Accepting request 690297 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/690297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=25
2019-04-05 10:00:57 +00:00
Tomáš Chvátal
16c1e20238
Accepting request 690091 from home:jayvdb:branches:devel:languages:python
...
- Activate and fix test suite, removing bcond 'tests'
- Add Requires sgmllib3k to fix exception in Python 3 when
using the loose parser:
UnboundLocalError: local variable 'feedparser' referenced before assignment
and less clear but similarly broken result with the strict
parser.
- Add catch-gzip-error.patch to fix fetch crash in Python 3
- Add non-ascii-entity-hiding.patch to workaround failure
to properly parse non-ASCII based encodings on Python 3.5+
- Add py37.patch to fix parsing crash on Python 3.7
OBS-URL: https://build.opensuse.org/request/show/690091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=40
2019-04-01 09:04:03 +00:00
a685c25afa
Accepting request 654051 from devel:languages:python
...
Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/654051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=24
2018-12-13 18:44:22 +00:00
a120c4977a
Clean up the SPEC file
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=38
2018-12-04 17:13:23 +00:00
605202f112
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=37
2018-12-04 13:27:07 +00:00
f662f3d032
Accepting request 492313 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/492313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=23
2017-05-17 15:18:13 +00:00
Todd R
ab62849623
Accepting request 491321 from home:TheBlackCat:branches:devel:languages:python
...
- Update to version 5.2.1
- Implement single-spec version.
- Fix source URL.
OBS-URL: https://build.opensuse.org/request/show/491321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=35
2017-05-01 15:13:51 +00:00
Stephan Kulow
8f381da985
Accepting request 298710 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/298710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=22
2015-04-25 07:52:46 +00:00
Michal Čihař
402c2e9164
Accepting request 298661 from home:benoit_monin:branches:devel:languages:python
...
- update to version 5.2.0
- update URL to project homepage
- point the source URL to pypi and take care of archive naming
- change README to README.rst on package documentation
OBS-URL: https://build.opensuse.org/request/show/298661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=33
2015-04-23 06:29:49 +00:00
Tomáš Chvátal
6c07f469b7
Accepting request 204559 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/204559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=20
2013-10-25 09:15:46 +00:00
Sascha Peilicke
43284ea291
- Require python-setuptools instead of distribute (upstreams merged)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=31
2013-10-24 11:05:38 +00:00
Stephan Kulow
79865aece1
Accepting request 179822 from devel:languages:python
...
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.
OBS-URL: https://build.opensuse.org/request/show/179822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=18
2013-06-19 14:37:13 +00:00
Sascha Peilicke
6ef8e5a8de
Python3 moved to devel:languages:python3
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=29
2013-06-17 12:51:06 +00:00
Stephan Kulow
698e613e05
Accepting request 157308 from devel:languages:python
...
updated to 5.1.3 and added python3 spec file. Not sure how to submit a linkpac request to create that then will link to devel:languages:python, so it would be great, if this gets accepted also a linkpac package with the name python3-feedparser could be created. Thanks! (forwarded request 157140 from apersaud)
OBS-URL: https://build.opensuse.org/request/show/157308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=17
2013-03-08 08:39:55 +00:00
Alexandre Rogoski
ed110e02bc
Accepting request 157140 from home:apersaud:branches:devel:languages:python
...
updated to 5.1.3 and added python3 spec file. Not sure how to submit a linkpac request to create that then will link to devel:languages:python, so it would be great, if this gets accepted also a linkpac package with the name python3-feedparser could be created. Thanks!
OBS-URL: https://build.opensuse.org/request/show/157140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=27
2013-03-05 01:31:14 +00:00
Stephan Kulow
8d49aa3f58
Accepting request 124638 from devel:languages:python
...
Update to 5.1.2 and spec cleanup, no --record-rpm (forwarded request 124619 from poorboywilly)
OBS-URL: https://build.opensuse.org/request/show/124638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=14
2012-06-13 11:32:30 +00:00
Sascha Peilicke
77a4e2cdfd
Accepting request 124619 from home:poorboywilly:branches:devel:languages:python
...
Update to 5.1.2 and spec cleanup, no --record-rpm
OBS-URL: https://build.opensuse.org/request/show/124619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=25
2012-06-12 07:29:28 +00:00
Stephan Kulow
4b42ad3494
Accepting request 111814 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/111814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=13
2012-03-29 12:05:01 +00:00