1
0

30 Commits

Author SHA256 Message Date
1dad2cce1c 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
64f7da462e 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
8dbf66d384 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
2e3b896bed - 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
3863c0bb8f 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
8092c48fd2 - 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
448eeec7f9 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
9878aeb468 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
f97cdcc365 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
4a8e1149c6 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
544a693bce 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
3b9d4a27a5 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
b47efca387 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
e811e6a0d8 - 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
Tomáš Chvátal
39f80854ee 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
Tomáš Chvátal
1996bea540 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
21f6ce517b 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
Todd R
8d26e04811 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
Michal Čihař
e78dad53cb 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
Sascha Peilicke
b892a90878 - 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
Alexandre Rogoski
36085a18fc 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
Sascha Peilicke
c4f37b4a94 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
d34a5aa1f2 - Update to 5.1.1:
* Fix mistakes, typos, and bugs in the unit test code
  * Fix crash in Python 2.4 and 2.5 if the feed has a UTF_32 byte order mark
  * Replace the RFC822 date parser for more extensibility
  * Issue 304  (handle RFC822 dates with timezones like GMT+00:00)
  * Issue 309  (itunes:keywords should be split by commas, not whitespace)
  * Issue 310  (pubDate should map to published, not updated)
  * Issue 313  (include the compression test files in MANIFEST.in)
  * Issue 314  (far-flung RFC822 dates don't throw OverflowError on x64)
  * Issue 315  (HTTP server for unit tests runs on 0.0.0.0)
  * Issue 321  (malformed URIs can cause ValueError to be thrown)
  * Issue 322  (HTTP redirect to HTTP 304 causes SAXParseException)
  * Issue 323  (installing chardet causes 11 unit test failures)
  * Issue 325  (map description_detail to summary_detail)
  * Issue 326  (Unicode filename causes UnicodeEncodeError if locale is ASCII)
  * Issue 327  (handle RFC822 dates with extraneous commas)
  * Issue 328  (temporarily map updated to published due to  issue 310 )
  * Issue 329  (escape backslashes in Windows path in docs/introduction.rst)
  * Issue 331  (don't escape backslashes that are in raw strings in the docs)
- Re-enabled tests now that the broken ones are fixed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=23
2012-03-20 19:21:49 +00:00
Sascha Peilicke
eddd80b28a - Fix feedparser.py syntax error
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=20
2012-02-21 12:49:24 +00:00
Sascha Peilicke
26fa1b41ee OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=19 2012-02-20 09:30:22 +00:00
Sascha Peilicke
6e12874073 - Update to version 5.1:
* Extensive, extensive unit test refactoring
  * Convert the Docbook documentation to ReST
  * Include the documentation in the source distribution
  * Consolidate the disparate README files into one
  * Support Jython somewhat (almost all unit tests pass)
  * Support Python 3.2
  * Fix Python 3 issues exposed by improved unit tests
  * Fix international domain name issues exposed by improved unit tests 
- Run testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=18
2012-02-19 20:43:56 +00:00
e4443e458e - Temporarily disabled tests due to false failures. Should be re-enabled in
5.1.1
- Update to 5.1:
  * Extensive, extensive unit test refactoring
  * Convert the Docbook documentation to ReST
  * Include the documentation in the source distribution
  * Consolidate the disparate README files into one
  * Support Jython somewhat (almost all unit tests pass)
  * Support Python 3.2
  * Fix Python 3 issues exposed by improved unit tests
  * Fix international domain name issues exposed by improved unit tests
  * Issue 148 (loose parser doesn't always return unicode strings)
  * Issue 204 (FeedParserDict behavior should not be controlled by `assert`)
  * Issue 247 (mssql date parser uses hardcoded tokyo timezone)
  * Issue 249 (KeyboardInterrupt and SystemExit exceptions being caught)
  * Issue 250 (`updated` can be a 9-tuple or a string, depending on context)
  * Issue 252 (running setup.py in Python 3 fails due to missing sgmllib)
  * Issue 253 (document that text/plain content isn't sanitized)
  * Issue 260 (Python 3 doesn't decompress gzip'ed or deflate'd content)
  * Issue 261 (popping from empty tag list)
  * Issue 262 (docs are missing from distribution files)
  * Issue 264 (vcard parser crashes on non-ascii characters)
  * Issue 265 (http header comparisons are case sensitive)
  * Issue 271 (monkey-patching sgmllib breaks other libraries)
  * Issue 272 (can't pass bytes or str to `parse()` in Python 3)
  * Issue 275 (`_parse_date()` doesn't catch OverflowError)
  * Issue 276 (mutable types used as default values in `parse()`)
  * Issue 277 (`python3 setup.py install` fails)
  * Issue 281 (`_parse_date()` doesn't catch ValueError)
  * Issue 282 (`_parse_date()` crashes when passed `None`)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=17
2012-02-13 19:44:43 +00:00
Pavol Rusnak
82db48babd Accepting request 95997 from devel:openSUSE:Factory:for-legal
- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/95997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=13
2011-12-08 15:43:56 +00:00
e5f0f42585 Accepting request 73085 from devel:languages:python
- * Moved chmod 0644 README back to %prep section

- Spec file cleanup:
  * Moved unittests to %check section
  * Removed authors from description
  * Don't test on SLES_9, fixes build

- Update to 5.0.1
  - Fix issue 91 (invalid text in XML declaration causes sanitizer to crash)
  - Fix issue 254 (sanitization can be bypassed by malformed XML comments)
  - Fix issue 255 (sanitizer doesn't strip unsafe URI schemes)
- Previous release: 5.0 - January 25, 2011
  - Improved MathML support
  - Support microformats (rel-tag, rel-enclosure, xfn, hcard)
  - Support IRIs
  - Allow safe CSS through sanitization
  - Allow safe HTML5 through sanitization
  - Support SVG
  - Support inline XML entity declarations
  - Support unescaped quotes and angle brackets in attributes
  - Support additional date formats
  - Added the request_headers argument to parse()
  - Added the response_headers argument to parse()
  - Support multiple entry, feed, and source authors
  - Officially make Python 2.4 the earliest supported version
  - Support Python 3
  - Bug fixes, bug fixes, bug fixes

OBS-URL: https://build.opensuse.org/request/show/73085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=7
2011-06-09 13:37:53 +00:00
OBS User autobuild
e9c5c26210 Accepting request 19838 from devel:languages:python
Copy from devel:languages:python/python-feedparser based on submit request 19838 from user matejcik

OBS-URL: https://build.opensuse.org/request/show/19838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=1
2009-09-03 14:43:11 +00:00